Author: brett Date: Sun Oct 19 06:25:29 2008 New Revision: 706010 URL: http://svn.apache.org/viewvc?rev=706010&view=rev Log: fix scm report
Modified: incubator/nmaven/trunk/site/versioned/pom.xml Modified: incubator/nmaven/trunk/site/versioned/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/pom.xml?rev=706010&r1=706009&r2=706010&view=diff ============================================================================== --- incubator/nmaven/trunk/site/versioned/pom.xml (original) +++ incubator/nmaven/trunk/site/versioned/pom.xml Sun Oct 19 06:25:29 2008 @@ -39,4 +39,19 @@ <url>svn:https://svn.apache.org/repos/asf/incubator/nmaven/www/0.16</url> </site> </distributionManagement> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1</version> + <configuration> + <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/nmaven/trunk</anonymousConnection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/trunk</developerConnection> + <webAccessUrl>http://svn.apache.org/viewvc/incubator/nmaven/trunk</webAccessUrl> + <checkoutDirectoryName>nmaven</checkoutDirectoryName> + </configuration> + </plugin> + </plugins> + </reporting> </project>