Hi
Regarding
http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html
I have found that maven.compile.classpath does not respect systemPath
Is this correct behaviour?
I belive that
<dependency>
<groupId>com.bea.weblogic.server.lib</groupId>
<artifactId>weblogic</artifactId>
<version>9.2</version>
<scope>system</scope>
<systemPath>${WL_HOME}/server/lib/weblogic.jar</systemPath>
</dependency>
should be seen as.
/opt/bea/weblogic92//server/lib/weblogic.jar
(assuming that WL_HOME == /opt/bea/weblogic92) but it is not !!!!
it is seen as
/Users/aka/.m2/repository/com/be... 92./weblogic-9.2.jar
I think it is wrong, I just want a second opinion before i pass a JIRA
/Anders
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]