AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of A
Apache/ Maven/ Guide to Creating Archetypes | Last Published: 2024-11-14 | Get Sources Download Creating an archetype is a pretty straight forward process. An archetype is a very simple artifact, that contains the project prototype you wish to create. An archetype is made up of: an archetype descriptor (archetype-metadata.xml in directory: src/main/resources/META-INF/maven/). It lists all the file
Apache/ Maven/ Plugins/ Apache Maven Help Plugin/ Introduction | Last Published: 2024-10-18 Version: 3.5.1 The Maven Help Plugin is used to get relative information about a project or the system. It can be used to get a description of a particular plugin, including the plugin's goals with their parameters and component requirements, the effective POM and effective settings of the current build, an
Apache/ Maven/ Plugins/ Apache Maven WAR Plugin/ Introduction | Last Published: 2024-07-24 Version: 3.4.0 The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive. Goals Overview war:war is the default goal invoked during the package phase for projects with a packaging type of war. It buil
Using Toolchains in Your Project There are two essential components that you need to configure in order to use toolchains: the maven-toolchains-plugin in your project POM, the toolchains.xml file on the building machine. The maven-toolchains-plugin is the one that sets the toolchain to be used by the toolchain-aware plugins in your project. For example, you want to use a different JDK version to b
All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can giv
<!-- https://mvnrepository.com/artifact/postgresql/postgresql --> <dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.1-901.jdbc4</version> </dependency> // https://mvnrepository.com/artifact/postgresql/postgresql implementation group: 'postgresql', name: 'postgresql', version: '9.1-901.jdbc4' // https://mvnrepository.com/artifact/postgresql/postgresql impleme
<!-- https://mvnrepository.com/artifact/com.samskivert/jmustache --> <dependency> <groupId>com.samskivert</groupId> <artifactId>jmustache</artifactId> <version>1.9</version> </dependency> // https://mvnrepository.com/artifact/com.samskivert/jmustache implementation group: 'com.samskivert', name: 'jmustache', version: '1.9' // https://mvnrepository.com/artifact/com.samskivert/jmustache implementati
Apache/ Maven/ Plugins/ Apache Maven Assembly Plugin/ Predefined Assembly Descriptors | Last Published: 2024-03-15 Version: 3.7.1 Pre-defined Descriptor Files There are four predefined descriptor formats available for reuse, packaged within the Assembly Plugin. Their descriptorIds are: bin jar-with-dependencies src project bin Use bin as the descriptorRef of your assembly-plugin configuration in o
Configuring a proxy You can configure a proxy to use for some or all of your HTTP requests with Maven. The username and password are only required if your proxy requires basic authentication (note that later releases may support storing your passwords in a secured keystore - in the mean time, please ensure your settings.xml file (usually ${user.home}/.m2/settings.xml) is secured with permissions a
Apache/ Maven/ Guide to using attached tests | Last Published: 2025-07-12 | Get Sources Download You can reuse the tests that you have created for one project in another. For example, suppose foo-core contains test code in the ${project.basedir}/src/test/java. To package up those compiled tests in a JAR and deploy them for general reuse, configure the maven-jar-plugin as follows: <project> <build>
Apache/ Maven/ Maven Archetype/ Maven Archetype Plugin/ Introduction | Last Published: 2025-05-13 Version: 3.4.0 The Archetype Plugin allows the user to create a Maven project from an existing template called an archetype. It also allows the user to create an archetype from an existing project. This plugin requires Java 8. Maven Archetype Plugin Overview Usage Instructions on how to use the Archet
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く