Re: Adding goals to pom.xml

2008-03-13 Thread VUB Stefan Seidel
Hi David, have a look at the plugin lists from maven.apache.org and mojo.codehaus.org. There you will find a lot of plugins that do difficult work for you. The antrun plugin is of course good for backward compatibility, but I think there are better plugins if you just need to copy a file.

Re: Adding goals to pom.xml

2008-03-13 Thread David Delbecq
Hi Stefan, Was not going to ignore your previous response. It just doesn't seem to be any existing plugin that take a part of your webapp and life copy it to a test tomcat somewhere. Moreover, that would be an operation outside of compilation process (it's just a helper script so we don't

RE: Adding goals to pom.xml

2008-03-13 Thread nicklist
Subject: Re: Adding goals to pom.xml Hi Stefan, Was not going to ignore your previous response. It just doesn't seem to be any existing plugin that take a part of your webapp and life copy it to a test tomcat somewhere. Moreover, that would be an operation outside of compilation process (it's

RE: Adding goals to pom.xml

2008-03-12 Thread Brian E. Fox
You can't create new targets in Maven2 without making a plugin. The targets maven2 understands are either phase or plugin:goal -Original Message- From: david delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 6:12 PM To: Maven Users List Subject: Adding goals to pom.xml