> Hi, i have added the code in my pom.xml  to update from svn every time i
> take a build (using scm and build-number plugins) so when i run mvn install
> , it does so ..However is there any way to disable this update  without
> removing the entry in pom ?

If you don't want to perform some part of your build process every
time you run a build, you might need to look into profiles. Having
said that, profiles can be very easily abused, so please use some
common sense when heading down this path.

Wayne

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

Reply via email to