maven - Problems with release:perform. Checksum validation failed -


i´m trying run release plugin in application, release:prepare being done correctly when try run de release:perform. i´ll give sections of error:

[info] uploaded: http://172.18.102.23:8080/artifactory/libs-release-local/br/fucapi/ads/ads/0.0.9/ads-0.0.9.pom (3 kb @ 5.5 kb/sec) [info] downloading: http://172.18.102.23:8080/artifactory/libs-release-local/br/fucapi/ads/ads/maven-metadata.xml [info] [warning] checksum validation failed, expected gif89a????!?,d; 2daeaa8b5f19f0bc209d976c02bd6acb51b00b0a http://172.18.102.23:8080/artifactory/libs-release-local/br/fucapi/ads/ads/maven-metadata.xml [info] [warning] checksum validation failed, expected gif89a????!?,d; 2daeaa8b5f19f0bc209d976c02bd6acb51b00b0a http://172.18.102.23:8080/artifactory/libs-release-local/br/fucapi/ads/ads/maven-metadata.xml [info] downloaded: http://172.18.102.23:8080/artifactory/libs-release-local/br/fucapi/ads/ads/maven-metadata.xml (43 b @ 1.3 kb/sec)  [info] [info] build failure [info] [info] ------------------------------------------------------------------------ [info] [info] total time: 5.672s [info] [info] finished at: mon jun 04 11:08:32 gmt-04:00 2012 [info] [info] final memory: 6m/28m [info] [info] ------------------------------------------------------------------------ [info] [error] failed execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project ads: failed update metadata br.fucapi.ads:ads/maven-metadata.xml: not parse metadata c:\documents , settings\josebarbosa\.m2\repository\br\fucapi\ads\ads\maven-metadata-release.xml: whitespace content allowed before start tag , not g (position: start_document seen g... @1:1) -> [help 1] [info] org.apache.maven.lifecycle.lifecycleexecutionexception: failed execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project ads: failed update metadata br.fucapi.ads:ads/maven-metadata.xml: not parse metadata c:\documents , settings\josebarbosa\.m2\repository\br\fucapi\ads\ads\maven-metadata-release.xml: whitespace content allowed before start tag , not g (position: start_document seen g... @1:1)   [info] caused by: org.apache.maven.plugin.mojoexecutionexception: failed update metadata br.fucapi.ads:ads/maven-metadata.xml: not parse metadata c:\documents , settings\josebarbosa\.m2\repository\br\fucapi\ads\ads\maven-metadata-release.xml: whitespace content allowed before start tag , not g (position: start_document seen g... @1:1)  [info]  @ org.apache.maven.plugin.deploy.deploymojo.execute(deploymojo.java:193) 

1) tried clean repository. 2) put configuration in properties.

<project.build.sourceencoding>iso-8859-1</project.build.sourceencoding> 

3) try topic: maven checksum failed using "mvn dependency:resolve". 4)try following topic: using maven qt jambi using "checksumpolicy" in settings.xml

...but issues didn´t work.

please, don´t know fix problem, ever had this?

daeaa8b5f19f0bc209d976c02bd6acb51b0  

indicates, response ssl-encoded. url

http://172.18.102.23:8080/artifactory/  

is configuration. either change protocol

https  

or change url.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -