You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@apache.org> on 2015/12/18 21:14:46 UTC

[jira] [Assigned] (MNG-5832) Cannot override systemPath with dependencyManagement

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

Christian Schulte reassigned MNG-5832:
--------------------------------------

    Assignee: Christian Schulte

> Cannot override systemPath with dependencyManagement
> ----------------------------------------------------
>
>                 Key: MNG-5832
>                 URL: https://issues.apache.org/jira/browse/MNG-5832
>             Project: Maven
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.2.5
>            Reporter: Marcin Wisnicki
>            Assignee: Christian Schulte
>
> CRaSH has [invalid path|https://jira.exoplatform.org/browse/CRASH-225] to tools.jar in systemPath which causes errors during generation of maven site.
> I though I should be able to override it with dependencyManagement like so
> {code}
>             <dependency>
>                 <groupId>com.sun</groupId>
>                 <artifactId>tools</artifactId>
>                 <version>1.7</version>
>                 <scope>system</scope>
>                 <systemPath>${java.home}/../lib/tools.jar</systemPath>
>             </dependency>
> {code}
> but it seems to be ignored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)