Probably it is an stale maven repo on your machine, as Sachith says. Sudo shouldn't be necessary.
I did a find . -exec grep -il community.ucs.indiana.edu on airavata trunk. Only the pom has this legacy repo and no jars should still depend on it. Marlon On 1/26/14 1:50 PM, Shameera Rathnayaka wrote: > Hi Sachith, > > Thanks for the quick reply, I started to build offline, Will try with sudo > and clean repo. > > Thanks, > Shameera. > > > On Mon, Jan 27, 2014 at 12:17 AM, Sachith Withana <[email protected]>wrote: > >> Hi Shameera, >> >> I went through the same when I was in Sri Lanka. >> I was using Ubuntu and I tried using >> sudo mvn clean install with a clean repo. >> It worked for me. >> I hope this helps. >> >> >> On Sun, Jan 26, 2014 at 1:40 PM, Shameera Rathnayaka < >> [email protected]> wrote: >> >>> Hi devs, >>> >>> Please note $Subject, >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 3.758s >>> [INFO] Finished at: Mon Jan 27 00:06:54 IST 2014 >>> [INFO] Final Memory: 25M/211M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] Failed to execute goal on project airavata-gfac-core: Could not >>> resolve dependencies for project >>> org.apache.airavata:airavata-gfac-core:jar:0.12-SNAPSHOT: Failed to collect >>> dependencies for [org.jglobus:gss:jar:2.0.6 (compile), >>> org.jglobus:gram:jar:2.0.6 (compile), >>> org.bouncycastle:bcprov-jdk16:jar:1.45 (compile), >>> org.jglobus:myproxy:jar:2.0.6 (compile), org.jglobus:gridftp:jar:2.0.6 >>> (compile), org.slf4j:slf4j-api:jar:1.7.2 (compile), >>> org.apache.airavata:airavata-client-api:jar:0.12-SNAPSHOT (compile), >>> org.apache.airavata:airavata-workflow-execution-context:jar:0.12-SNAPSHOT >>> (compile), org.apache.airavata:airavata-workflow-tracking:jar:0.12-SNAPSHOT >>> (compile), net.schmizz:sshj:jar:0.8.0 (compile), >>> org.apache.airavata:airavata-credential-store:jar:0.12-SNAPSHOT (compile), >>> com.amazonaws:aws-java-sdk:jar:1.3.20 (compile), >>> sshtools:j2ssh-core:jar:0.2.9 (compile), sshtools:j2ssh-common:jar:0.2.9 >>> (compile), org.apache.httpcomponents:httpclient:jar:4.3 (compile), >>> org.apache.httpcomponents:httpcore:jar:4.3 (compile), junit:junit:jar:4.7 >>> (test), org.testng:testng:jar:6.1.1 (test), >>> org.slf4j:jcl-over-slf4j:jar:1.7.2 (test), >>> org.slf4j:slf4j-log4j12:jar:1.7.2 (test), >>> eu.unicore:ogsabes-client:jar:1.7.0-rc (compile), >>> org.apache.hadoop:hadoop-core:jar:1.0.3 (compile), >>> org.apache.hadoop:hadoop-client:jar:1.0.3 (compile), >>> org.apache.whirr:whirr-core:jar:0.7.1 (compile), >>> org.apache.whirr:whirr-hadoop:jar:0.7.1 (compile), >>> org.hamcrest:hamcrest-all:jar:1.1 (compile), >>> org.mockito:mockito-all:jar:1.8.5 (compile), >>> commons-configuration:commons-configuration:jar:1.7 (compile), >>> net.sf.jopt-simple:jopt-simple:jar:3.2 (compile), >>> com.google.guava:guava:jar:12.0 (compile), >>> org.apache.airavata:gsissh:jar:0.12-SNAPSHOT (compile), >>> com.jcraft:jsch:jar:0.1.50 (compile), org.ogce:bcgss:jar:146 (compile), >>> org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile)]: Failed to read artifact >>> descriptor for net.sf.saxon:saxon:jar:9: Could not transfer artifact >>> net.sf.saxon:saxon:pom:9 from/to ogce.m2.all ( >>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all): >>> Connection to http://community.ucs.indiana.edu:9090 refused: Connection >>> refused -> [Help 1] >>> >>> Thanks, >>> Shameera. >>> >>> -- >>> Best Regards, >>> Shameera Rathnayaka. >>> >>> email: shameera AT apache.org , shameerainfo AT gmail.com >>> Blog : http://shameerarathnayaka.blogspot.com/ >>> >> >> >> -- >> Thanks, >> Sachith Withana >> >> >
