mirror of https://github.com/apache/maven.git
o adding a version to the use of the doap plugin. this really is not right as it works locally for me in a way that is completely different
then someone else locally even though I have deployed a snapshot. It can't work in an inconsistent fashion like that and something to look at for 2.1 i suppose. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f98e66e0b
commit
3ad77c2d5d
1
pom.xml
1
pom.xml
|
@ -104,6 +104,7 @@
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-doap-plugin</artifactId>
|
<artifactId>maven-doap-plugin</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<category>build-management</category>
|
<category>build-management</category>
|
||||||
<language>Java</language>
|
<language>Java</language>
|
||||||
|
|
Loading…
Reference in New Issue