mirror of https://github.com/apache/maven.git
clean up POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b77161e95a
commit
409bc5955c
|
@ -2,10 +2,8 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-it0023</artifactId>
|
||||
<description>Test profile inclusion from settings.xml (this one is activated by an id
|
||||
in the activeProfiles section).</description>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<description>Test profile inclusion from settings.xml (this one is activated by an id in the activeProfiles section).</description>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -16,11 +14,6 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue