Author: vines Date: Mon May 21 20:25:36 2012 New Revision: 1341192 URL: http://svn.apache.org/viewvc?rev=1341192&view=rev Log: ACCUMULO-173 - Looks like we mostly had it in place, but we didn't have the buildnumber plugin set up. I disabled the forced update/check to ensure compatability. This will result in locally modified versions to match WRT revision number.
Modified: accumulo/trunk/pom.xml Modified: accumulo/trunk/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1341192&r1=1341191&r2=1341192&view=diff ============================================================================== --- accumulo/trunk/pom.xml (original) +++ accumulo/trunk/pom.xml Mon May 21 20:25:36 2012 @@ -66,6 +66,23 @@ <defaultGoal>package</defaultGoal> <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>buildnumber-maven-plugin</artifactId> + <version>1.1</version> + <executions> + <execution> + <phase>validate</phase> + <goals> + <goal>create</goal> + </goals> + </execution> + </executions> + <configuration> + <doCheck>false</doCheck> + <doUpdate>false</doUpdate> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions>