mirror of https://github.com/apache/maven.git
add configuration for the DOAP plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cebbb8ecc
commit
18866c065d
13
pom.xml
13
pom.xml
|
@ -101,6 +101,15 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-doap-plugin</artifactId>
|
||||
<configuration>
|
||||
<category>build-management</category>
|
||||
<language>Java</language>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<modules>
|
||||
<module>maven-artifact</module>
|
||||
|
@ -139,9 +148,7 @@
|
|||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-container-default</artifactId>
|
||||
<!-- We need to upgrade this to 1.0-alpha-10-SNAPSHOT for >= 2.0.5, to correct MNG-2201
|
||||
<version>1.0-alpha-10-SNAPSHOT</version>
|
||||
-->
|
||||
<!-- We need to upgrade this to 1.0-alpha-10-SNAPSHOT for >= 2.0.5, to correct MNG-2201 -->
|
||||
<version>1.0-alpha-9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue