|
@@ -53,6 +53,11 @@
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
<version>2.2-beta-3</version>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
+ <version>2.5</version>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
@@ -103,6 +108,12 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <skip>true</skip>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|