Generated pom and checksums using mvn install:install-file and uploaded them to the repo. I will try if this will solve the issue.
Thanks, Danushka On Fri, Jan 7, 2011 at 7:20 AM, Lahiru Gunathilake <[email protected]> wrote: > Danushka, > > How did you deploy to wso2 repo ? if you use mvn deploy:deploy there won't > be checksum issues. > > Lahiru > > > On Wed, Jan 5, 2011 at 11:10 AM, Danushka Menikkumbura > <[email protected]>wrote: > >> 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 <[email protected]>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 <[email protected]>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 >>>> [email protected] >>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> Isuru Suriarachchi >>> Technical Lead & Product Manager, WSO2 Application Server >>> WSO2 Inc. http://wso2.com >>> email : [email protected] >>> blog : http://isurues.wordpress.com/ >>> >>> lean . enterprise . middleware >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > -- > Lahiru Gunathilake > Senior Software Engineer - WSO2 Inc. www.wso2.com > > Email:[email protected] <email%[email protected]> Blog: www.lahiru.org > Mobile: +94716381143 > > Lean . Enterprise . Middleware > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
