Updated Branches: refs/heads/1.5.1-SNAPSHOT 8729dba76 -> 652b5af39
ACCUMULO-2120 Plugin declarations belong in pluginManagement not as a dependency. Move the delcaration of the plugin out of dependencyManagement and into pluginManagement. Pull the configuration (skipNoGit) into that plugin declaration in pluginManagement. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/adaf0579 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/adaf0579 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/adaf0579 Branch: refs/heads/1.5.1-SNAPSHOT Commit: adaf0579035508b23bb96427832513dfd32cdfaf Parents: 27ee236 Author: Josh Elser <els...@apache.org> Authored: Thu Jan 2 17:14:36 2014 -0500 Committer: Josh Elser <els...@apache.org> Committed: Thu Jan 2 17:14:36 2014 -0500 ---------------------------------------------------------------------- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/adaf0579/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 955818d..7d3dc82 100644 --- a/pom.xml +++ b/pom.xml @@ -108,9 +108,6 @@ </goals> </execution> </executions> - <configuration> - <skipNoGit>true</skipNoGit> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -416,6 +413,14 @@ </lifecycleMappingMetadata> </configuration> </plugin> + <plugin> + <groupId>com.github.koraktor</groupId> + <artifactId>mavanagaiata</artifactId> + <version>0.6.1</version> + <configuration> + <skipNoGit>true</skipNoGit> + </configuration> + </plugin> </plugins> </pluginManagement> </build> @@ -908,11 +913,6 @@ </dependency> <!-- Version management --> - <dependency> - <groupId>com.github.koraktor</groupId> - <artifactId>mavanagaiata</artifactId> - <version>0.6.1</version> - </dependency> </dependencies> </dependencyManagement>