Repository: cloudstack Updated Branches: refs/heads/master bd71fcb65 -> fdea7eb47
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 #220 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fdea7eb4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fdea7eb4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fdea7eb4 Branch: refs/heads/master Commit: fdea7eb47285faa654b5f53acb3842a1af9135a2 Parents: bd71fcb Author: Rajani Karuturi <[email protected]> Authored: Fri May 1 14:43:31 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Fri May 1 16:20:08 2015 +0530 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fdea7eb4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c55e33..0a307b4 100644 --- a/pom.xml +++ b/pom.xml @@ -521,11 +521,6 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${cs.checkstyle.version}</version> <dependencies> @@ -1008,6 +1003,11 @@ <artifactId>maven-site-plugin</artifactId> <version>3.4</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.7</version> + </plugin> </plugins> </reporting> <profiles>
