maven/maven-plugins
Kenney Westerhof a98961eeed o Fix MNG-410 (and MNG-769, MNG-738). Added testcase project-3 to demonstrate this.
o Added testcase to check generation of eclipse files in
  different location; modified the testcase to support this,
  and deal with the absolute paths.

o Neatified the addSourceLinks/addResourceLinks: using
  a map to keep track of duplicate source folders has the side
  effect of only needing one of those methods; it should
  also be faster :)

o Tried to add support for includes/excludes, but eclipse only
  supports unique source directories; this is typically not the
  case in maven, filters are used to split one resourcedir
  up. Left the code in for future reference.
  TODO: find a way to merge includes/excludes. If only
  the dir where in/excludes are specified is unique, they
  could be written without problem. This requires a preprocessing
  pass.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@240143 13f79535-47bb-0310-9956-ffa450edef68
2005-08-25 21:28:30 +00:00
..
maven-ant-plugin add todir on batchtest to save reports 2005-08-19 04:27:34 +00:00
maven-antlr-plugin PR: MNG-596 2005-07-21 13:58:42 +00:00
maven-antrun-plugin Set project's basedir on the ant Target so relative paths 2005-08-13 15:04:18 +00:00
maven-assembly-plugin Removing attached-Artifact creation code, replacing with MavenProjectHelper.attachArtifact(..). 2005-08-16 20:19:38 +00:00
maven-checkstyle-plugin remove unnecessary report components definitions 2005-07-21 12:28:58 +00:00
maven-clean-plugin PR: MNG-596 2005-07-21 13:58:42 +00:00
maven-clover-plugin Removed unused imports and added package declarations to maven-plugin-tools-java 2005-07-31 22:12:34 +00:00
maven-compiler-plugin Fixing String.replace(..) problems in AbstractCompilerMojo.java 2005-08-24 14:54:33 +00:00
maven-deploy-plugin better error message for missing deployment repository 2005-07-26 12:51:04 +00:00
maven-ear-plugin Now allowing custom manifest file to be set in the generated EAR file. 2005-08-22 10:08:55 +00:00
maven-eclipse-plugin o Fix MNG-410 (and MNG-769, MNG-738). Added testcase project-3 to demonstrate this. 2005-08-25 21:28:30 +00:00
maven-ejb-plugin Removing attached-Artifact creation code, replacing with MavenProjectHelper.attachArtifact(..). 2005-08-16 20:19:38 +00:00
maven-idea-plugin o http://jira.codehaus.org/browse/MNG-420 2005-07-31 19:20:33 +00:00
maven-install-plugin TODOs and cleanup 2005-07-22 12:50:26 +00:00
maven-jar-plugin PR: MNG-249 2005-07-28 09:32:32 +00:00
maven-javadoc-plugin o Cleaning up the code style a bit: 2005-08-24 11:12:26 +00:00
maven-plugin-plugin Resolving: MNG-592 (again) 2005-08-09 16:11:40 +00:00
maven-pmd-plugin remove unnecessary report components definitions 2005-07-21 12:28:58 +00:00
maven-project-info-reports-plugin MNG-754: Added artifact information in the exception 2005-08-24 10:56:50 +00:00
maven-projecthelp-plugin PR: MNG-596 2005-07-21 13:58:42 +00:00
maven-release-plugin Working on: MNG-483 2005-08-16 16:31:02 +00:00
maven-resources-plugin Resolving: MNG-163 2005-08-08 23:06:48 +00:00
maven-site-plugin PR: MNG-479 2005-08-19 06:04:54 +00:00
maven-source-plugin Fixing some things: 2005-08-17 19:23:45 +00:00
maven-surefire-plugin forgot why they were wrapped in an array list... 2005-08-19 07:11:44 +00:00
maven-verifier-plugin o Put all m2 core dependencies (plexus-container-default and plexus-utils) 2005-08-02 21:34:54 +00:00
maven-war-plugin Fixing MNG-478: "war:war warSourceExcludes parameter not used when set in the 2005-08-16 19:54:30 +00:00
pom.xml Donating maven-antrun-plugin to the Maven2 project, as discussed with Brett. 2005-08-10 13:38:21 +00:00