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:
Jason van Zyl 2006-10-21 20:18:55 +00:00
parent 64aef4d099
commit b77161e95a
1 changed files with 1 additions and 8 deletions

View File

@ -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>