Apache / Maven / Plugins / Apache Maven Eclipse Plugin (RETIRED) / Introduction Last Published: 2015-05-28 | Version: 2.10 Note: This plugin is retired. It is no longer maintained. The Maven Eclipse Plugin is used to generate Eclipse IDE files (*.classpath, *.project, *.wtpmodules and the .settings folder) for use with a project. Disclaimer: Users are advised to use m2e, the Eclipse Maven Integrat
Apache/ Maven/ Guide to installing 3rd party JARs | Last Published: 2025-07-05 | Get Sources Download Occasionally, you will have 3rd party JARs that you need to put in your local repository for use in your builds, since they don't exist in any public repository like Maven Central. The JARs must be placed in the local repository in the correct place in order for it to be correctly picked up by Apa
General information about how to copy jars into your local repository can be found in the Guide to installing 3rd party JARs By default, the Apache Maven Install Plugin uses the local repository defined in the settings.xml to install an artifact. You could install an artifact on a specific local repository by setting the localRepositoryPath parameter when installing. mvn org.apache.maven.plugins:m
This is a reference for the Maven project descriptor used in Maven. An XSD is available at: http://maven.apache.org/xsd/maven-v3_0_0.xsd for Maven 1.1. http://maven.apache.org/xsd/maven-4.0.0.xsd for Maven 2.0. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/ma
What is Archetype? In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Archetype will help authors create Maven project templates for users, and provides users with th
Apache / Maven / Plugins / Apache Maven Eclipse Plugin / Multi-module projects with WTP Last Published: 2015-05-28 | Version: 2.10 Using maven-eclipse-plugin in multi-module projects with WTP Developing Multi-module projects with Maven and Eclipse can be done efficiently using the the best of both Maven 2 and Eclipse's WTP. Especially with projects that have EJB and EAR modules, it can be difficul
Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: vsiveton Build-Jdk: 1.5.0_12 Build-Time: 2008-01-18 06:53:13 Recipe Configuring MANIFEST.MF To generate and add build time into a Jar Manifest, we are using MANIFEST.MF, located in the src/main/resources/META-INF directory, which contains a built time value to be interpolated, i.e.
Apache / Maven / Ref / Maven 3.0.4 / Maven Settings / Settings Last Published: 2012-01-20 | Version: 3.0.4 This is a reference for the user-specific configuration for Maven. Includes things that should not be distributed with the pom.xml file, such as developer identity, along with local settings, like proxy information. The default location for the settings file is ~/.m2/settings.xml An XSD is av
Apache/ Maven/ Skins/ Apache Maven Fluido Skin/ Introduction | Last Published: 2025-03-08 Version: 2.1.0 Welcome to Apache Maven Fluido Skin! The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's Bootstrap 2.3.2. A sample page is provided to see the skin in action, and two complete sites to show skin configurations: one for sidebar layout (default) and the other for t
Apache/ Maven/ Introduction to Archetypes | Last Published: 2025-08-31 | Get Sources Download What is Archetype? In short, Archetype is a Maven project templating toolkit. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The name fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Arc
Apache/ Maven/ Surefire/ Maven Surefire Plugin/ Using JUnit | Last Published: 2025-03-27 Version: 3.5.3 Configuring JUnit To get started with JUnit, you need to add the required version of JUnit to your project: <dependencies> [...] <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> [...] </dependencies> This is the only
<project> ... <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.6.0</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <excludes> <exclude>classworlds:classworlds</exclude> <exclude>junit:junit</exclude> <exclude>jmock:*</exclude> <exclude>*:xml-apis<
Apache/ Maven/ Surefire/ Maven Failsafe Plugin/ Introduction | Last Published: 2025-03-27 Version: 3.5.3 The Failsafe Plugin is designed to run integration tests while the Surefire Plugin is designed to run unit tests. The name (failsafe) was chosen both because it is a synonym of surefire and because it implies that when it fails, it does so in a safe way. The Maven lifecycle has four phases for
Apache/ Maven/ Surefire/ Maven Surefire Plugin/ Fork Options and Parallel Test Execution | Last Published: 2025-03-27 Version: 3.5.3 Choosing the right forking strategy and parallel execution settings can have substantial impact on the memory requirements and the execution time of your build system. The surefire offers a variety of options to execute tests in parallel, allowing you to make best us
(*) Note: it is intended that this should be runtime scope instead, so that all compile dependencies must be explicitly listed. However, if a library you depend on extends a class from another library, both must be available at compile time. For this reason, compile time dependencies remain as compile scope even when they are transitive. Dependency Management The dependency management section is a
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く