This one:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-project-info-reports-plugin/2.1-SNAPSHOT/maven-project-info-reports-plugin-2.1-20061121.171541-4.jar

<pluginRepositories>
  <pluginRepository>
    <id>apache.org</id>
    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </pluginRepository>
</pluginRepositories>

- Joakim


Martin van den Bemt wrote:
> Could you please specify which version I should use ?
>
> Mvgr,
> Martin
>
> Joakim Erdfelt wrote:
>> Update the snapshot build of maven-project-info-report-plugin that you
>> are using.
>> The currently deployed version corrects this problem.
>>
>> - Joakim
>>
>> Martin van den Bemt wrote:
>>> Can confirm the same problem (after a complete repo clean). I'll try
>>> to get the mvn -X and add it to an issue..
>>>
>>> Mvgr,
>>> Martin
>>>
>>> Wendy Smoak wrote:
>>>> Two people have now reported sudden problems with 'mvn site',
>>>> specifically the project info reports plugin.  I can't reproduce it,
>>>> but they're getting NoClassDefFoundError for
>>>> org.apache.maven.shared.Jar.
>>>>
>>>> http://www.nabble.com/Maven-repositories%3A-metadata-vs-pom-files--t2672595s177.html
>>>>
>>>>
>>>>
>>>> http://www.nabble.com/Error-when-generating-Dependencies-report-%28SNAPSHOT%29-t2677985s177.html
>>>>
>>>>
>>>>
>>>> [ERROR] FATAL ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] org/apache/maven/shared/jar/Jar
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] Trace
>>>> java.lang.NoClassDefFoundError: org/apache/maven/shared/jar/Jar
>>>>       at
>>>> org.apache.maven.report.projectinfo.dependencies.Dependencies.<init>(Dependencies.java:74)
>>>>
>>>>
>>>>       at
>>>> org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:126)
>>>>
>>>>
>>>>       at
>>>> org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:101)
>>>>
>>>>
>>>>       at
>>>> org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:67)
>>>>
>>>>
>>>> ...
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to