[ http://jira.codehaus.org/browse/MNG-660?page=comments#action_43624 ]
Brett Porter commented on MNG-660: ---------------------------------- yes, if that provides the methods necessary. Note that Emmanuel has recently been simpifying the provider interface so that it may also be sufficient. > Project info reports plugin fails on unvalid SVN repository connection > ---------------------------------------------------------------------- > > Key: MNG-660 > URL: http://jira.codehaus.org/browse/MNG-660 > Project: Maven 2 > Type: Bug > Components: maven-plugins > Versions: 2.0-beta-1 > Reporter: Yann Le Du > Assignee: Vincent Siveton > Fix For: 2.0-beta-1 > > > Using the trunk build (rev. 225332) > My POM contains > <scm> > <connection>scm:svn:svn://host:3691/COMMON/trunk/commonframework/</connection> > </scm> > and > <reporting> <plugins> [...] <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-project-info-reports-plugin</artifactId> > </plugin> </plugins> </reporting> > site:site fails with the following error : > [INFO] Generate "Source Repository" report. > [INFO] > ---------------------------------------------------------------------------- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------------- > [INFO] Diagnosis: Error during site generation > [INFO] > ---------------------------------------------------------------------------- > [ERROR] Cause: org.apache.maven.plugin.MojoExecutionException: Error during > site generation > at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:372) > ... > Caused by: java.lang.IllegalArgumentException: The SVN repository connection > is not valid. > at > org.apache.maven.report.projectinfo.ScmReport$ScmRenderer.getSvnRoot(ScmReport.java:427) > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
