[ 
http://jira.codehaus.org/browse/MSITE-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126837
 ] 

Michael Brown commented on MSITE-48:
------------------------------------

I also had this error, so to help anyone else looking for this my issue was 
that the maven-metadata-central.xml file in the repo under 
org/apache/maven/skins/maven-default-skin did not have the versioning element.  
This may have been as a result of some old cached file somewhere.

The complete file (as per 
http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/maven-metadata.xml)
 is below.

<?xml version="1.0" encoding="UTF-8"?><metadata>
  <groupId>org.apache.maven.skins</groupId>
  <artifactId>maven-default-skin</artifactId>
  <version>1.0</version>
  <versioning>
    <release>1.0</release>
    <versions>
      <version>1.0</version>
    </versions>
    <lastUpdated>20060507032433</lastUpdated>
  </versioning>
</metadata>

See also MNG-3139


> add reusable skin functionality and create skins default, stylus and classic
> ----------------------------------------------------------------------------
>
>                 Key: MSITE-48
>                 URL: http://jira.codehaus.org/browse/MSITE-48
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 2.0-beta-5
>
>   Original Estimate: 4 hours
>          Time Spent: 4 hours
>  Remaining Estimate: 0 minutes
>
> add the classic theme from m1, and perhaps a derivative of the new theme for 
> other sites

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