Hi, we downloaded confluence source code 3.5.6 version and tried to set it up as an eclipse project (in a view for future plugin development). Tried to follow the document located at http://confluence.atlassian.com/display/CONF26/Setup+Confluence+Source+Code+For+Development
when I ran mvn clean install -Dmaven.test.skip I end uo with an error saying :
[ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-amps-plugin:3.3
-m5:copy-bundled-dependencies (default-copy-bundled-dependencies) on project atl
assian-cookie-tools: Unable to execute mojo: UnsupportedOperationException -> [H
elp 1]
Am I following the right document to set up the source code? I am using tomcat as app server. So I didnt downloaded resin or orion.
Help on this is appreciated. Thanks in advance.