git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@480085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-11-28 15:22:20 +00:00
parent f33c7c6618
commit d0ea106e78
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
</define:taglib>
<!--==================================================================-->
<!-- Generate Eclipse .project and .classpath files -->
<!-- Generate Eclipse .project and .classpath files (and wtp settings)-->
<!--==================================================================-->
<goal name="eclipse:eclipse" description="Generate Eclipse project files" prereqs="eclipse:generate-project">
<j:if test="${sourcesPresent or !pom.build.resources.isEmpty()}">

View File

@@ -32,7 +32,7 @@
The default goal. This goal simply executes the
<a href="#eclipse:generate-project">eclipse:generate-project</a> and
<a href="#eclipse:generate-classpath">eclipse:generate-classpath</a> goals.
If the <code>maven.multiproject.type</code> is set to <code>war</code> also calls the
If the <code>org.eclipse.wst.common.modulecore.ModuleCoreNature</code> is found in <code>maven.eclipse.projectnatures</code> also calls the
<a href="#eclipse:generate-wtpmodules">eclipse:generate-wtpmodules</a> goal.
</description>
</goal>