You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/02/13 19:46:00 UTC

[jira] [Closed] (MASSEMBLY-616) do not included artifacts with scope system as dependencies

     [ https://issues.apache.org/jira/browse/MASSEMBLY-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MASSEMBLY-616.
-----------------------------------------
    Resolution: Won't Fix

> do not included artifacts with scope system as dependencies
> -----------------------------------------------------------
>
>                 Key: MASSEMBLY-616
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-616
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: FreeBSD 8, 64bit, openjdk6/7
>            Reporter: Radim Kolar
>            Priority: Major
>
> 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
(v7.6.3#76005)