I noticed some possible problems in the staged site docs. The maven failsafe plugin no longer generates a site, and the shadefire JUnit 3 provider also doesn't have a site.
Looks like the site configuration was removed from the failsafe plugin [1], and the parent relationship was changed for shadefire [2], so I think these changes were at least somwhat intentional. [1]http://svn.apache.org/viewvc?view=revision&revision=1144298 [2]http://svn.apache.org/viewvc?view=revision&revision=1136849 On 09/26/2011 05:26 PM, Paul Gier wrote: > Hi, > > We solved 8 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&version=17431 > > There are still lots of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC > > Staging repo: > https://repository.apache.org/content/repositories/maven-107/ > > Staging site: (Sync pending) > http://maven.apache.org/surefire-2.10/ > http://maven.apache.org/plugins/maven-failsafe-plugin-2.10/ > http://maven.apache.org/plugins/maven-surefire-plugin-2.10/ > http://maven.apache.org/plugins/maven-surefire-reports-plugin-2.10/ > > SCM Tag: > http://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.10/ > > Guide to testing staged releases: > http://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
