[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-42) MavenDependencyResolver is unable to resolve absolute paths

Tomáš Schlosser (JIRA) jira-events at lists.jboss.org
Wed May 9 09:22:18 EDT 2012


Tomáš Schlosser created SHRINKRES-42:
----------------------------------------

             Summary: MavenDependencyResolver is unable to resolve absolute paths
                 Key: SHRINKRES-42
                 URL: https://issues.jboss.org/browse/SHRINKRES-42
             Project: ShrinkWrap Resolvers
          Issue Type: Bug
            Reporter: Tomáš Schlosser
            Assignee: Andrew Rubinger


When using MavenDependencyResolver and dependencies with system scope, i.e.
{noformat}
<dependency>
  <groupId>com.sun</groupId>
  <artifactId>tools</artifactId>
  <version>1.6</version>
  <scope>system</scope>
  <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
{noformat}
I get an exception saying that shrinkwrap requires absolute path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the shrinkwrap-issues mailing list