Re: Activating a profile in settings.xml based on a property set in pom.xml?

2010-07-10 Thread Zac Thompson
I think a concrete example of what you want to do would be helpful. You can certainly use profiles to selectively activate sections in settings.xml, but I don't understand what you mean by I would like to activate (or not) a profile in my settings.xml based on which profile is active in my pom.xml

Re: Activating a profile in settings.xml based on a property set in pom.xml?

2010-07-10 Thread sebb
On 10 July 2010 08:20, Zac Thompson zac.thomp...@gmail.com wrote: I think a concrete example of what you want to do would be helpful. You can certainly use profiles to selectively activate sections in settings.xml, but I don't understand what you mean by I would like to activate (or not) a

RE: Maven Plugins

2010-07-10 Thread Martin Gainty
good call ron i would suggest reading up on maven logging api http://maven.apache.org/ref/2.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html in the event the maven logging doesnt provide appenders you can use SMTPAppender from Log4j to log all events and transmit

Re: Maven Plugins

2010-07-10 Thread Wayne Fay
Another brilliant and oh so helpful post by Martin the Robot! Wayne On Sat, Jul 10, 2010 at 8:21 PM, Martin Gainty mgai...@hotmail.com wrote: good call ron i would suggest reading up on maven logging api

Re: Maven Plugins

2010-07-10 Thread Stephen Connolly
Does Martin have a FAQ entry yet? On 11 July 2010 05:11, Wayne Fay wayne...@gmail.com wrote: Another brilliant and oh so helpful post by Martin the Robot! Wayne On Sat, Jul 10, 2010 at 8:21 PM, Martin Gainty mgai...@hotmail.com wrote: good call ron i would suggest reading up on