Skipping optional dependencies
------------------------------
Key: MECLIPSE-623
URL: http://jira.codehaus.org/browse/MECLIPSE-623
Project: Maven 2.x Eclipse Plugin
Issue Type: Improvement
Reporter: Dmitry Katsubo
There should be a plugin option, that allows to skip provided artefacts from
being resolved to a Eclipse project. In this example
{code:xml}
<dependency>
<groupId>org.mycompany.common</groupId>
<artifactId>common-xsd-resources</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
{code}
the dependency is just used to provided additional resources to packaging
stage. The resource might be listed in {{.classpath}} as a library (not as
source entry), and should not be put to {{.project}}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira