mirror of https://github.com/apache/maven.git
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:
parent
f37ff7ef4d
commit
ee213ed710
26
pom.xml
26
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue