Re: Configure plugins through settings.xml

2006-07-18 Thread Tomasz Pik
On 6/19/06, John Allen <[EMAIL PROTECTED]> wrote: Tomasz Pik gmail.com> writes: > > Hello, > > It's currently not possible but generally I think it would be nice to have > possibility to configure plugins through profiles using $HOME/.m2/settings.xml Please note there are some bugs in maven th

Re: Configure plugins through settings.xml

2006-06-19 Thread John Allen
Tomasz Pik gmail.com> writes: > > Hello, > > It's currently not possible but generally I think it would be nice to have > possibility to configure plugins through profiles using $HOME/.m2/settings.xml Please note there are some bugs in maven that prevent all of the aspects of plugin configurat

Re: Configure plugins through settings.xml

2006-06-07 Thread Edwin Punzalan
Although not a real solution, but I have a workaround for some of the use cases. Some parameters of the plugins similar to ${parameter} can be configured inside settings.xml... just use . ^_^ Tomasz Pik wrote: Hello, It's currently not possible but generally I think it would be nice to

Configure plugins through settings.xml

2006-06-06 Thread Tomasz Pik
Hello, It's currently not possible but generally I think it would be nice to have possibility to configure plugins through profiles using $HOME/.m2/settings.xml Here's a simple example why it would be useful: consider maven-eclipse-plugin and application using spring. Some developers working on t