Fixed NETTY-263 (Build fails with unzipped distribution)
* Configured buildnumber-maven-plugin not to fail even if svn up fails
This commit is contained in:
parent
807e801453
commit
ad4d99c764
3
pom.xml
3
pom.xml
@ -247,7 +247,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>buildnumber-maven-plugin</artifactId>
|
||||
<version>1.0-beta-3</version>
|
||||
<version>1.0-beta-4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>validate</phase>
|
||||
@ -259,6 +259,7 @@
|
||||
<configuration>
|
||||
<doCheck>false</doCheck>
|
||||
<doUpdate>true</doUpdate>
|
||||
<revisionOnScmFailure>-1</revisionOnScmFailure>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user