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