mirror of https://github.com/apache/maven.git
clean up POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64aef4d099
commit
b77161e95a
|
@ -2,10 +2,8 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-it0022</artifactId>
|
||||
<description>Test profile inclusion from profiles.xml (this one is activated by system
|
||||
property).</description>
|
||||
<description>Test profile inclusion from profiles.xml (this one is activated by system property).</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