mirror of https://github.com/apache/maven.git
let's try that again
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e37d95003f
commit
6dd6a7f146
|
@ -28,7 +28,7 @@ import java.io.File;
|
|||
*
|
||||
* @goal eclipse
|
||||
* @requiresDependencyResolution test
|
||||
* @executePhase="generate-sources"
|
||||
* @executePhase generate-sources
|
||||
*
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
|
|
|
@ -40,7 +40,7 @@ import java.util.Iterator;
|
|||
* Goal for generating IDEA files from a POM.
|
||||
*
|
||||
* @goal idea
|
||||
* @executePhase "generate-sources"
|
||||
* @executePhase generate-sources
|
||||
* @requiresDependencyResolution test
|
||||
* @todo use dom4j or something. Xpp3Dom can't cope properly with entities and so on
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue