뉴스/소식
Maven Repository Plugin 2.3 릴리즈
노안돼지
2009. 10. 7. 08:25
The Maven team is pleased to announce the release of the Maven Repository Plugin, version 2.3
This plugin assists the user in creating archived bundles that are designed to meet all requirements for upload to the central Maven repository.
http://maven.apache.org/plugins/maven-repository-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-repository-plugin</artifactId>
<version>2.3</version>
</plugin>
Release Notes - Maven 2.x Repository Plugin - Version 2.3
Enjoy,
-The Maven team