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,

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

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