The install plugin at revision 693933 has a funny-looking dependency that
doesn't resolve on my machine
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin/pom.xml
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
That's strange for two reasons:
1) I thought the groupId for the plugin testing harness was
"org.apache.maven.plugin-testing". But the group above is just
"org.apache.maven".
2) That version (2.4-SNAPSHOT) doesn't seem right. Presuming I even have
the right artifact, the latest released version of
maven-plugin-testing-harness is 1.2; the checked-in code says
1.3-SNAPSHOT.
https://svn.apache.org/repos/asf/maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
What's going on here? We don't have (ulp) two artifacts called
maven-plugin-testing-harness, one in org.apache.maven (at version 2.4) and
one in org.apache.maven.plugin-testing (at version 1.3) ...?
... do we?
-Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]