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

        

Reply via email to