Add missing executePhase for obtain generated sources directories

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@171074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-05-20 07:54:32 +00:00
parent 6b51866a77
commit 9cd0c0f824
1 changed files with 4 additions and 2 deletions

View File

@ -26,10 +26,12 @@ import java.io.File;
/**
* A Maven2 plugin which integrates the use of Maven2 with Eclipse.
*
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
* @goal eclipse
* @requiresDependencyResolution
* @executePhase generate-sources
*
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class EclipsePlugin
extends AbstractMojo