[ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_50880 ] 

fabrizio giustina commented on MNG-1324:
----------------------------------------

> I updated my m2 to the last svn snapshot this morning, but the eclipse plugin 
> still can't handle system dependencies... 
sounds strange, one of the tests run before the plugin is installed just tests 
for system dependencies. Did you upgrade m2 or the eclipse plugin? You need to 
install the eclipse plugin from the version in svn to get this fixed (the bug 
in maven core is still open, a workaround has been added directly to the plugin)


> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, 
> transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.jar

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