[gatein-dev] Upload to Maven repository issue

Thomas Heute theute at redhat.com
Wed Oct 7 12:28:54 EDT 2009



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.


More information about the gatein-dev mailing list