Hendy Irawan created FORGE-520:
----------------------------------
Summary: 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
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira