[forge-issues] [JBoss JIRA] (FORGE-520) project add-dependency removes systemPath element

George Gastaldi (JIRA) jira-events at lists.jboss.org
Fri Aug 31 21:35:32 EDT 2012


     [ https://issues.jboss.org/browse/FORGE-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi reassigned FORGE-520:
-------------------------------------

    Assignee: George Gastaldi

    
> project add-dependency removes systemPath element
> -------------------------------------------------
>
>                 Key: FORGE-520
>                 URL: https://issues.jboss.org/browse/FORGE-520
>             Project: Forge
>          Issue Type: Bug
>          Components: Maven Integration
>    Affects Versions: 1.0.0.Final
>            Reporter: Hendy Irawan
>            Assignee: George Gastaldi
>             Fix For: 1.0.7.Final
>
>
> Some of my project's dependencies have scope=system and thus, having systemPath element.
>     <dependency>
>       <groupId>thumbnailator</groupId>
>       <artifactId>thumbnailator</artifactId>
>       <version>0.4.0</version>
>       <scope>system</scope>
>       <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/Thumbnailator-0.4.0.jar</systemPath>
>     </dependency>
> However when doing 'project add-dependency' with Forge, it removes the systemPath so the project doesn't build anymore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list