Version | Date | Description |
---|---|---|
1.1 | 2010-07-28 | |
1.2 | 2012-02-16 | |
1.2.1 | 2012-02-28 | |
1.2.2 | 2012-03-05 | |
1.2.3 | 2012-03-15 |
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 |
Type | Changes | By |
---|---|---|
Added class
org.jomc.mojo.JomcContainerDescriptorHandler to add support for assembling JOMC resources using the
Maven Assembly Plugin. | schulte2005 | |
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 | |
Added parameter modelObjectStylesheetResources to
goals commit-main-classes and commit-test-classes deprecating parameter
modelObjectStylesheet . | schulte2005 | |
Added parameter mainResourcesOutputDirectory to
the write-main-resources goal. | schulte2005 | |
Added parameter testResourcesOutputDirectory to
the write-test-resources goal. | schulte2005 | |
Added parameters modelContextClassName and
modelContextAttributes to class org.jomc.mojo.JomcResourceTransformer . | schulte2005 | |
Corrected goals write-main-resources and
write-test-resources to add a corresponding resource to the maven project. | schulte2005 | |
Corrected goals commit-main-classes and
commit-test-classes to create Transformer s supporting resolution of relative URIs
based on the system id of model object style sheets. | schulte2005 | |
Corrected goals commit-main-classes and
commit-test-classes to not leave input streams open when reading style sheet resources. | schulte2005 | |
Corrected a NullPointerException thrown by class
org.jomc.mojo.JomcResourceTransformer if mandatory parameters are not set. | schulte2005 | |
Corrected class org.jomc.mojo.JomcResourceTransformer
to ignore/override any modletResource and moduleResource resources not merged due to
modletResources and moduleResources . | schulte2005 | |
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 | |
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 | |
Updated class org.jomc.mojo.JomcResourceTransformer
to add system properties to transformers as parameters. | schulte2005 | |
Updated goals commit-main-classes and
commit-test-classes to add system properties to transformers as parameters. | schulte2005 |
Type | Changes | By |
---|---|---|
Corrected goals write-main-resources and
write-test-resources to not add a corresponding resource to the maven project for projects without
resources. | schulte2005 | |
Updated the version of the jomc-tools dependency from
1.2 to 1.2.1 | schulte2005 |
Type | Changes | By |
---|---|---|
Updated the version of the jomc-tools dependency from
1.2.1 to 1.2.2 | schulte2005 |
Type | Changes | By |
---|---|---|
Updated the version of the jomc-model dependency from
1.2 to 1.2.1 | schulte2005 |