Florian Probst-4 wrote:
> 
> Hi,
> 
> you can use the "outputDirectory" of the maven-war-plugin this way to copy
> the war file:
> 
>             <plugin>
>                 <artifactId>maven-war-plugin</artifactId>
>                 <configuration>
>                     <warName>ewbk-web</warName>
> 
> <outputDirectory>${tomcat5.home}/webapps</outputDirectory>
>                 </configuration>
>             </plugin
> 
> Propably this helps?
> 

It does! Thank you very much!
-- 
View this message in context: 
http://www.nabble.com/automaticly-deployment-after-mvn-install-tp24319660p24322187.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to