ACCUMULO-2064 skip commit id when outside of repo
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7547b297 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7547b297 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7547b297 Branch: refs/heads/master Commit: 7547b297c2a034ce6bd924a016ef2a5bc314c82b Parents: ed9811c Author: Mike Drob <md...@cloudera.com> Authored: Fri Dec 27 17:03:48 2013 -0800 Committer: Mike Drob <md...@cloudera.com> Committed: Fri Dec 27 17:12:59 2013 -0800 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/7547b297/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bd913b8..955818d 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,9 @@ </goals> </execution> </executions> + <configuration> + <skipNoGit>true</skipNoGit> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -396,6 +399,19 @@ <ignore /> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>com.github.koraktor</groupId> + <artifactId>mavanagaiata</artifactId> + <versionRange>[0.6.1,)</versionRange> + <goals> + <goal>commit</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration>