Re: commons:download-page

2010-11-04 Thread Jörg Schaible
Ralph Goers wrote: > > On Nov 4, 2010, at 6:21 AM, Jörg Schaible wrote: > >> Hi Ralph, >> >> Ralph Goers wrote: >> >>> >>> commons:download-page doesn't seem to work correctly with mvn >>> release:prepare and release:perform. If you manually invoke it before >>> the release the files will be

Re: commons:download-page

2010-11-04 Thread Niall Pemberton
The problem is you have the following in the pom.xml for VFS in the section: ${project.version} This version should be set to the current release and then the download page gets generated properly. When you are cuttting a new version you updated it and run commons:download page and commit those

Re: commons:download-page

2010-11-04 Thread Ralph Goers
On Nov 4, 2010, at 6:30 AM, Rahul Akolkar wrote: > On Thu, Nov 4, 2010 at 9:13 AM, Ralph Goers > wrote: >> >> commons:download-page doesn't seem to work correctly with mvn >> release:prepare and release:perform. If you manually invoke it before the >> release the files will be for the SNAPS

Re: commons:download-page

2010-11-04 Thread Rahul Akolkar
On Thu, Nov 4, 2010 at 9:13 AM, Ralph Goers wrote: > > commons:download-page doesn't seem to work correctly with mvn release:prepare > and release:perform.  If you manually invoke it before the release the files > will be for the SNAPSHOT before the release. If you run it after then they > will

Re: commons:download-page

2010-11-04 Thread Ralph Goers
On Nov 4, 2010, at 6:21 AM, Jörg Schaible wrote: > Hi Ralph, > > Ralph Goers wrote: > >> >> commons:download-page doesn't seem to work correctly with mvn >> release:prepare and release:perform. If you manually invoke it before the >> release the files will be for the SNAPSHOT before the relea

Re: commons:download-page

2010-11-04 Thread Ralph Goers
On Nov 4, 2010, at 6:13 AM, Ralph Goers wrote: > > commons:download-page doesn't seem to work correctly with mvn release:prepare > and release:perform. If you manually invoke it before the release the files > will be for the SNAPSHOT before the release. If you run it after then they > will b

Re: commons:download-page

2010-11-04 Thread Jörg Schaible
Hi Ralph, Ralph Goers wrote: > > commons:download-page doesn't seem to work correctly with mvn > release:prepare and release:perform. If you manually invoke it before the > release the files will be for the SNAPSHOT before the release. If you run > it after then they will be for the next SNAPSH