Add support for multiple additional directoris in the eclipse classpath.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.6" date="CVS">
|
||||
<action dev="epugh" type="add">
|
||||
Add support for having multiple other directories
|
||||
included in the classpath.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.5" date="2003-10-14">
|
||||
<action dev="dion" type="fix">
|
||||
Only classpath dependencies are generated
|
||||
|
||||
@@ -55,6 +55,14 @@
|
||||
The directory to which Eclipse should output its test classes.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.eclipse.classpath.include</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
Comma delimited list of additional directories to include in
|
||||
the classpath, like <code>src/conf</code>.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
Note that you will need to defined a <code>MAVEN_REPO</code> Java
|
||||
|
||||
Reference in New Issue
Block a user