Version | Date | Description |
---|---|---|
1.12 | 2007-05-07 | |
1.11 | 2006-06-18 | |
1.10 | 2005-12-03 | |
1.9 | 2004-10-30 | |
1.8 | 2004-08-14 | |
1.7 | 2004-05-15 | |
1.6 | 2004-03-10 | |
1.5 | 2003-10-14 | |
1.4 | 2003-09-29 | |
1.3 | Unknown | |
1.2 | Unknown | |
1.1 | 2002-10-01 | |
1.0 | 2002-08-17 |
Type | Changes | By |
---|---|---|
If maven.compile.target or maven.compile.source are empty, then use by default the version 1.4 for wtp and preferences | aheritier | |
Maven offline mode (-o or maven.mode.online=false) overrides maven.eclipse.src.download and maven.eclipse.javadoc.download | aheritier | |
Project preferences are now generated with the classpath (to define the java version for sources and target). | aheritier | |
WTP settings are now generated if maven.eclipse.wtp.enable=false. No more need to define natures, build commands. | aheritier | |
Add basic support (jar,war) for WTP 1.5 | aheritier | |
WTP configuration : tld dependencies weren't deployed in ${maven.war.tld.dir} but in WEB-INF/lib | aheritier | |
New goal eclipse:multiclean | aheritier | |
New goal eclipse:multiproject | aheritier | |
Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. | aheritier | |
Updated FAQ with multiproject entries. Fixes MPECLIPSE-109. Thanks to Gilles Dodinet. | snicoll | |
Fixed broken test cases. Fixes MPECLIPSE-119. | snicoll | |
Download and attach javadoc archives to .classpath when no source archive is available. Fixes MPECLIPSE-123. Thanks to Nicolas De Loof. | snicoll | |
Update jelly dependency to match the ones in maven 1.1 core. | ltheussl | |
Don't attach sourcepath in .classpath when file doesn't exist. Fixes MPECLIPSE-118. Thanks to Jon Christiansen. | aheritier |
Type | Changes | By |
---|---|---|
Made output and testOutput directory configuration consistent. Fixes MPECLIPSE-111. | snicoll | |
Added new property
maven.eclipse.project.name
.
Fixes MPECLIPSE-84.
|
felipeal | |
Now trying to download java sources archives from the remote repositories. Fixes MPECLIPSE-60. | snicoll |
Type | Changes | By |
---|---|---|
Moved test classpath before main so test classpath resources override main ones | carlos | |
eclipse:add-maven-repo doesn't update correct Eclipse property file for Eclipse 3.x Fixes MPECLIPSE-68. | epugh | |
add-maven-repo fails if Eclipse hasn't been started yet. Property file needs to be created by the plugin. Fixes MPECLIPSE-67. | epugh | |
Only create .classpath and javabuilder if sources are present Fixes MPECLIPSE-56. Thanks to Archimedes Trajano. | epugh | |
Don't add duplicate java natures/builders if already specified using
maven.eclipse.projectnatures
and
maven.eclipse.buildcommands
Fixes MPECLIPSE-78.
Thanks to Fabrizio Giustina.
|
fgiust | |
Only add javanature if sources are present Fixes MPECLIPSE-63. Thanks to Fabrizio Giustina. | fgiust | |
Generates a .wtpmodules file for eclipse webtools (wtp 0.7 required) Fixes MPECLIPSE-80. Thanks to Fabrizio Giustina. | fgiust | |
classpathentry contains trailing pipe character that confuses Eclipse 3.1 Fixes MPECLIPSE-96. Thanks to Fabrizio Giustina. | fgiust | |
Java source location now defaults to
MAVEN_REPO${groupId}/java-sources/${artifactId}-${version}-sources.jar
(standard location where source artifacts are deployed by the m2 source plugin in a legacy/m1 repository layout). The path
${groupId}/src/${artifactId}-${version}.${maven.eclipse.src.extension}
is still supported for backward compatibility and it will be used only if a file already exists at that location.
Thanks to Fabrizio Giustina.
|
fgiust | |
Setting relative path value to "maven.eclipse.output.dir" generates wrong absolute classpath entry Fixes MPECLIPSE-92. Thanks to Yang Li. | fgiust | |
Failing use cases for projects with just resources Fixes MPECLIPSE-72. Thanks to Kristopher Brown. | fgiust | |
Added
eclipse:eclipse
alias for the
eclipse
goal (match the maven 2 goal name)
|
fgiust | |
maven.eclipse.conclasspath is ignored when junit test src is not present Fixes MPECLIPSE-62. | fgiust |
Type | Changes | By |
---|---|---|
Add property
maven.eclipse.resources.addtoclasspath
to control whether to add pom.resources etc or not. Provide backwards compatiblity.
Fixes MPECLIPSE-53.
|
epugh | |
Set proper
cactus.src.dir
Fixes MPECLIPSE-52.
|
felipeal | |
Fixed duplicated source entry issue. Fixes MPECLIPSE-51. | felipeal | |
add property maven.eclipse.addResources=false to prevent the build resources from breaking old Eclipse builds. | epugh | |
Allow includes/excludes in build resources to be used in the classpath generation. | epugh | |
Support for Eclipse-Plugin maven projects (or kind="con" classpath). Fixes MPECLIPSE-50. Thanks to Simon Ringuette. | epugh | |
duplicate build path added if resouce directory is the same as java source dir. Fixes MPECLIPSE-49. Thanks to Fabrizio Giustina. | epugh | |
Simple implementation of handling source artifacts. Fixes MPECLIPSE-48. Thanks to Fabrizio Giustina. | epugh | |
Add resources directories and test resources directories to .classpath. Fixes MPECLIPSE-47. | evenisse | |
Overriden jar that resides outside maven repo doesn't get resolved properly. Fixes MPECLIPSE-46. Thanks to Archimedes Trajano. | epugh | |
Jar overrides are now properly supported. Fixes MPECLIPSE-38. | epugh |
Type | Changes | By |
---|---|---|
Fixed a 'race condition' where Cactus dependency is added twice to .classpath. Fixes MPECLIPSE-37. Thanks to Felipe Leme. | epugh | |
Add eclipse:clean goal. Fixes MPECLIPSE-27. Thanks to Kristopher Brown. | epugh | |
Fixed a 'race condition' where JUnit dependency is not added to .classpath. Fixes MPECLIPSE-36. Thanks to Felipe Leme. | epugh | |
Add maven.gen.src property that points to a directory whose subdirectories are included as separate source directories. | epugh | |
Set eclipse.dependency=false to explicity ignore dependencies in classpath generation Fixes MPECLIPSE-10. Thanks to Thierry Lack. | epugh | |
Fix classpath generation when tests are not present Fixes MPECLIPSE-29. Thanks to Marc-Antoine Garrigue. | evenisse | |
classpath includes must be relative directories Fixes MPECLIPSE-32. | evenisse |
Type | Changes | By |
---|---|---|
Document the eclipse.dependency property of the dependency element Fixes MPECLIPSE-23. Thanks to Miguel Griffa. | dion | |
Add maven.eclipse.buildcommands and maven.eclipse.projectnatures properties, docs and test cases Fixes MPECLIPSE-25. Thanks to Miguel Griffa. | dion | |
use assert taglib for testing | dion | |
Honour sourceModifications in classpath file Fixes MPECLIPSE-21. | brett | |
used container for JRE classpath Fixes MPECLIPSE-22. | dion |
Type | Changes | By |
---|---|---|
Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project). Fixes MPECLIPSE-15. | vmassol | |
Add support for having multiple other directories included in the classpath. | epugh |
Type | Changes | By |
---|---|---|
Added support for referencing cactus tests in classpath. | epugh | |
Added support for Eclipse 2.1 external tools | dion |
Type | Changes | By |
---|---|---|
Smarter generation of .classpath file. ${basedir} prefix is cut off if present in any path. Default Maven location of source and destination folder are used. | michal | |
Added dependency functionality between projects | evenisse | |
Split eclipse goal in two goals : eclipse:generate-project and eclipse:generate-classpath | bwalding |
Type | Changes | By |
---|---|---|
Made the default to process Maven actions in the background | dion |