maven/maven-plugin-tools
John Dennis Casey ab91b7f4c2 o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building)
o Converted all "core" plugins (including maven-core-it-plugin) to use field-level annotations
o Removed generation of parameter descriptors for ${/#component.* param specifications.
o Added @readonly for parameters that cannot be overridden by user configuration (List override was dangerous here)
o Added validation against pom-derived configuration for @readonly parameters
o Fixed @parameter alias="" support...now configuration of the mojo instance actually will work with either the real param name or the alias. Would be nice to support multiple aliases, but that might require @alias annotations...
o Added [temporary?] support for null editable attributes for parameters, to support pre-built mojos from the repo.

Annotation support should be just about ready to go...


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@165224 13f79535-47bb-0310-9956-ffa450edef68
2005-04-28 23:05:01 +00:00
..
maven-plugin-tools-api o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) 2005-04-28 23:05:01 +00:00
maven-plugin-tools-java o Cleaned up field-level annotation support (especially descriptor extraction, generation, and building) 2005-04-28 23:05:01 +00:00
maven-plugin-tools-marmalade add deprecated parameter feature 2005-04-20 16:49:01 +00:00
maven-plugin-tools-pluggy remove unnecessary maven-core dependencies 2005-04-23 03:12:07 +00:00
.cvsignore Initial revision 2004-08-09 18:43:08 +00:00
pom.xml some POM enhancements 2005-04-08 07:50:53 +00:00
refactoring-proposal.apt Added more doco to the design notes detailing the refactors I've already started. 2005-02-11 23:00:25 +00:00