jstrachan    2003/03/06 04:57:30

  Modified:    src/plugins-build/eclipse/xdocs properties.xml
               src/plugins-build/eclipse plugin.jelly
  Log:
  added support for the eclipse output directory to be configurable from a user 
defined property
[...]


  +        <tr>
  +          <td>maven.eclipse.output.dir</td>
  +          <td>Yes (default=target/classes)</td>
  +          <td>
  +                     The directory to which Eclipse should output its classes.
  +                     By default this is the same directory as Maven generates its 
code
  +                     however this can be changed so that <code>maven clean</code>
  +                     does not interfere with Eclipse's build.
  +          </td>
  +        </tr>




////

Should not default be: ${maven.build.dest} instead of hardcoded "target/classes"? 

regards

Michal





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to