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