Hi All,
I don't know how many of you use the eclipse:m2eclipse withing Felix but
after some tests it seems that the goal has broken since commit 608391,
when most of the pom.xml were start to point to
org.apache.felix:felix:1.0.1 instead of
org.apache.felix:felix:1.1.0-SNAPSHOT as parent pom.
The problem with the new configuration is that generated .project
containg the following extra tags:
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value><project>/.externalToolBuilders/Maven_Ant_Builder.launch</value>
</dictionary>
</arguments>
</buildCommand>
which lead to a non-working Eclipse project :S
Unfortunately I couldn't figure out how to fix the problem other than
changing the parent pom version back to 1.1.0-SNAPSHOT.
Also I'm wondering if it's correct to set parent pom to non-SNAPSHOT
release for project in SVN repository?
Ciao,
Stefano "Kismet" Lenzi