[
https://issues.apache.org/jira/browse/MECLIPSE-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-623.
-----------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Skipping optional dependencies
> ------------------------------
>
> Key: MECLIPSE-623
> URL: https://issues.apache.org/jira/browse/MECLIPSE-623
> Project: Maven 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 was sent by Atlassian JIRA
(v6.3.4#6332)