You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Supun Nakandala <su...@gmail.com> on 2015/06/02 17:00:00 UTC

Build failure in master

Hi all,

I am getting the following error when trying to build master locally.

[ERROR] Failed to execute goal on project airavata-api-server: Could not
resolve dependencies for project
org.apache.airavata:airavata-api-server:jar:0.16-SNAPSHOT: The following
artifacts could not be resolved:
org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.2.3,
org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v4,
org.wso2.carbon:org.wso2.carbon.utils:jar:4.2.0: Could not find artifact
org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.2.3 in central (
http://repo1.maven.org/maven2) -> [Help 1]

I think we need to add
http://maven.wso2.org/nexus/content/groups/wso2-public/ to maven
repositories

Re: Build failure in master

Posted by Suresh Marru <sm...@apache.org>.
Its a temporary fix, but in time for 0.16 release can we check with apache stratos to see if there is a plan for having these jars in maven central? I am guessing here stratos will also use these dependencies. 

Suresh


> On Jun 2, 2015, at 11:00 AM, Supun Nakandala <su...@gmail.com> wrote:
> 
> Hi all,
> 
> I am getting the following error when trying to build master locally.
> 
> [ERROR] Failed to execute goal on project airavata-api-server: Could not resolve dependencies for project org.apache.airavata:airavata-api-server:jar:0.16-SNAPSHOT: The following artifacts could not be resolved: org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.2.3, org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v4, org.wso2.carbon:org.wso2.carbon.utils:jar:4.2.0: Could not find artifact org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.2.3 in central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2>) -> [Help 1]
> 
> I think we need to add http://maven.wso2.org/nexus/content/groups/wso2-public/ <http://maven.wso2.org/nexus/content/groups/wso2-public/> to maven repositories


Re: Build failure in master

Posted by Hasini Gunasinghe <ha...@gmail.com>.
Hi Supun,

Sorry about this. I have added
http://maven.wso2.org/nexus/content/groups/wso2-public/ repo to
airavata/samples/java-client/secure-client/pom.xml, but have missed to add
it to the pom.xml of airavata-api-server, which has caused the above build
failure. I will send a pull request by adding it to airavata-api-server
pom.xml to fix this.

Thanks,
Hasini.


On Tue, Jun 2, 2015 at 11:00 AM, Supun Nakandala <su...@gmail.com>
wrote:

> Hi all,
>
> I am getting the following error when trying to build master locally.
>
> [ERROR] Failed to execute goal on project airavata-api-server: Could not
> resolve dependencies for project
> org.apache.airavata:airavata-api-server:jar:0.16-SNAPSHOT: The following
> artifacts could not be resolved:
> org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.2.3,
> org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v4,
> org.wso2.carbon:org.wso2.carbon.utils:jar:4.2.0: Could not find artifact
> org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.2.3 in central (
> http://repo1.maven.org/maven2) -> [Help 1]
>
> I think we need to add
> http://maven.wso2.org/nexus/content/groups/wso2-public/ to maven
> repositories
>