I can verify sha1 and md5 checksums using sha1sum and md5sum respectively,
Maven gets different values though. Any idea how Maven calculates checksums?

Danushka

On Tue, Jan 4, 2011 at 9:49 AM, Isuru Suriarachchi <is...@wso2.com> wrote:

> This happens due to checksum failures when downloading qpid dependencies.
> You can locally avoid this issue by ignoring the checksum failures for the
> wso2 maven repo in the root pom.xml as follows.
>
> <checksumPolicy>ignore</checksumPolicy>
>
> But this is something we have to fix properly.
>
> Thanks,
> ~Isuru
>
> On Tue, Jan 4, 2011 at 9:36 AM, Prabath Siriwardana <prab...@wso2.com>wrote:
>
>> $subject
>>
>> Missing:
>> ----------
>> 1) org.apache.qpid:qpid-client:jar:0.9
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-client -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
>>
>>   Alternatively, if you host your own repository you can deploy the file
>> there:
>>       mvn deploy:deploy-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-client -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
>> -Durl=[url] -DrepositoryId=[id]
>>
>>   Path to dependency:
>>    1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
>>    2) org.apache.qpid:qpid-client:jar:0.9
>>
>> 2) org.apache.qpid:qpid-broker:jar:0.9
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-broker -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
>>
>>   Alternatively, if you host your own repository you can deploy the file
>> there:
>>       mvn deploy:deploy-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-broker -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
>> -Durl=[url] -DrepositoryId=[id]
>>
>>   Path to dependency:
>>    1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
>>    2) org.apache.qpid:qpid-broker:jar:0.9
>>
>> 3) org.apache.qpid:qpid-common:jar:0.9
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-common -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
>>
>>   Alternatively, if you host your own repository you can deploy the file
>> there:
>>       mvn deploy:deploy-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-common -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
>> -Durl=[url] -DrepositoryId=[id]
>>
>>   Path to dependency:
>>    1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
>>    2) org.apache.qpid:qpid-common:jar:0.9
>>
>> 4) org.apache.qpid:qpid-management-common:jar:0.9
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-management-common -Dversion=0.9 -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>   Alternatively, if you host your own repository you can deploy the file
>> there:
>>       mvn deploy:deploy-file -DgroupId=org.apache.qpid
>> -DartifactId=qpid-management-common -Dversion=0.9 -Dpackaging=jar
>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>>   Path to dependency:
>>    1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
>>    2) org.apache.qpid:qpid-management-common:jar:0.9
>>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Application Server
> WSO2 Inc. http://wso2.com
> email : is...@wso2.com
> blog : http://isurues.wordpress.com/
>
> lean . enterprise . middleware
>
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to