Ulrich Wolf wrote: > Hello, > > when I build my project with the goal "package" I get a *.jar-File, which I > have to execute manually after the compilation & packaging. Is there any way > to automatically execute this file directly after maven has completed this > task?
The exec-maven-plugin can do this, I think. <http://mojo.codehaus.org/exec-maven-plugin/java-mojo.html> -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
