Type | Changes | By |
---|
| Added parameter attachMainModuleExecutionStrategy to
the attach-main-module goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter attachTestModuleExecutionStrategy to
the attach-test-module goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter commitMainClassesExecutionStrategy to
the commit-main-classes goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter validateMainClassesExecutionStrategy to
the validate-main-classes goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter validateMainModelExecutionStrategy to
the validate-main-model goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter writeMainResourcesExecutionStrategy to
the write-main-resources goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter manageMainSourcesExecutionStrategy to
the manage-main-sources goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter commitTestClassesExecutionStrategy to
the commit-test-classes goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter validateTestClassesExecutionStrategy to
the validate-test-classes goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter validateTestModelExecutionStrategy to
the validate-test-model goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter writeTestResourcesExecutionStrategy to
the write-test-resources goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter manageTestSourcesExecutionStrategy to
the manage-test-sources goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter dumpMainInstanceExecutionStrategy to
the dump-main-instance goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added parameter dumpTestInstanceExecutionStrategy to
the dump-test-instance goal of the maven-jomc-plugin and added support for execution
strategies always and once-per-session . | schulte2005 |
| Added goals validate-main-classpath ,
validate-test-classpath , show-main-model , show-main-instance ,
show-main-specification , show-test-model , show-test-instance and
show-test-specification to the maven-jomc-plugin . | schulte2005 |
| Added parameters sessionDirectory ,
sourceDirectory , testSourceDirectory , outputDirectory and
testOutputDirectory to all goals of the maven-jomc-plugin . | schulte2005 |
| Added parameter verbose to the
attach-main-module and attach-test-module goals of the
maven-jomc-plugin . | schulte2005 |
| Added parameters moduleEncoding and
modletEncoding to class org.jomc.mojo.JomcResourceTransformer of the
maven-jomc-plugin . | schulte2005 |
| Corrected a MissingResourceException thrown by the
validate-main-model and validate-test-model goals of the maven-jomc-plugin
when detecting invalid models. | schulte2005 |
| Corrected the validate-main-classes and
validate-test-classes goals of the maven-jomc-plugin to display any validation report
details and to fail the build when detecting invalid class files. | schulte2005 |
| Corrected the commit-main-classes ,
commit-test-classes , validate-main-classes , validate-test-classes ,
write-main-resources and write-test-resources goals of the
maven-jomc-plugin to use parameters classesDirectory and
testClassesDirectory . | schulte2005 |
| Corrected a ClassCastException thrown by class
org.jomc.mojo.JomcResourceTransformer when transforming merged documents with stylesheets producing
illegal transformation results. | schulte2005 |
| Deprecated parameters classesDirectory and
testClassesDirectory of all goals of the maven-jomc-plugin in favour of parameters
outputDirectory and testOutputDirectory . | schulte2005 |
| Removed goals dump-main-instance and
dump-test-instance of the maven-jomc-plugin in favour of goals
show-main-instance and show-test-instance . | schulte2005 |