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
://www.nabble.com/Can-we-write-a-custom-webapp-plugin-that-uses-the-war-plugin-and-its-configruation--tp25140948p25140948.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

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

2009-08-25 Thread Sven Preßler
, apart from the standard hello world examples). Any suggesstions that can help me getting through my first plugin is greatly appreciated. Thank you Anil -- View this message in context: http://www.nabble.com/Can-we-write-a-custom-webapp-plugin-that-uses-the-war-plugin-and-its-configruation

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

2009-08-25 Thread Anil-C
-write-a-custom-webapp-plugin-that-uses-the-war-plugin-and-its-configruation--tp25140948p25142714.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

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,

RE: webapp plugin

2007-07-18 Thread John Coleman
hope I can figure out how to use it, it looks just like what I need. Regards, John -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: 17 July 2007 12:16 To: Maven Users List Subject: Re: webapp plugin On 7/17/07, John Coleman [EMAIL PROTECTED] wrote: I have

Re: webapp plugin

2007-07-18 Thread Jochen Wiedmann
On 7/18/07, John Coleman [EMAIL PROTECTED] wrote: I started looking at the resources phase, but the existing one just seems to put resources into the classes directory, and is evidently aimed at properties files and such. Obviously you did look at the resources *plugin* as opposed to the

RE: webapp plugin

2007-07-18 Thread John Coleman
-Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: 18 July 2007 09:20 To: Maven Users List Subject: Re: webapp plugin On 7/18/07, John Coleman [EMAIL PROTECTED] wrote: I started looking at the resources phase, but the existing one just seems to put resources

Re: webapp plugin

2007-07-18 Thread Jochen Wiedmann
On 7/18/07, John Coleman [EMAIL PROTECTED] wrote: The war packaging type looks to src/main/webapp for the web application files such as JSPs, but still looks for non-code files in the standard src/main/resources directory. Where you place files such as *.properties files is of personal choice,

webapp plugin

2007-07-17 Thread John Coleman
Hi, I have developed a plugin that filters js and jsp files to customize them prior to packaging. I was going to bind the plugin to the package phase but it would make more sense to apply the filtering during the copy of the webapp directory to the target. If I apply during the package

Re: webapp plugin

2007-07-17 Thread Jochen Wiedmann
On 7/17/07, John Coleman [EMAIL PROTECTED] wrote: I have developed a plugin that filters js and jsp files to customize them prior to packaging. The filtering possibilities provided by the maven-war-plugin aren't sufficient? IMO, filtering should be an abstract mechanism, as implemented in

webapp plugin/mavenide

2007-07-17 Thread John Coleman
I got my plugin working and want to bind it to prepare-package, but that's in Maven2.1. Is there way to do this task in Maven2? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and

Re: webapp plugin/mavenide

2007-07-17 Thread Milos Kleint
John Coleman wrote: I got my plugin working and want to bind it to prepare-package, but that's in Maven2.1. Is there way to do this task in Maven2? TIA are you using maven support in netbeans? that one by default builds with a custom 2.0.4-like maven2 embedder. allowing to build with any

RE: webapp plugin/mavenide

2007-07-17 Thread John Coleman
to fit in my plugin. It seems I must hack the package plugin for this? Thanks, John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 July 2007 14:14 To: Maven Users List Subject: Re: webapp plugin/mavenide John Coleman wrote: I got my plugin working and want