-1
I tried to use this via maven-plugin-plugin from your staging repo. The
plugin was downloaded correctly, but the reporting-impl wasn't. At first
I thought that there was something wrong with my config, but it turned
out it wasn't.
The 2.0.4.1 pom [1] doesn't have a groupId specified, like the 2.0.4
version [2] did. In practice this means that it has changed groupId from
<groupId>org.apache.maven.reporting</groupId>
to
<groupId>org.apache.maven.shared</groupId>
This means that it will not be picked up unless people explicitly change
the groupId for it. If that is the plan, then the plugin-plugin needs to
change the groupId for this dependency.
[1]
http://people.apache.org/~brianf/staging-repository/org/apache/maven/shared/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
[2]
http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4/maven-reporting-impl-2.0.4.pom
Brian E. Fox wrote:
The old version 2.0.4 is trying to use an obsolete method in the
plugin-plugin tools. This was removed in 1.0-alpha-10 of the
doxia-site-render and causes problems with newer plugin tools and 2.0.9.
This release was cut from the old 2.0.4 tag because it's 2 years old and
the trunk has tons of changes and is too risky to try and shove out now.
Maven 2.0.9 is dependent on this release.
This has just one change from 2.0.4:
http://jira.codehaus.org/browse/MNG-3476
Staged at: http://people.apache.org/~brianf/staging-repository
Branch:
https://svn.apache.org/repos/asf/maven/shared/branches/maven-reporting-i
mpl-2.0.4.1-dev
Tag:
https://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-
2.0.4.1
Vote is open for 72hrs: +1
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]