Author: jvanzyl
Date: Wed Feb 28 05:35:04 2007
New Revision: 512753
URL: http://svn.apache.org/viewvc?view=rev&rev=512753
Log:
o remove cruft from POM that's not being used, we'll revisit the DOAP plugin
later.
Modified:
maven/components/trunk/pom.xml
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=512753&r1=512752&r2=512753
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Wed Feb 28 05:35:04 2007
@@ -129,32 +129,6 @@
</plugin>
</plugins>
</pluginManagement>
- <plugins>
- <!--
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- <aggregate>false</aggregate>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-doap-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
- <configuration>
- <category>build-management</category>
- <language>Java</language>
- </configuration>
- </plugin>
- -->
- </plugins>
</build>
<modules>
<module>maven-artifact</module>