Feature request:
flex:eclipse mojo should have linkedResources options for adding linkedResource to .project file.
<linkedResources>
<link>
<name>bin-debug</name>
<type>2</type> <location>D:/path/to/tomcat/webapps/myapplication/bin-debug</location>
</link>
</linkedResources>
Hello Alexis
The example you posted is typically covered using the server type options covered by the Eclipse mojo.
http://maven.servebox.org/sites/maven-flex-plugin/flex-plugin/configuration/defining-server-types.html
The problem of declaring linked resources is that the path resolved by the linked resource will probably be different from a developer to another. I know that settings/profiles may do the trick, but it seems complicated and (imho once again) not consistent with the Maven philosophy ("Convention over Configuration").
As far as I know, the "Java" Eclipse Mojo does not provide any linkedResources property : http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#additionalConfig