Author: dennisl
Date: Sat Sep 6 21:02:52 2014
New Revision: 1622934
URL: http://svn.apache.org/r1622934
Log:
Move plugin version definitions that were put under dependencyManagement
instead of pluginManagement.
Modified:
creadur/whisker/trunk/pom.xml
Modified: creadur/whisker/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1622934&r1=1622933&r2=1622934&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sat Sep 6 21:02:52 2014
@@ -78,16 +78,6 @@
<version>2.6.0</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <version>0.11</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>2.2</version>
- </dependency>
</dependencies>
</dependencyManagement>
<modules>
@@ -141,6 +131,11 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<configuration>
@@ -255,6 +250,11 @@
</reportPlugins>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.11</version>
+ </plugin>
<!-- instrumentalization for cobertura -->
<plugin>
<groupId>org.codehaus.mojo</groupId>