[
https://issues.apache.org/jira/browse/AMBER-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134728#comment-13134728
]
Raymond Feng commented on AMBER-34:
-----------------------------------
I'm using git svn for the development. It's pretty simple to use:
1) Check out amber trunk
git svn clone https://svn.apache.org/repos/asf/incubator/amber/trunk amber
2) Apply the patch
git commit ...
3) Push into svn:
git svn dcommit
If you still prefer a svn patch, I'll try to figure out how to convert it.
Thanks,
Raymond
> 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
> Attachments: amber-rfeng.diff
>
>
> 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