Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6.1
-
None
Description
<dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.1</version> <scope>test</scope> </dependency>
to new version which implies a change of the groupId.
<dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.3</version> <scope>test</scope> </dependency>