maven/maven-plugin-api/src/main/java/org/apache/maven/plugin
Brett Leslie Porter a79d40793a can throw failure too
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293229 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 04:04:07 +00:00
..
logging move the Log interface to o.a.m.plugin.logging in maven-plugin-api, breaking the dependency on maven-monitor 2005-05-10 07:39:33 +00:00
AbstractMojo.java Resolving: MNG-823...added context-awareness to AbstractMojo, using ContextEnabled interface to avoid breaking Mojo API for direct implementors. Added two mojos in the core-it plugin to use the plugin context map, and an IT - it0073 - to test the whole thing. 2005-09-27 19:49:37 +00:00
AbstractMojoExecutionException.java allow both error and failure exceptions from mojos instead of just checking for a null cause 2005-09-26 14:40:17 +00:00
ContextEnabled.java Storing plugin contexts by plugin and project in the release manager, and furnishing access to them via the session. This will restrict shared information scopes to the plugin AND the project, in a reactored situation. 2005-09-28 03:38:00 +00:00
Mojo.java can throw failure too 2005-10-03 04:04:07 +00:00
MojoExecutionException.java allow both error and failure exceptions from mojos instead of just checking for a null cause 2005-09-26 14:40:17 +00:00
MojoFailureException.java allow both error and failure exceptions from mojos instead of just checking for a null cause 2005-09-26 14:40:17 +00:00