Updated Branches: refs/heads/master f6bb98f58 -> 7683712d3
SCM Publish Plugin was defined twice in pluginMngt in parent POM. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7683712d Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7683712d Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/7683712d Branch: refs/heads/master Commit: 7683712d3d686fe7eefe3c249019d8dea63039b8 Parents: f6bb98f Author: Michael Osipov <[email protected]> Authored: Sun Feb 9 12:00:30 2014 +0100 Committer: Michael Osipov <[email protected]> Committed: Sun Feb 9 12:00:30 2014 +0100 ---------------------------------------------------------------------- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/7683712d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d89fcb5..f91fd35 100644 --- a/pom.xml +++ b/pom.xml @@ -379,11 +379,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-scm-publish-plugin</artifactId> - <version>1.0</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.16</version> <configuration> @@ -446,6 +441,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> + <version>1.0</version> <configuration> <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory> <tryUpdate>true</tryUpdate>
