Author: bentmann
Date: Tue Jan 4 22:08:39 2011
New Revision: 1055204
URL: http://svn.apache.org/viewvc?rev=1055204&view=rev
Log:
o Fixed IT
Modified:
maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml
Modified: maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml?rev=1055204&r1=1055203&r2=1055204&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/it/basic/pom.xml Tue Jan 4
22:08:39 2011
@@ -73,6 +73,13 @@ under the License.
</mailingList>
</mailingLists>
+ <developers>
+ <developer>
+ <id>nobody</id>
+ <name>Nobody</name>
+ </developer>
+ </developers>
+
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
@@ -84,4 +91,25 @@ under the License.
<version>2.0</version>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-doap-plugin</artifactId>
+ <version>@project.version@</version>
+ <configuration>
+ <doapOptions>
+ <programmingLanguage>java</programmingLanguage>
+ <category>build-management</category>
+ <downloadPage>${project.url}/downloads</downloadPage>
+ </doapOptions>
+ <asfExtOptions>
+ <charter>World Domination</charter>
+ <chair>Nobody</chair>
+ </asfExtOptions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>