Maven JOMC Plugin Changelog

Version 1.1 - Build 2010-07-27T22:18:53+0200

Version Date Developer Action Description
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD 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.
1.1 2010-07-28 schulte2005 ADD Added parameters sessionDirectory, sourceDirectory, testSourceDirectory, outputDirectory and testOutputDirectory to all goals of the maven-jomc-plugin.
1.1 2010-07-28 schulte2005 ADD Added parameter verbose to the attach-main-module and attach-test-module goals of the maven-jomc-plugin.
1.1 2010-07-28 schulte2005 ADD Added parameters moduleEncoding and modletEncoding to class org.jomc.mojo.JomcResourceTransformer of the maven-jomc-plugin.
1.1 2010-07-28 schulte2005 FIX Corrected a MissingResourceException thrown by the validate-main-model and validate-test-model goals of the maven-jomc-plugin when detecting invalid models.
1.1 2010-07-28 schulte2005 FIX 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.
1.1 2010-07-28 schulte2005 FIX 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.
1.1 2010-07-28 schulte2005 FIX Corrected a ClassCastException thrown by class org.jomc.mojo.JomcResourceTransformer when transforming merged documents with stylesheets producing illegal transformation results.
1.1 2010-07-28 schulte2005 REMOVE Deprecated parameters classesDirectory and testClassesDirectory of all goals of the maven-jomc-plugin in favour of parameters outputDirectory and testOutputDirectory.
1.1 2010-07-28 schulte2005 REMOVE 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.