mvn eclipse:eclipse
However, I received the following error:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Request to merge when 'filtering' is not identical. Original=resource src/main/resources: output=target/classes, include=[atlassian-plugin.xml], exclude=[**/*.java], test=false, filtering=true, merging with=resource src/main/resources: output=target/classes, include=[], exclude=[atlassian-plugin.xml|**/*.java], test=false, filtering=false [INFO] ------------------------------------------------------------------------
It turns out there's bug with the latest version of the eclipse plugin for maven.
The workaround was to use:
mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipseReferences:
http://forums.atlassian.com/thread.jspa?threadID=34952