o remove cruft from POM that's not being used, we'll revisit the DOAP plugin later.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@512753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-02-28 13:35:04 +00:00
parent f37ff7ef4d
commit ee213ed710
1 changed files with 0 additions and 26 deletions

26
pom.xml
View File

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