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:
@@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.9-SNAPSHOT" date="in cvs">
|
||||
<action dev="epugh" type="add">Add property <code>maven.eclipse.resources.addtoclasspath</code> to control whether to add pom.resources etc or not. Provide backwards compatiblity.</action>
|
||||
<action dev="felipeal" type="fix" issue="MPECLIPSE-52">Set proper <code>cactus.src.dir</code></action>
|
||||
<action dev="felipeal" type="fix" issue="MPECLIPSE-51">Fixed duplicated source entry issue.</action>
|
||||
<action dev="epugh" type="add">add property maven.eclipse.addResources=false to prevent the build resources from breaking old Eclipse builds.</action>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user