[ http://jira.codehaus.org/browse/MNG-2694?page=comments#action_84205 ] Ian Springer commented on MNG-2694: -----------------------------------
The same problem exists for system dependencies defined in a non-plugin pom.xml. Would someone please provide a fix for this? It's preventing me from doing what I need to do in my build, and I don't see any workarounds to the bug. > property in plugin dependency's systemPath is not resolved and causes > "system-scoped dependency must specify an absolute path systemPath." > ------------------------------------------------------------------------------------------------------------------------------------------ > > Key: MNG-2694 > URL: http://jira.codehaus.org/browse/MNG-2694 > Project: Maven 2 > Issue Type: Bug > Components: Bootstrap & Build > Affects Versions: 2.0.4 > Reporter: Willie Vu > > In a plugin pom.xml, > <dependency> > <groupId>weblogic</groupId> > <artifactId>weblogic</artifactId> > <version>[9.0,)</version> > <scope>system</scope> > <systemPath>${wl.home}/server/lib/weblogic.jar</systemPath> > </dependency> > In ~/.m2/setting.xml, > <settings> > <profiles> > <profile> > <id>weblogicConfig</id> > <activation> > <activeByDefault/> > </activation> > <properties> > <wl.home>c:/java/bea-9.2/weblogic92</wl.home> > </properties> > </profile> > </profiles> > <activeProfiles> > <activeProfile>weblogicConfig</activeProfile> > </activeProfiles> > </settings> > When build the plugin, it works fine. > In a project that uses this plugin, when build, it causes the following error: > Project ID: org.codehaus.mojo:weblogic-maven-plugin > POM Location: Artifact > [org.codehaus.mojo:weblogic-maven-plugin:pom:2.9.0-SNAPSHOT] > Validation Messages: > [0] For dependency Dependency {groupId=weblogic, artifactId=weblogic, > version=[9.0,), type=jar}: system-scoped dependency must specify an absolute > path systemPath. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira