On 2011-07-28, Phil Steitz wrote:
> On 7/27/11 9:56 PM, Stefan Bodewig wrote:
>> at least for Compress "mvn -Prc package" (or any variation I have tried)
>> does not create the tarballs/zips and for the last two RCs I've created
>> them manually with assembly:single and a bash one-liner to create the
>> checksums/PGP sigs.
>> Am I doing anything wrong or is there anything wrong in Compress' POM?
> Its the Commons parent pom that is broken.
Thanks, Phil, that's good to know. That it is not my fault, I mean.
> Alternatively, if you are doing the maven artifact stuff separately
> and you are OK creating sigs, hashes yourself, you can just use
> mvn assembly:assembly
> and that will create just the release distros in /target.
That's what I did and I don't have any problem with doing so in the
future as well.
> Try
> mvn -Prc -DcreateChecksum=true install
> There is a script in the section titled "Creating the release
> candidate website" at [1] that should work for the actual release.
> [1] mvn -Prc -DcreateChecksum=true install
Yes, this is where I got the impression that it should have worked in
the first place.
Thanks
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]