Friday, August 15, 2008

Maven + Eclipse 3.4 + WTP

For me this replaces MyEclipse on my Mac.

The step I have been missing is the maven-eclipse-plugin.


<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<wtpversion>2.0</wtpversion>
</configuration>
</plugin>