Changelog

Release History

VersionDateDescription
1.12010-07-28 
1.22012-02-16 
1.2.12012-02-28 
1.2.22012-03-05 
1.2.32012-03-15 

Release 1.1 - 2010-07-28

TypeChangesBy

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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.schulte2005

add

Added parameters sessionDirectory, sourceDirectory, testSourceDirectory, outputDirectory and testOutputDirectory to all goals of the maven-jomc-plugin.schulte2005

add

Added parameter verbose to the attach-main-module and attach-test-module goals of the maven-jomc-plugin.schulte2005

add

Added parameters moduleEncoding and modletEncoding to class org.jomc.mojo.JomcResourceTransformer of the maven-jomc-plugin.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.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.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.schulte2005

fix

Corrected a ClassCastException thrown by class org.jomc.mojo.JomcResourceTransformer when transforming merged documents with stylesheets producing illegal transformation results.schulte2005

remove

Deprecated parameters classesDirectory and testClassesDirectory of all goals of the maven-jomc-plugin in favour of parameters outputDirectory and testOutputDirectory.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.schulte2005

Release 1.2 - 2012-02-16

TypeChangesBy

add

Added class org.jomc.mojo.JomcContainerDescriptorHandler to add support for assembling JOMC resources using the Maven Assembly Plugin.schulte2005

add

Added parameters modelContextClassName, modletSchemaSystemId, velocityProperties, templateParameters, transformationParameters, transformationOutputProperties, classFileProcessorClassName, resourceFileProcessorClassName, sourceFileProcessorClassName, templateLocation, velocityPropertyResources, templateParameterResources, transformationParameterResources, locale, modletResourceValidationEnabled, modelResourceValidationEnabled and modelContextAttributes to goals commit-main-classes, commit-test-classes, validate-main-classes, validate-test-classes, validate-main-classpath, validate-test-classpath, show-main-instance, show-test-instance, show-main-model, show-test-model, validate-main-model, validate-test-model, write-main-resources, write-test-resources, manage-main-sources, manage-test-sources, show-main-specification and show-test-specification.schulte2005

add

Added parameter modelObjectStylesheetResources to goals commit-main-classes and commit-test-classes deprecating parameter modelObjectStylesheet.schulte2005

add

Added parameter mainResourcesOutputDirectory to the write-main-resources goal.schulte2005

add

Added parameter testResourcesOutputDirectory to the write-test-resources goal.schulte2005

add

Added parameters modelContextClassName and modelContextAttributes to class org.jomc.mojo.JomcResourceTransformer.schulte2005

fix

Corrected goals write-main-resources and write-test-resources to add a corresponding resource to the maven project.schulte2005

fix

Corrected goals commit-main-classes and commit-test-classes to create Transformers supporting resolution of relative URIs based on the system id of model object style sheets.schulte2005

fix

Corrected goals commit-main-classes and commit-test-classes to not leave input streams open when reading style sheet resources.schulte2005

fix

Corrected a NullPointerException thrown by class org.jomc.mojo.JomcResourceTransformer if mandatory parameters are not set.schulte2005

fix

Corrected class org.jomc.mojo.JomcResourceTransformer to ignore/override any modletResource and moduleResource resources not merged due to modletResources and moduleResources.schulte2005

update

Updated class org.jomc.mojo.JomcResourceTransformer to use default values of class org.jomc.modlet.DefaultModletProvider for parameters modletResource and modletResources instead of the hardcoded META-INF/jomc-modlet.xml default.schulte2005

update

Updated class org.jomc.mojo.JomcResourceTransformer to use default values of class org.jomc.model.modlet.DefaultModelProvider for parameters moduleResource and moduleResources instead of the hardcoded META-INF/jomc.xml default.schulte2005

update

Updated class org.jomc.mojo.JomcResourceTransformer to add system properties to transformers as parameters.schulte2005

update

Updated goals commit-main-classes and commit-test-classes to add system properties to transformers as parameters.schulte2005

Release 1.2.1 - 2012-02-28

TypeChangesBy

fix

Corrected goals write-main-resources and write-test-resources to not add a corresponding resource to the maven project for projects without resources.schulte2005

fix

Updated the version of the jomc-tools dependency from 1.2 to 1.2.1. See the Changes report.schulte2005

Release 1.2.2 - 2012-03-05

TypeChangesBy

fix

Updated the version of the jomc-tools dependency from 1.2.1 to 1.2.2. See the Changes report.schulte2005

Release 1.2.3 - 2012-03-15

TypeChangesBy

fix

Updated the version of the jomc-model dependency from 1.2 to 1.2.1. See the Changes report.schulte2005