Hi

I'm using the eclipse task to generate an Eclipse project. While it
works fine, I was wondering if the following is possible or planned.
Maven does seem to get something right in this area :-)

- The .classpath file is generated with absolute paths to the
dependencies. This makes it difficult to share the generated Eclipse
project. Maven uses the M2_REPO var to specify the location of the
repo.
- The generated jar references doesn't include any javadoc our source.
Maven provides the ability do download and attach both doc & source if
specified in the poms

Is it possible to generate a pom.xml from my build.gradle
dependencies? If so I could use Maven to generate the Eclipse project
and still use gradle to actually do the heavy lifting...

/Jeppe

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to