Re: How do disable subversion update during maven build

2013-01-25 Thread Olivier Lamy
The pom contains plugin groupIdorg.codehaus.mojo/groupId artifactIdbuildnumber-maven-plugin/artifactId version1.1/version executions execution phasevalidate/phase goals goalcreate/goal /goals /execution /executions configuration doCheckfalse/doCheck doUpdatetrue/doUpdate /configuration /plugin

Re: How do disable subversion update during maven build

2013-01-25 Thread Maxim Solodovnik
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

Re: How do disable subversion update during maven build

2013-01-25 Thread Olivier Lamy
try -Dassembly.skipAssembly=true 2013/1/25 Maxim Solodovnik solomax...@gmail.com: 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

Re: How do disable subversion update during maven build

2013-01-25 Thread Maxim Solodovnik
Thanks, again :) unfortunately with this flag both archive and its contents does not get created :( I'll use additional step to unarchive created bundle. On Fri, Jan 25, 2013 at 10:03 PM, Olivier Lamy ol...@apache.org wrote: try -Dassembly.skipAssembly=true 2013/1/25 Maxim Solodovnik

Re: custom extension problem, error mode enablement

2013-01-25 Thread Olivier Lamy
Such extension are executing after projects read. So if it's a model validation issue (as it looks to be your case) it's too late. What you can try is to implement your own EventSpy (http://maven.apache.org/ref/3.0.4/apidocs/org/apache/maven/eventspy/EventSpy.html ) The first onEvent call is with

store file in top parent pom, along with property pointing to it, and ref that property in child poms

2013-01-25 Thread KARR, DAVID
My project uses a small hierarchy of parent poms. I believe it would be a good idea to set my Sonar connection settings in the top parent pom, instead of telling all the users to add a certain set of settings to their ~/.m2/settings.xml. In addition, we're using the sonar.secretKeyPath

Re: store file in top parent pom, along with property pointing to it, and ref that property in child poms

2013-01-25 Thread Curtis Rueden
Hi David, My problem is that I can't figure out how to set a path property that is relative to the top parent A solution I have used is to define a ${project.rootdir} property; see: http://stackoverflow.com/a/8848129 https://github.com/imagej/imagej/commit/d171f290 Or you could try

Re: store file in top parent pom, along with property pointing to it, and ref that property in child poms

2013-01-25 Thread Wayne Fay
I really need a statically-defined property that references ${basedir}, so when child poms reference it, it doesn't evaluate it dynamically. I think the right solution to this class of problems utilizes the remote-resources plugin or dependency:unpack instead of the approach you are currently

RE: store file in top parent pom, along with property pointing to it, and ref that property in child poms

2013-01-25 Thread KARR, DAVID
-Original Message- From: KARR, DAVID Sent: Friday, January 25, 2013 10:31 AM To: Maven Users List Subject: store file in top parent pom, along with property pointing to it, and ref that property in child poms My project uses a small hierarchy of parent poms. I believe it would be

Re: Perhaps strange backtrace in surefire

2013-01-25 Thread Benson Margulies
Here it is in 2.13: forkModealways/forkMode How would you suggest that I go about getting you more useful information? Running com.basistech.TestLogCallback 0[main] DEBUG com.basistech.rlp.RLPEnvironment - Starting cleanup thread 6[main] DEBUG com.basistech.rlp.RLPEnvironment -