Fix the pom.xml so that we can run mvn eclipse:eclipse
------------------------------------------------------
Key: AMBER-34
URL: https://issues.apache.org/jira/browse/AMBER-34
Project: Amber
Issue Type: Bug
Components: Parent
Affects Versions: 1.0
Reporter: Raymond Feng
Priority: Minor
The pom.xml had the following resource section:
<resource>
<directory>..</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
<include>NOTICE</include>
<include>DISCLAIMER</include>
</includes>
</resource>
This fails the "mvn eclipse:eclipse" command as the ".." is outside the project
structure.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira