Author: sebb
Date: Fri Sep 9 22:32:34 2011
New Revision: 1167376
URL: http://svn.apache.org/viewvc?rev=1167376&view=rev
Log:
Use svnjava by default
Change unavailable revision text to look better with the prefix "r"
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1167376&r1=1167375&r2=1167376&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Sep 9 22:32:34 2011
@@ -432,7 +432,12 @@
<configuration>
<!-- Use committed revision so it does not change every time svn
update is run -->
<useLastCommittedRevision>true</useLastCommittedRevision>
- <revisionOnScmFailure>UNKNOWN_REVISION</revisionOnScmFailure>
+ <!-- default revision number if unavailable -->
+ <revisionOnScmFailure>??????</revisionOnScmFailure>
+ <!-- svnjava works even if an svn command-line client is not on the
path -->
+ <providerImplementations>
+ <svn>javasvn</svn>
+ </providerImplementations>
</configuration>
</plugin>
</plugins>
@@ -953,7 +958,7 @@
<!-- build meta inf -->
<maven.build.timestamp.format>yyyy-MM-dd
HH:mm:ssZ</maven.build.timestamp.format>
- <implementation.build>r${buildNumber};
${maven.build.timestamp}</implementation.build>
+ <implementation.build> ${buildScmBranch}/r${buildNumber};
${maven.build.timestamp}</implementation.build>
<!-- Allow Clirr severity to be overriden by the command-line option
-DminSeverity=level -->
<minSeverity>info</minSeverity>