ACCUMULO-2064 switch to mavanagaiata for sha
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ed9811c8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ed9811c8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ed9811c8 Branch: refs/heads/1.5.1-SNAPSHOT Commit: ed9811c82f9e5d03c5bfcbaa9c720cdaa0384977 Parents: fc7a0a3 Author: Mike Drob <md...@cloudera.com> Authored: Fri Dec 27 15:18:57 2013 -0800 Committer: Mike Drob <md...@cloudera.com> Committed: Fri Dec 27 15:35:32 2013 -0800 ---------------------------------------------------------------------- pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ed9811c8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 20916c7..bd913b8 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,19 @@ </configuration> </plugin> <plugin> + <groupId>com.github.koraktor</groupId> + <artifactId>mavanagaiata</artifactId> + <executions> + <execution> + <id>git-commit</id> + <phase>validate</phase> + <goals> + <goal>commit</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> @@ -125,8 +138,7 @@ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> <manifestEntries> - <Implementation-Build>${buildNumber}</Implementation-Build> - <Implementation-Timestamp>${timestamp}</Implementation-Timestamp> + <Implementation-Build>${mvngit.commit.id}</Implementation-Build> </manifestEntries> </archive> <includes> @@ -878,6 +890,13 @@ <artifactId>commons-jci-fam</artifactId> <version>1.0</version> </dependency> + + <!-- Version management --> + <dependency> + <groupId>com.github.koraktor</groupId> + <artifactId>mavanagaiata</artifactId> + <version>0.6.1</version> + </dependency> </dependencies> </dependencyManagement>