[RNG][ALL] mvn commons:download-page

2016-11-26 Thread Gilles
Hi. Running $ mvn commons:download-page generates a file that contains links to commons-rng-1.0-* files; but not to any of the modules files. Is there an alternative command for modular components? Gilles - To

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.

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

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 i

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

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

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

commons:download-page

2010-11-04 Thread Ralph Goers
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 SNAPSHOT version. The only way to ge