[ http://jira.codehaus.org/browse/MPIR-33?page=all ]
     
Edwin Punzalan closed MPIR-33:
------------------------------

    Resolution: Fixed

Fixed in svn.  To use:

  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <configuration>
          <checkoutDirectoryName>myDir</checkoutDirectoryName>
        </configuration>
      </plugin>
    </plugins>
  </reporting>


> ScmReport doesn't accept non-artifactId URLs
> --------------------------------------------
>
>          Key: MPIR-33
>          URL: http://jira.codehaus.org/browse/MPIR-33
>      Project: Maven 2.x Project Info Reports Plugin
>         Type: Bug

>     Versions: 2.0-beta-3
>     Reporter: Brian K. Wallace
>     Assignee: Edwin Punzalan
>      Fix For: 2.0

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> For maven-site, the SCM url is .../maven/site/trunk/. With this defined in 
> the POM, the ScmReport automatically adds "maven-site" (the artifactId) which 
> results in an inaccurate SCM command and links. There should be a method for 
> specifying "absolute" (format what's specified with no additions) SCM 
> information as well as "default" (add artifactId) information in the POM.
> This issue is related to MNG-2129 dealing with maven-site's SCM reports.

-- 
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

Reply via email to