Author: pottlinger
Date: Sun Aug 3 09:25:41 2014
New Revision: 1615397
URL: http://svn.apache.org/r1615397
Log:
FIxed the site build on CI
Locally the build went through although the property placeholder was missing,
moved maven.plugin.version to parent pom and used it for annotations and plugin
dependencies as well.
Modified:
creadur/rat/trunk/apache-rat-plugin/pom.xml
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1615397&r1=1615396&r2=1615397&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Sun Aug 3 09:25:41 2014
@@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.3</version>
+ <version>${maven.plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
@@ -156,8 +156,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <!-- keep in sync with maven-plugin-plugin version derived from parent
pom -->
- <version>3.3</version>
+ <version>${maven.plugin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -238,7 +237,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>${mavenPluginPluginVersion}</version>
+ <version>${maven.plugin.version}</version>
</plugin>
</plugins>
</reporting>
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1615397&r1=1615396&r2=1615397&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Aug 3 09:25:41 2014
@@ -61,6 +61,7 @@ agnostic home for software distribution
<rat.site.id>org.apache.rat.site</rat.site.id>
<!-- maven plugin versions -->
+ <maven.plugin.version>3.3</maven.plugin.version>
<surefire.version>2.15</surefire.version>
</properties>