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:
Brett Leslie Porter 2005-06-20 22:38:04 +00:00
parent e37d95003f
commit 6dd6a7f146
2 changed files with 2 additions and 2 deletions

View File

@ -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&oslash;l</a>
* @version $Id$

View File

@ -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
*/