Skip to content

Commit fdea7eb

Browse files
committed
maven plugin cleanup
1. removed redundant maven-site-plugin 2. added maven-resources-plugin version 2.7 which has the fix for http://jira.codehaus.org/browse/MRESOURCES-140 This closes apache#220
1 parent bd71fcb commit fdea7eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,6 @@
519519
</plugins>
520520
<pluginManagement>
521521
<plugins>
522-
<plugin>
523-
<groupId>org.apache.maven.plugins</groupId>
524-
<artifactId>maven-site-plugin</artifactId>
525-
<version>3.3</version>
526-
</plugin>
527522
<plugin>
528523
<groupId>org.apache.maven.plugins</groupId>
529524
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -1008,6 +1003,11 @@
10081003
<artifactId>maven-site-plugin</artifactId>
10091004
<version>3.4</version>
10101005
</plugin>
1006+
<plugin>
1007+
<groupId>org.apache.maven.plugins</groupId>
1008+
<artifactId>maven-resources-plugin</artifactId>
1009+
<version>2.7</version>
1010+
</plugin>
10111011
</plugins>
10121012
</reporting>
10131013
<profiles>

0 commit comments

Comments
 (0)