On Tue, 2008-07-22 at 19:39 +0200, Matthias Wessendorf wrote:
> Hi,
> 
> I was running the needed tasks to get the 1.2.7 release of the Apache
> MyFaces Trinidad Maven 2 Plugins out.
> 
> The artifacts are deployed to my private Apache account ([1]).
> 
> Please take a look at the "1.2.7" artifacts and vote.
> 
> How to test those JARs ?
> 
> Use the stage repo inside your pom.xml file:
> ...
> <pluginRepositories>
>  <pluginRepository>
>  <id>apache.stage</id>
>  <name>Apache Stage Repository</name>
>  <url>http://people.apache.org/~matzew/127-plugins</url>
>  <layout>default</layout>
>  </pluginRepository>
> </pluginRepositories>
> ...
> 

The staging dir contains a lot of unneeded *.asc* files, eg
   maven-faces-plugin-1.2.7-javadoc.jar.asc.asc.md5
which is AFAIK the md5 checksum of the ascii-armoured signature of the
ascii-armoured signature of the jar.

I get this too when following the normal release procedure, and just
manually delete the crap files before uploading. Some day it would be
nice to fix this properly (probably in the master myfaces pom)....

Perhaps you could just delete these from your staging dir manually?

===

signatures verify ok (random sample)
checksums are fine (random sample)
LICENSE and NOTICE files seem to be present and correct (random sample).

The java .class version format is 48.0, ie it is java1.4-compatible.
Note that the MANIFEST.MF files states that the code was build with
java1.5. So there is a minor risk that the code is not actually
1.4-compatible. No problem, as long as it's deliberate.

As noted in another email, there is 1 java file with an old-style
copyright header, and a couple of pom.xml files with either old or
missing headers. But it's very few so I don't think this is a
release-blocker.

So +1 from me.

Regards, Simon

Reply via email to