You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Geoffrey De Smet (JIRA)" <ji...@codehaus.org> on 2007/04/16 11:35:46 UTC

[jira] Created: (MPIR-65) Direct report generation breaks on skin version even though it is specified

Direct report generation breaks on skin version even though it is specified
---------------------------------------------------------------------------

                 Key: MPIR-65
                 URL: http://jira.codehaus.org/browse/MPIR-65
             Project: Maven 2.x Project Info Reports Plugin
          Issue Type: Bug
    Affects Versions: 2.0.1
            Reporter: Geoffrey De Smet
             Fix For: 2.1


/ggg/src/site/site.xml contains the skin declaration like this:
    <skin>
        <groupId>org.apache.maven.skins</groupId>
        <artifactId>maven-default-skin</artifactId>
        <version>1.0</version>
    </skin>

In /ggg I can run
  mvn site
without a problem (it does compile the code though).
but if I run
  mvn project-info-reports:dependencies
That breaks with this error message:

[INFO] The skin does not exist: Unable to determine the release version

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.maven.skins -DartifactId=maven-default-skin \
        -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file


  org.apache.maven.skins:maven-default-skin:jar:RELEASE



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

        

[jira] Closed: (MPIR-65) Direct report generation breaks on skin version even though it is specified

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MPIR-65.
-------------------------------

      Assignee: Vincent Siveton
    Resolution: Cannot Reproduce

I was unable to reproduce your pb. I tried with 2.0.1 and the snapshot. 

> Direct report generation breaks on skin version even though it is specified
> ---------------------------------------------------------------------------
>
>                 Key: MPIR-65
>                 URL: http://jira.codehaus.org/browse/MPIR-65
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Geoffrey De Smet
>            Assignee: Vincent Siveton
>             Fix For: 2.1
>
>
> /ggg/src/site/site.xml contains the skin declaration like this:
>     <skin>
>         <groupId>org.apache.maven.skins</groupId>
>         <artifactId>maven-default-skin</artifactId>
>         <version>1.0</version>
>     </skin>
> In /ggg I can run
>   mvn site
> without a problem (it does compile the code though).
> but if I run
>   mvn project-info-reports:dependencies
> That breaks with this error message:
> [INFO] The skin does not exist: Unable to determine the release version
> Try downloading the file manually from the project website.
> Then, install it using the command:
>     mvn install:install-file -DgroupId=org.apache.maven.skins -DartifactId=maven-default-skin \
>         -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file
>   org.apache.maven.skins:maven-default-skin:jar:RELEASE

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