Author: rdonkin
Date: Sun Nov 18 10:34:58 2012
New Revision: 1410862
URL: http://svn.apache.org/viewvc?rev=1410862&view=rev
Log:
Upgrade to latest javadoc plugin versions and switch off timestamps. Thanks to
Olivier Lamy for pointing me in the right direction.
Modified:
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1410862&r1=1410861&r2=1410862&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Nov 18 10:34:58 2012
@@ -83,9 +83,10 @@ agnostic home for software distribution
<rat.snapshots.name>${distMgmtSnapshotsName}</rat.snapshots.name> <!--
Parent POM uses these properties -->
<rat.snapshots.url>${distMgmtSnapshotsUrl}</rat.snapshots.url>
+ <scmpublish.content>stage</scmpublish.content>
+
<!-- maven plugin versions -->
<surefire.version>2.12.3</surefire.version>
-
</properties>
<dependencyManagement>
@@ -162,13 +163,13 @@ agnostic home for software distribution
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.9</version>
<configuration>
<tagletArtifacts>
<tagletArtifact>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-javadoc</artifactId>
- <version>2.5.1</version>
+ <version>3.2</version>
</tagletArtifact>
</tagletArtifacts>
<tags>
@@ -178,6 +179,7 @@ agnostic home for software distribution
<head>To do:</head>
</tag>
</tags>
+ <notimestamp>true</notimestamp>
</configuration>
<reportSets>
<reportSet>
@@ -291,6 +293,16 @@ agnostic home for software distribution
<!-- Must use previous version, to avoid a cyclic reference -->
<version>0.8</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-publish-plugin</artifactId>
+ <version>1.0-beta-2</version>
+ <extensions>true</extensions>
+ <configuration>
+ <!-- svn location for publication -->
+
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/creadur/site/trunk/content/rat/</pubScmUrl>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>