It looks like the deployment straight to the Maven repo has some issues.
All JARs are uploaded as text files instead of binaries. You can see
this with the following commands:
$ svn propget svn:mime-type
http://anonsvn.jboss.org/repos/repository.jboss.org/maven2/org/gatein/mop/mop-api/1.0.0-Beta03/mop-api-1.0.0-Beta03.jar
> application/octet-stream
--> All fine, it wasn't using maven release:perform
$ svn propget svn:mime-type
http://anonsvn.jboss.org/repos/repository.jboss.org/maven2/org/gatein/mop/mop-api/1.0.0-Beta08/mop-api-1.0.0-Beta08.jar
> (Returns nothing which means text file)
--> It was deployed with maven release:perform
Thomas.
_______________________________________________
gatein-dev mailing list
gatein-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/gatein-dev