maven/maven-plugin-tools
John Dennis Casey 76c4ceda28 o Added duplicate check for mojo descriptor Parameters
o changed the exception(s) throws during mojo descriptor extraction to be derivatives of InvalidPluginDescriptorException
o changed PluginConfigurationException in plugin.descriptor to InvalidPluginDescriptorException
o changed all "true".equals(something) to Boolean.valueOf(something).booleanValue()
o added validation of 'modelVersion' back to [Default]ModelValidator
o Fixed/added tests for new 'modelVersion' validation
o changed all requiresXXX in MojoDescriptor to XXXRequired, and getRequiresXXX():boolean to isXXXRequired():boolean to help maintain bean-ness for future use




git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168630 13f79535-47bb-0310-9956-ffa450edef68
2005-05-06 17:41:03 +00:00
..
maven-plugin-tools-api o Added duplicate check for mojo descriptor Parameters 2005-05-06 17:41:03 +00:00
maven-plugin-tools-java o Added duplicate check for mojo descriptor Parameters 2005-05-06 17:41:03 +00:00
maven-plugin-tools-marmalade o Added duplicate check for mojo descriptor Parameters 2005-05-06 17:41:03 +00:00
maven-plugin-tools-pluggy - allow multiple versions of a plugin to operate concurrently. 2005-05-06 07:03:14 +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