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 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: Final Memory

2008-12-16 Thread Anil-C
Hi Paul, I was looking exactly for the same question. Did you get an answer to this? Thanks Anil Paul Benedict-2 wrote: What does the Final Memory detail represent when Maven finishes? I can't find any documentation on what the two numbers mean. [INFO] Final Memory: 1M/4M Paul