try -Dassembly.skipAssembly=true
2013/1/25 Maxim Solodovnik <[email protected]>: > Thanks a lot for such quick and accurate answer! > I was trying to find the answer in google for 2 days, you just save me :) > > maybe you know "maven way" of performing maven build but without archiving? > right now "mvn install" creates > red5-server-1.0.1-server.tar.gz > red5-server-1.0.1-server.zip > > is it possible to get red5-server-1.0.1-server.zip contents unarchived? > > > > > On Fri, Jan 25, 2013 at 9:24 PM, Olivier Lamy <[email protected]> wrote: > >> 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 <[email protected]>: >> > 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > WBR > Maxim aka solomax -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
