[
https://jira.codehaus.org/browse/MASSEMBLY-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Rosenvold updated MASSEMBLY-616:
-----------------------------------------
Fix Version/s: (was: 2.5.2)
> do not included artifacts with scope system as dependencies
> -----------------------------------------------------------
>
> Key: MASSEMBLY-616
> URL: https://jira.codehaus.org/browse/MASSEMBLY-616
> Project: Maven Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.3
> Environment: FreeBSD 8, 64bit, openjdk6/7
> Reporter: Radim Kolar
>
> If you are building assembly with dependencies included:
> {code:xml}
> <useTransitiveDependencies>true</useTransitiveDependencies>
> {code}
> and one of dependencies has scope like that:
> {code:xml}
> <dependencies>
> <dependency>
> <groupId>jdk.tools</groupId>
> <artifactId>jdk.tools</artifactId>
> <version>1.6</version>
> <scope>system</scope>
> <systemPath>${java.home}/../lib/tools.jar</systemPath>
> </dependency>
> </dependencies>
> {code}
> then assembly plugin tries to fetch that artifact from repository. Artifact
> of course is not there.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)