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

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

Marcin Wisnicki created MNG-5832:
------------------------------------

             Summary: 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


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)