added maven.eclipse.resources.addtoclasspath switch to provide backwards compatibilty

with older project structures using the plugin.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-10-26 07:57:06 +00:00
parent e87957e80a
commit 0046ae6bab
6 changed files with 64 additions and 33 deletions

View File

@@ -81,6 +81,14 @@
the classpath, like <code>src/conf</code>.
</td>
</tr>
<tr>
<td>maven.eclipse.resources.addtoclasspath</td>
<td>Yes</td>
<td>
Specify whether to include the resources defined in the POM in the
Eclipse classpath. Defaults to false.
</td>
</tr>
<tr>
<td>maven.eclipse.conclasspath</td>
<td>Yes</td>