On Thu, Jun 19, 2008 at 11:09:57AM -0400, Brill Pappin wrote:
> Look up "war overlay" in the maven-war-plugin that will give you some  
> useful information on what you want to do beyond your original  
> questions.
> 
> as for dep types.
> A war can be depended upon just like a jar (or anything else for that  
> matter) you simply specify the type:
> <dependency>
>       <groupId>com.mypackage</groupId>
>       <artifactId>mywebapp</artifactId>
>       <version>1.0.0XXX</version>
>       <type>war</type>
> </dependency>
> 
> - Brill Pappin

Doh, I knew as soon as I sent my response that someone would pipe up
with a slick way of doing it in Maven!

jk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to