mirror of https://github.com/apache/maven.git
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:
parent
6b51866a77
commit
9cd0c0f824
|
@ -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øl</a>
|
||||
* @version $Id$
|
||||
* @goal eclipse
|
||||
* @requiresDependencyResolution
|
||||
* @executePhase generate-sources
|
||||
*
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
public class EclipsePlugin
|
||||
extends AbstractMojo
|
||||
|
|
Loading…
Reference in New Issue