]
George Gastaldi updated FORGE-520:
----------------------------------
Fix Version/s: 1.0.7.Final
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
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: