Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Apache Maven Model Converter 2.3 Released

$
0
0
The Maven team is pleased to announce the release of the Apache Maven
Model Converter, version 2.3

As you can see in the release notes below, this shared component is now retired.
Most likely it will be transferred to the Apache Archiva project.

Converts between version 3.0.0 and version 4.0.0 models.

http://maven.apache.org/shared/maven-model-converter/

You should specify the version in your project's dependency configuration:

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-model-converter</artifactId>
<version>2.3</version>
</dependency>

Release Notes - Apache Maven Model Converter (RETIRED) - Version 2.3

Task
* [MSHARED-289] Retire this shared component
* [MSHARED-71] Exclude some default files from the Site Plugin
* [MSHARED-70] Allow the conversion of report plugins to specify reportSets
* [MSHARED-69] Improve pretty printing the POM when it gets written to a file
* [MSHARED-49] Add support for Castor plugin
* [MSHARED-48] Add support for Jalopy plugin

Enjoy,

-The Maven team

Viewing all articles
Browse latest Browse all 5648

Trending Articles