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?
2009/7/3 hrbaer <[email protected]>
>
> Hi,
>
> I'm using maven (of course *g*) to build a war-file. At the moment I have
> to
> copy this war-file manualy from my target-folder to the deployment-folder
> of
> my server.
>
> Is there a possibility to change this process into an automaticly one?
> Are there any plugins for eclipse or maven?
>
> Thanks in advance!
> --
> View this message in context:
> http://www.nabble.com/automaticly-deployment-after-mvn-install-tp24319660p24319660.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]
>
>