Smarter generation of .classpath file.

${basedir} prefix is cut off if present in any path.
Default locations of source and destination folder are used instead 
of hardcoded paths like 'target/classes'.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
michal
2003-05-09 08:42:21 +00:00
parent 1ae2e5e63d
commit db2436883d
3 changed files with 83 additions and 24 deletions

View File

@@ -40,7 +40,7 @@
</tr>
<tr>
<td>maven.eclipse.output.dir</td>
<td>Yes (default=target/classes)</td>
<td>Yes (default=${maven.build.dest)</td>
<td>
The directory to which Eclipse should output its classes.
By default this is the same directory as Maven generates its code
@@ -48,6 +48,13 @@
does not interfere with Eclipse's build.
</td>
</tr>
<tr>
<td>maven.eclipse.test.output.dir</td>
<td>Yes (default=${maven.test.dest} defined in test plugin)</td>
<td>
The directory to which Eclipse should output its test classes.
</td>
</tr>
</table>
<p>
Note that you will need to defined a <code>MAVEN_REPO</code> Java