Hi, Hi, try this configuration :
Auto Build Goals: war:inplace Manual Build Goals: war:inplace During Clean Goals: clean war:inplace After Clean Goals: On Tue, Apr 29, 2008 at 7:24 AM, Todd Nine <[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 >
