The latest Qpid artifacts are not hosted on a repo. Even the Qpid repo does
not have the latest ones. You need to build Qpid locally (it has an ant
build) and install artifacts into your local repo using maven until we host
them on our maven repo.

Danushka

On Wed, Dec 15, 2010 at 9:55 AM, Manjula Rathnayake <manju...@wso2.com>wrote:

> Hi all,
>
> I am trying to build qpid component in trunk. And I build online but still
> artifacts are not resolved.
> Following is the repositories in orbit/pom.xml
>
>     <repositories>
>         <repository>
>             <id>wso2-maven2-snapshot-repository</id>
>             <name>WSO2 Maven2 SNAPSHOTS</name>
>             <url>http://dist.wso2.org/snapshots/maven2</url>
>             <snapshots>
>                 <enabled>true</enabled>
>                 <updatePolicy>always</updatePolicy>
>                 <checksumPolicy>ignore</checksumPolicy>
>             </snapshots>
>             <releases>
>                 <enabled>false</enabled>
>             </releases>
>         </repository>
>         <repository>
>             <id>wso2-maven2-repository</id>
>             <name>WSO2 Maven2 Repository</name>
>             <url>http://dist.wso2.org/maven2</url>
>             <snapshots>
>                 <enabled>false</enabled>
>             </snapshots>
>             <releases>
>                 <enabled>true</enabled>
>                 <updatePolicy>never</updatePolicy>
>                 <checksumPolicy>fail</checksumPolicy>
>             </releases>
>         </repository>
>         <repository>
>             <id>jboss-maven-repository</id>
>             <name>JBoss Maven Repository </name>
>             <url>https://repository.jboss.org/nexus/content/groups/public/
> </url>
>         </repository>
>     </repositories>
>
> So do we have to update repository locations? or I am missing something
> here?
>
>
> Thank you.
>
> --
> Manjula Rathnayaka
> Software Engineer
> WSO2, Inc.
> Mobile:+94 77 743 1987
>
> _______________________________________________
> 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