fix doc
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:
@@ -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()}">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user