You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2005/08/04 13:16:57 UTC

[jira] Closed: (MNG-660) Project info reports plugin fails on unvalid SVN repository connection

     [ http://jira.codehaus.org/browse/MNG-660?page=all ]
     
Vincent Siveton closed MNG-660:
-------------------------------

    Resolution: Fixed

Handle the SCMs with the maven-scm component.
Actually, maven-scm-provider supports ClearCase, CVS, Perforce, Starteam and SVN.


> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org