mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
o Adding support for global (installation-level) settings.xml file which is identical to the one in ~/.m2, and which will be overridden by user-level settings. The default location for this is ${maven.home}/settings.xml. o Adding IT to test merging of global- and user-level settings.xml files o Moved DefaultMavenSettingsBuilder/MavenSettingsBuilder to maven-settings project, to make them more generally available (to ant, for instance) Resolves issue: MNG-294 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190517 13f79535-47bb-0310-9956-ffa450edef68
25 lines
685 B
XML
25 lines
685 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.</groupId>
|
|
<artifactId>maven-it0023</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<configuration>
|
|
<pluginItem>${test}</pluginItem>
|
|
</configuration>
|
|
</plugin>
|
|
<!-- plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-projecthelp-plugin</artifactId>
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
|
</plugin -->
|
|
</plugins>
|
|
</build>
|
|
</model>
|