The pom contains

<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>true</doUpdate>
</configuration>
</plugin>

So try with adding in the cli: -Dmaven.buildNumber.doUpdate=false


2013/1/25 Maxim Solodovnik <solomax...@gmail.com>:
> Hello All,
>
> I'm very new to maven, so most probably my question is very easy to answer.
> Is there any way to tell maven not to run svn update on project? or specify
> revision number for the update?
>
> I'm currently trying to build the red5 server:
> http://red5.googlecode.com/svn/java/server/trunk/pom.xml
>
> it has scm section, which I believe responsible to run "svn update". I
> would like to manually get particular revision.
>
> Thanks in advance for your help
>
>
> --
> WBR
> Maxim aka solomax



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to