Re: Can we write a custom webapp plugin that uses the war plugin and its configruation?

2009-08-26 Thread Sven Preßler
Hi Jörg, never thought of that, thanks. Didn't have any problems so far, though. -Sven 2009/8/26 Jörg Schaible joerg.schai...@gmx.de Hi Sven, Sven Preßler wrote: You might want to take a look at the maven-inherit-plugin:

Can we write a custom webapp plugin that uses the war plugin and its configruation?

2009-08-25 Thread Anil-C
I am trying to create a new plugin webapp with two goals clean and refresh to extend the functionality of the maven-war-plugin. webapp:clean would clean the webappDirectory and webapp:refresh would refresh the warSourceDirectory and apply modifications to the webappDirectory (similar to

Re: Can we write a custom webapp plugin that uses the war plugin and its configruation?

2009-08-25 Thread Sven Preßler
You might want to take a look at the maven-inherit-plugin: http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/ -Sven 2009/8/25 Anil-C achalamalase...@gmail.com I am trying to create a new plugin webapp with two goals clean and refresh to extend the functionality of the

Re: Can we write a custom webapp plugin that uses the war plugin and its configruation?

2009-08-25 Thread Anil-C
Thanks for the quick reply. I have tried this plugin earlier thats not what i wanted. This plugin reads the metadata information of the plugin at compile time. I need something that can read the configuration of from the pom for maven-war-plugin (if no configuration specified, take defaults), and

Re: Can we write a custom webapp plugin that uses the war plugin and its configruation?

2009-08-25 Thread Jörg Schaible
Hi Sven, Sven Preßler wrote: You might want to take a look at the maven-inherit-plugin: http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/ Honestly, this plugin leads directly into Maven plugin dependency hell. If you like to have arbitrary side effects in multi-project builds,