mirror of https://github.com/apache/lucene.git
Make the Maven build work even when the source is not under Subversion control
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4ad5a8d56
commit
708d6fada1
|
@ -560,6 +560,7 @@
|
||||||
<doCheck>false</doCheck>
|
<doCheck>false</doCheck>
|
||||||
<doUpdate>false</doUpdate>
|
<doUpdate>false</doUpdate>
|
||||||
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
|
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
|
||||||
|
<revisionOnScmFailure>NO-REVISION-AVAILABLE</revisionOnScmFailure>
|
||||||
<buildNumberPropertyName>svn.revision</buildNumberPropertyName>
|
<buildNumberPropertyName>svn.revision</buildNumberPropertyName>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue