Hi Dennis, 2009/1/7 Dennis Lundberg <[email protected]>: > Is it really a chicken and egg issue?
I think so. Imagine this use case: 0. clean repo 1. svn co tag/maven-stylus-skin-1.1 with the site.xml using 1.1 2. mvn -o site will fail: no download of maven-stylus-skin artifact. > I think it depends on what is done during the release process. If the > release process consists of packaging a jar and deploying it to a repo. > Will the version number in the site.xml file be resolved? Or will it be > resolved when the site of the artifact is built? > > At present we don't build/deploy the site at release time, so it should > be possible to set the skin version in site.xml to the upcoming artifact > version. Not a SNAPSHOT version though. In this case we would set it to 1.1. I could always fix the tag and redeploy the staging site. Cheers, Vincent > Vincent Siveton wrote: >> Hi, >> >> We need to make a release with no snapshot, and I don't think we can >> do what's you propose. >> It is an chicken and egg issue... similar to with the maven-plugin-plugin >> [1]. >> I think we could live with it. >> >> Cheers, >> >> Vincent >> >> [1] >> https://svn.apache.org/repos/asf/maven/plugin-tools/tags/maven-plugin-tools-2.4.3/maven-plugin-plugin/pom.xml >> >> 2009/1/7 Dennis Lundberg <[email protected]>: >>> That's because >>> https://svn.apache.org/repos/asf/maven/skins/trunk/maven-stylus-skin/src/site/site.xml >>> is still using the 1.0.1 version of the skin. It should be using 1.1. >>> >>> I don't know if it's possible to change the version of the skin in >>> site.xml to the version-to-be-released prior to the release itself. But >>> if that work's it should be the preferred way to do it. >>> >>> Brian E. Fox wrote: >>>> Actually the stylus skin below doesn't have the privacy policy, which is >>>> weird cause it's working for m.a.o >>>> >>>> -----Original Message----- >>>> From: Vincent Siveton [mailto:[email protected]] >>>> Sent: Wednesday, January 07, 2009 11:06 AM >>>> To: Maven Developers List >>>> Subject: [VOTE] Release Maven Stylus Skin version 1.1 >>>> >>>> Hi, >>>> >>>> We solved 1 issue, to comply with the board resolution about Privacy >>>> policy page. >>>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430&styleNa >>>> me=Html&version=14872 >>>> >>>> There are no issue left in JIRA. >>>> >>>> Staging repo: >>>> http://people.apache.org/~vsiveton/staging-repo/ >>>> >>>> Staging site (need to sync): >>>> http://maven.apache.org/skins/maven-stylus-skin-1.1 >>>> >>>> Guide to testing staged releases: >>>> http://maven.apache.org/guides/development/guide-testing-releases.html >>>> >>>> Vote open for 72 hours. >>>> >>>> [ ] +1 >>>> [ ] +0 >>>> [ ] -1 >>>> >>>> Cheers, >>>> >>>> Vincent >>>> >>>> --------------------------------------------------------------------- >>>> 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] >>>> >>>> >>> >>> -- >>> Dennis Lundberg >>> >>> --------------------------------------------------------------------- >>> 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] >> >> > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > 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]
