Updated Branches: refs/heads/1.4.5-SNAPSHOT ed9811c82 -> 7547b297c refs/heads/1.5.1-SNAPSHOT 17f4de1b4 -> 55106851a refs/heads/1.6.0-SNAPSHOT f35e3f472 -> f0f227a79 refs/heads/master a267d349d -> 77b31b7c1
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/1.4.5-SNAPSHOT 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>