Re: maven-exec-plugin

2013-06-07 Thread Stephen Connolly
Ok, I'll bite... Martin, I know your responses are usually, to my mind at least, slightly off with respect to the question asked, but i can usually find some connection. In this case, however, i have to ask how on earth do you think this has *any* relevance to the question about Subversion? On

Re: maven-exec-plugin

2013-06-07 Thread Baptiste MATHUS
Well, I sometimes have doubts, but I *think* Martin is a bot, isn't it? I seem to remember some threads about it in the past. Or someone having fun trying to look slightly in the field of the answer but just dragging people into things they will just lose time with? Cheers 2013/6/7 Stephen

Re: maven-exec-plugin

2013-06-07 Thread Baptiste MATHUS
You're very right. Sorry about that. I also believe far more that people is more important than anything else in a community like here. Please accept my apologies Martin. 2013/6/7 Stephen Connolly stephen.alan.conno...@gmail.com Unless you have hard evidence that Martin is in actual fact a

RE: maven-exec-plugin

2013-06-07 Thread Martin Gainty
Bots are smart, intelligent, well researched auto-response daemons in effect Baptiste stumbled into the trap of accidentally paying me a compliment Is that what you had intended Baptiste? If your intention is to denigrate or vilify ..you'll have to do alot better than that! Good Luck!

Re: maven-exec-plugin

2013-06-06 Thread Wolf Geldmacher
On 06.06.2013 11:48, virg g wrote: Hi, I am having a problem in using maven-exec-plugin. I have requirement that i need to use SVN MOVE command to rename labels. Since SCM does not support MOVE svn tags/labels i am using maven-exec-plugin to rename svn tags with required arguments including svn

RE: maven-exec-plugin

2013-06-06 Thread Martin Gainty
setup a ssh repository in distribution-management http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html then you can 'pull' the necessary SSH artifacts by referencing them inside the build extension Martin Gainty __

Re: maven-exec-plugin and VM args

2012-12-05 Thread Anders Hammar
I think I ran into something similar the other day. You need to put each of the arguments in a separate argument element. argument-Dcom.sun.management.jmxremote/argument argument-Djava.awt.headless=true/argument argument-Xmx1024m/argument etc. /Anders On Wed, Dec 5, 2012 at 10:05 PM, Mark

Re: maven-exec-plugin and VM args

2012-12-05 Thread Mark Derricutt
Anders, Mmm that sounds plausible altho so far I don't seem to see any difference in behaviour, my ps aux output shows amrk 6040 0.0 5.7 4054184 478464 s000 S+ 10:53am 3:57.72 /usr/bin/java -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Xmx1024m -XX:+CMSClassUnloadingEnabled

Re: Maven exec plugin

2008-05-10 Thread Jerome Lacoste
On Fri, May 9, 2008 at 4:50 AM, avin98 [EMAIL PROTECTED] wrote: I'm trying to run a shell script from a maven goal. Here's my definition build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions