use standard Maven caching for local repository site descriptors
----------------------------------------------------------------

                 Key: MSITE-530
                 URL: http://jira.codehaus.org/browse/MSITE-530
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Improvement
    Affects Versions: 3.0-beta-3
            Reporter: Brett Porter


I've found that the site plugin (or perhaps Doxia) is caching 404's for site 
descriptors in the local repository as empty files, as a form of added 
efficiency for descriptors that are often not present.

However, this has a downside - I had one cached due to switching to a different 
parent before it could be downloaded - so even when it was available it 
silently used an empty parent descriptor (even through -U), causing the Maven 
site to be deployed with no skin.

Likewise, when the 17-SNAPSHOT maven-parent was cleaned up, the previously 
working site build would no longer have a valid parent descriptor and silently 
failed.

There should be a clear indication in the build that no site descriptor was 
found (or not used due to previously caching), and where possible rely on 
Maven's built in handling for caching resolution failures.

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