[P2play-commit] SF.net SVN: p2play: [76] trunk/parent/pom.xml
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-08-21 17:11:37
|
Revision: 76
http://p2play.svn.sourceforge.net/p2play/?rev=76&view=rev
Author: tisoft
Date: 2007-08-21 10:11:39 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
updated pom
Modified Paths:
--------------
trunk/parent/pom.xml
Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2007-08-21 14:45:43 UTC (rev 75)
+++ trunk/parent/pom.xml 2007-08-21 17:11:39 UTC (rev 76)
@@ -28,10 +28,10 @@
<scm>
<connection>
- scm:svn:http://p2play.svn.sourceforge.net/svnroot/p2play/
+ scm:svn:http://p2play.svn.sourceforge.net/svnroot/p2play/trunk/parent/
</connection>
<developerConnection>
- scm:svn:https://p2play.svn.sourceforge.net/svnroot/p2play/
+ scm:svn:https://p2play.svn.sourceforge.net/svnroot/p2play/trunk/parent/
</developerConnection>
<url>http://p2play.svn.sourceforge.net/viewvc/p2play/</url>
</scm>
@@ -220,19 +220,34 @@
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
- <artifactId>maven-surefire-plugin</artifactId>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jxr-maven-plugin</artifactId>
</plugin>
<plugin>
- <artifactId>maven-clover-plugin</artifactId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
@@ -252,6 +267,38 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>test</phase>
+ <goals>
+ <goal>cobertura</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>site</id>
+ <phase>package</phase>
+ <goals>
+ <goal>site</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>deploy</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|