Hi Brian, Did you find the time to solve this one ?
Arnaud On Mon, Jul 14, 2008 at 4:53 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Thanks Herve, that looks like the problem I saw before. I'll check this out > and get it into the Its. > > -----Original Message----- > From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 13, 2008 7:49 AM > To: Maven Developers List > Subject: Re: releasing the enforcer > > Le samedi 12 juillet 2008, Brian E. Fox a écrit : > > I'm not able to reproduce the report issue I saw previously, so I'm > > going to tidy up what's here and stage a release, hopefully this > > weekend. If anyone wants to try a snapshot and lock down plugins that > > has reports, please do...the issue I saw was that when running site, the > > plugin failed several reporting plugins saying they didn't have versions > > when they did. > > I'm able to reproduce it on my project, with Maven 2.0.9 and > maven-site-plugin > 2.0-beta-7: > [INFO] [enforcer:enforce {execution: enforce-versions}] > [WARNING] plugin org.apache.maven.plugins:maven-jxr-plugin not found > [WARNING] plugin org.apache.maven.plugins:maven-pmd-plugin not found > [WARNING] plugin org.apache.maven.plugins:maven-surefire-report-plugin not > found > [WARNING] plugin org.apache.maven.plugins:maven-javadoc-plugin not found > [WARNING] plugin org.codehaus.mojo:jdepend-maven-plugin not found > [WARNING] plugin org.codehaus.mojo:javancss-maven-plugin not found > [WARNING] plugin org.apache.maven.plugins:maven-project-info-reports-plugin > not found > [WARNING] plugin org.codehaus.mojo:findbugs-maven-plugin not found > [WARNING] plugin net.sf.dtddoc:dtddoc-maven-plugin not found > [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequirePluginVersions > failed with message: > Some plugins are missing valid versions:(LATEST RELEASE SNAPSHOT are not > allowed ) > org.apache.maven.plugins:maven-jxr-plugin. The version currently in > use > is 2.1 > org.apache.maven.plugins:maven-pmd-plugin. The version currently in > use > is 2.2 > org.apache.maven.plugins:maven-surefire-report-plugin. The version > currently > in use is 2.3 > org.apache.maven.plugins:maven-javadoc-plugin. The version currently in > use > is 2.3 > org.codehaus.mojo:jdepend-maven-plugin. The version currently in > use > is 2.0-beta-1 > org.codehaus.mojo:javancss-maven-plugin. The version currently in > use > is 2.0-beta-2 > org.apache.maven.plugins:maven-project-info-reports-plugin. The version > currently in use is 2.1-SNAPSHOT > org.codehaus.mojo:findbugs-maven-plugin. The version currently in > use > is 1.1.1 > org.apache.maven.plugins:maven-enforcer-plugin. The version > currently > in use is 1.0-SNAPSHOT > net.sf.dtddoc:dtddoc-maven-plugin. The version currently in use is 1.1 > > the project is here: > http://logdistiller.sourceforge.net/source-repository.html > (the enforcer is commented out since it is a SNAPSHOT) > > regards, > > Hervé > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >