I'm running Maven 1.0, with the eclipse plugin version 1.8, and I cannot get the
plugin to properly generate a .classpath entry for my overridden dependencies.

I've looked around, and it appears that there was a patch submitted for this
under http://jira.codehaus.org/browse/MAVEN-341, however, it doesn't appear that
this is incorporated into the eclipse plugin.

I'm curious if I need to apply this patch to the classpath.jelly script in
plugin-resources\templates, or if there is another solution that I am missing.



project.xml:
        <dependency>
      <groupId>cryptix</groupId>
      <artifactId>cryptix</artifactId>
      <version>X</version>
        </dependency>

project.properties:
maven.jar.override=on
maven.jar.cryptix=${basedir}/lib/cryptix32.jar


Thanks.

Troy


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

Reply via email to