You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Fabrizio Giustina <fg...@apache.org> on 2005/12/06 00:00:05 UTC

[ANN] Maven Eclipse Plugin v2.0 for m2 released

Hi,

Several issues found in the precent version of the eclipse plugin have
now been fixed and new features added. We are happy to announce the
first production quality release of the plugin!

The 2.0 release fixes some critical bugs related to multiproject
handling and WTP (j2ee projects) support. Other fixed issues are:
- MNG-793 eclipse:eclipse writes timestamp to .settings file
- MNG-1196 Eclipse add-maven-repo goal uses MAVEN_REPO instead of M2_REPO
- MNG-578 dependencies otherthan of type jar are added to the .classpath
- MNG-1076 incorrect classpath entry is generated when dependency has
system scope and systemPath is absolute
- MNG-937 Incorrect JRE classpath entry in eclipse .classpath file
- MNG-1332 Dependent-Modules not showing up in .wtpmodules
- MNG-1344 AddMavenRepoMojo adds an X to the end of the specified workspace
- MNG-1433 eclipse:add-maven-repo not setting
classpathVariable.M2_REPO correctly on windows
- MNG-1506 Eclipse loses Sysdeo "Is Tomcat Project" setting after mvn
eclipse:eclipse
- MNG-1430 Allow eclipse source to be specified at the dependency level
- MNG-1693 .wtpmodules does not use same output directory as compiler
- MNG-1324 "System" dependencies path non correctly added to eclipse buildpath

To obtain the latest release, include the <version> in your POM:
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-eclipse-plugin</artifactId>
  <version>2.0</version>
</plugin>

- The Maven Plugins Team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org