Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.5
-
None
Description
From this:
<dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.1</version> <scope>test</scope> </dependency>
to the following:
<dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.3</version> <scope>test</scope> </dependency>