Apache Maven Stage Plugin Version 1.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Stage Plugin, version 1.0.
This plugin is used to create bundles of artifacts that can be uploaded to the central repository.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-stage-plugin</artifactId>
4 <version>1.0</version>
5</plugin>
Release Notes - Maven Stage Plugin - Version 1.0
Bugs:
- MSTAGE-7 - Unable to use archiva as http source with maven-stage-plugin
- MSTAGE-9 - Stage plugin fails with ClassCastException
- MSTAGE-16 - Stage plugin doesn't work with maven3
Improvement:
- MSTAGE-18 - Fix RAT Report
Tasks:
Enjoy,
-The Apache Maven team