Here's what I cobbled together

project.xml:

    <dependency>
      <groupId>jdk</groupId>
      <artifactId>tools</artifactId>
      <type>jar</type>
    </dependency>

project.properties:

maven.jar.override=on
maven.jar.tools=${java.home}/../lib/tools.jar

This isn't exactly elegant. So, is there a better, cleaner way?

Michael

-- 
Michael Schuerig                  Failures to use one's frontal lobes
mailto:[EMAIL PROTECTED]        can result in the loss of them.
http://www.schuerig.de/michael/   --William H. Calvin

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

Reply via email to