System Scope dependencies don't work
------------------------------------

         Key: MNG-1839
         URL: http://jira.codehaus.org/browse/MNG-1839
     Project: Maven 2
        Type: Bug

  Components: maven-compiler-plugin  
    Versions: 2.0.1    
    Reporter: David Boden


I've added the following as a dependency:

                <dependency>
                    <groupId>com.tibco</groupId>
                    <artifactId>tibjms</artifactId>
                    <version>4.1.0</version>
                    <scope>system</scope>
                    <systemPath>c:/tibjms.jar</systemPath>
                </dependency>

The compilation process simply does not pick up this jar and put it on the 
compilation classpath. The compile fails.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to