Bouiaw wrote:
Auto Build Goals: war:inplace
Manual Build Goals: war:inplace
During Clean Goals: clean war:inplace
After Clean Goals:
That may not be a good idea, if there are other builders cleaning things. However "after clean goal" should be executed after clean, so you could try to put it in there.

Another option to try, is to add war:inplace goal to list of goals executed for resource filtering in the Maven project configuration page.

 regards,
 Eugene

On Tue, Apr 29, 2008 at 7:24 AM, Todd Nine <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi all,
      I have Eclipse 3.3.2, Maven 2.0.9 and plugin version
    0.9.3.20080421.  I have configured the plugin to use my maven
    installation, not the bundled maven.  I am trying to get the m2
    builder to execute "war:inplace" when the project is built to copy
    the maven dependencies into my project space.  I'm doing the
    following, and it doesn't work.

       1. Right click on the project and select properties
       2. Click on builders
       3. Click on New, select Maven build, then click OK
       4. Fill out the following values

          Auto Build Goals: war:inplace
          Manual Build Goals: war:inplace
          During Clean Goals: clean
          After Clean Goals:

          However

    However, when I run a clean (which auto builds), the clean goal is
    executed and war:inplace is not.  This would be quite handy to run
    automatically during a build so I don't have to run it from the
    command line, then manually sync my project.  Any ideas on the
    problem?

    Thanks,
    Todd




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to