Author: jvanzyl
Date: Sat Oct 21 13:18:55 2006
New Revision: 466445
URL: http://svn.apache.org/viewvc?view=rev&rev=466445
Log:
clean up POM
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0022/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0022/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0022/pom.xml?view=diff&rev=466445&r1=466444&r2=466445
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0022/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0022/pom.xml
Sat Oct 21 13:18:55 2006
@@ -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>