You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by br...@apache.org on 2004/10/30 12:21:53 UTC

[ANN] Maven Eclipse Plugin 1.9 released

The maven team is pleased to announce the Maven Eclipse Plugin 1.9 release! 

http://maven.apache.org/reference/plugins/eclipse/

A plugin to generate various files for the Eclipse IDE and ease the use of 
Maven within that environment. 

Changes in this version include:

  New Features:

o add property maven.eclipse.addResources=false to prevent the build 
  resources from breaking old Eclipse builds. 
o Allow includes/excludes in build resources to be used in the classpath 
  generation. 
o Support for Eclipse-Plugin maven projects (or kind="con" classpath). Issue: 
  MPECLIPSE-50. Thanks to Simon Ringuette. 

  Fixed bugs:

o Add property maven.eclipse.resources.addtoclasspathto control whether to 
  add pom.resources etc or not. Provide backwards compatiblity. Issue: 
  MPECLIPSE-53. 
o Set proper cactus.src.dir Issue: MPECLIPSE-52. 
o Fixed duplicated source entry issue. Issue: MPECLIPSE-51. 
o duplicate build path added if resouce directory is the same as java source 
  dir. Issue: MPECLIPSE-49. Thanks to Fabrizio Giustina. 
o Simple implementation of handling source artifacts. Issue: MPECLIPSE-48. 
  Thanks to Fabrizio Giustina. 
o Add resources directories and test resources directories to .classpath. 
  Issue: MPECLIPSE-47. 
o Overriden jar that resides outside maven repo doesn't get resolved 
  properly. Issue: MPECLIPSE-46. Thanks to Archimedes Trajano. 
o Jar overrides are now properly supported. Issue: MPECLIPSE-38.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-eclipse-plugin
  -Dversion=1.9

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-eclipse-plugin-1.9.jar
         

Have fun!
-The maven team
      

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