뉴스/소식
Maven Verifier 1.2 릴리즈
노안돼지
2009. 9. 23. 09:20
The Maven team is pleased to announce the release of the Maven Verifier, version 1.2
This is a shared library for use in testing various Maven components. It allows the user to execute Maven builds as part of the testing process, with methods supporting test preparation and assertion of results.
http://maven.apache.org/shared/maven-verifier/
To use the verifier, add the following to your POM's dependencies section:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
Release Notes - Maven Shared Components - Version maven-verifier 1.2
Enjoy,
-The Maven team