Hi Raminder I did the same thing yesterday. I manually copied the repository from my laptop (~/.m2 ) and tried to build it but with no success.
Regards Vijayendra On Fri, Jul 5, 2013 at 10:40 PM, Raminder Singh <[email protected]>wrote: > Unfortunately these is no easy work around for this. One way is to > manually copy repository from ~/.m2 folder if you have it on some other > computer or someone else. As now you have all the jar downloaded you can > run maven in offline mode if needed mvn install -o to avoid downloading the > jar. Please report any issue to the list and we will try to resolve it. > > Thanks > Raminder > > On Jul 5, 2013, at 11:33 AM, Vijayendra Grampurohit < > [email protected]> wrote: > > > Hi Amila > > > > +1. Its working now. I was struck at that point since 2 days. I also > tried > > > > mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \ > > -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging> > > > > which is a command to install 3rd party jar. > > > > I have a question. What should be done if maven doesn't download the jar > > from > > central repositories? Is there a workaround ? > > > > Regards > > Vijayendra > > > > > > [INFO] airavata-rest-services ............................ SUCCESS > [24.276s] > > [INFO] airavata-rest-service-webapp ...................... SUCCESS > [37.859s] > > [INFO] Airavata Tools .................................... SUCCESS > [0.010s] > > [INFO] Airavata Phoebus Integration ...................... SUCCESS > [8.964s] > > [INFO] registry-tool ..................................... SUCCESS > [2.078s] > > [INFO] Simple Math Service ............................... SUCCESS > [7.365s] > > [INFO] Complex Math Service .............................. SUCCESS > [0.342s] > > [INFO] Levenshtein Distance Service ...................... SUCCESS > [0.394s] > > [INFO] Airavata Embedded Tomcat Implementation ........... SUCCESS > [12.582s] > > [INFO] Airavata Test Suite ............................... SUCCESS > [15.753s] > > [INFO] distribution ...................................... SUCCESS > [0.010s] > > [INFO] Samples - Airavata Client Samples ................. SUCCESS > [0.012s] > > [INFO] Samples - Workflow Create Application ............. SUCCESS > [6.671s] > > [INFO] Samples - Workflow Execution ...................... SUCCESS > [1.015s] > > [INFO] Airavata server distribution ...................... SUCCESS > > [1:22.866s] > > [INFO] Airavata client distribution ...................... SUCCESS > [14.803s] > > [INFO] Airavata xbaya-gui distribution ................... SUCCESS > > [1:18.411s] > > [INFO] Airavata release artifacts ........................ SUCCESS > [13.858s] > > [INFO] Airavata Integration Tests ........................ SUCCESS > > [2:17.017s] > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD SUCCESS > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 8:42.383s > > [INFO] Finished at: Fri Jul 05 20:52:39 IST 2013 > > [INFO] Final Memory: 201M/493M > > > > > > > > On Fri, Jul 5, 2013 at 7:50 PM, Vijayendra Grampurohit < > > [email protected]> wrote: > > > >> Hi Amila > >> > >> I will check and update you. > >> > >> Regards > >> Vijayendra > >> > >> > >> On Fri, Jul 5, 2013 at 7:48 PM, Amila Jayasekara < > [email protected]>wrote: > >> > >>> Hi Vijayendra, > >>> > >>> Can you try now ? I was getting the same error and Raman fixed it. > >>> > >>> Thanks Raman for the quick fix. > >>> > >>> Regards, > >>> Amila > >>> > >>> > >>> On Fri, Jul 5, 2013 at 10:07 AM, Vijayendra Grampurohit < > >>> [email protected]> wrote: > >>> > >>>> Yes exactly. Its asking username and password for authentication. > >>>> and also its I think its trying to pull version 9 instead of 9.1.0.8. > >>>> Is anybody else facing this issue? > >>>> > >>>> > >>>> Regards > >>>> Vijayendra > >>>> > >>>> > >>>> On Fri, Jul 5, 2013 at 7:30 PM, Amila Jayasekara < > >>> [email protected] > >>>>> wrote: > >>>> > >>>>> It seems like this has something to do with ogce.m2.all repository. > >>> Seems > >>>>> like we need authorization to access repository in "community". > >>>>> > >>>>> Following is part of the exception (when build with mvn -e clean > >>>> install); > >>>>> > >>>>> Caused by: > org.sonatype.aether.resolution.ArtifactResolutionException: > >>>>> 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 > >>> ): > >>>> Not > >>>>> authorized, ReasonPhrase:Unauthorized.* > >>>>> at > >>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538) > >>>>> at > >>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216) > >>>>> at > >>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193) > >>>>> at > >>>>> > >>>>> > >>>> > >>> > org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:281) > >>>>> ... 32 more > >>>>> > >>>>> Does anyone know how to fix this ? > >>>>> > >>>>> Thanks > >>>>> Amila > >>>>> > >>>>> > >>>>> > >>>>> On Thu, Jul 4, 2013 at 6:17 AM, Vijayendra Grampurohit < > >>>>> [email protected]> wrote: > >>>>> > >>>>>> Hi > >>>>>> > >>>>>> I am using ubuntu 12.04 and apache-maven-3.0.5. > >>>>>> I think its trying to pull version 9 . > >>>>>> > >>>>>> > >>>>>> Please find below the log with -X > >>>>>> > >>>>>> [DEBUG] > >>>>>> > >>> ----------------------------------------------------------------------- > >>>>>> [DEBUG] Goal: > >>>>>> org.apache.maven.plugins:maven-install-plugin:2.3.1:install > >>>>>> (default-install) > >>>>>> [DEBUG] Style: Regular > >>>>>> [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> > >>>>>> <configuration> > >>>>>> <artifact default-value="${project.artifact}"/> > >>>>>> <attachedArtifacts default-value="${project.attachedArtifacts}"/> > >>>>>> <createChecksum > >>>>> default-value="false">${createChecksum}</createChecksum> > >>>>>> <localRepository>${localRepository}</localRepository> > >>>>>> <packaging default-value="${project.packaging}"/> > >>>>>> <pomFile default-value="${project.file}"/> > >>>>>> <updateReleaseInfo > >>>>>> default-value="false">${updateReleaseInfo}</updateReleaseInfo> > >>>>>> </configuration> > >>>>>> [DEBUG] > >>>>>> > >>> ======================================================================= > >>>>>> [DEBUG] Using connector WagonRepositoryConnector with priority 0 for > >>>>>> http://repo1.maven.org/maven2 > >>>>>> Downloading: > >>>>>> http://repo1.maven.org/maven2/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>> [DEBUG] Writing resolution tracking file > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > /home/vijayendra/.m2/repository/net/sf/saxon/saxon/9/saxon-9.pom.lastUpdated > >>>>>> [DEBUG] Using connector WagonRepositoryConnector with priority 0 for > >>>>>> > >>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all > >>>>>> Downloading: > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>> [DEBUG] Writing resolution tracking file > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > /home/vijayendra/.m2/repository/net/sf/saxon/saxon/9/saxon-9.pom.lastUpdated > >>>>>> [DEBUG] Using connector WagonRepositoryConnector with priority 0 for > >>>>>> http://people.apache.org/repo/m2-snapshot-repository > >>>>>> Downloading: > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://people.apache.org/repo/m2-snapshot-repository/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>> [DEBUG] Writing resolution tracking file > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > /home/vijayendra/.m2/repository/net/sf/saxon/saxon/9/saxon-9.pom.lastUpdated > >>>>>> [DEBUG] Using connector WagonRepositoryConnector with priority 0 for > >>>>>> http://unicore-dev.zam.kfa-juelich.de/maven > >>>>>> Downloading: > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://unicore-dev.zam.kfa-juelich.de/maven/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>> [DEBUG] Writing resolution tracking file > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > /home/vijayendra/.m2/repository/net/sf/saxon/saxon/9/saxon-9.pom.lastUpdated > >>>>>> [INFO] > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>> [INFO] Reactor Summary: > >>>>>> [INFO] > >>>>>> [INFO] Airavata .......................................... SUCCESS > >>>>> [1.507s] > >>>>>> [INFO] Airavata Commons .................................. SUCCESS > >>>>> [0.059s] > >>>>>> [INFO] Airavata GFac Schema Utilities .................... SUCCESS > >>>>> [3.829s] > >>>>>> [INFO] Airavata Common Utilities ......................... SUCCESS > >>>>> [2.849s] > >>>>>> [INFO] Airavata Registry ................................. SUCCESS > >>>>> [0.049s] > >>>>>> [INFO] Airavata Registry API ............................. SUCCESS > >>>>> [1.874s] > >>>>>> [INFO] Airavata Workflow Model Parent .................... SUCCESS > >>>>> [0.055s] > >>>>>> [INFO] Airavata Workflow Model Core ...................... SUCCESS > >>>>> [3.051s] > >>>>>> [INFO] Airavata WS Messenger ............................. SUCCESS > >>>>> [0.061s] > >>>>>> [INFO] Airavata Messenger Commons ........................ SUCCESS > >>>>> [1.443s] > >>>>>> [INFO] Airavata Messenger Client ......................... SUCCESS > >>>>> [2.507s] > >>>>>> [INFO] Airavata WS Monitor ............................... SUCCESS > >>>>> [1.262s] > >>>>>> [INFO] Airavata Workflow Execution Context ............... SUCCESS > >>>>> [4.467s] > >>>>>> [INFO] Airavata Client ................................... SUCCESS > >>>>> [2.809s] > >>>>>> [INFO] Airavata Workflow Tracking ........................ SUCCESS > >>>>> [5.646s] > >>>>>> [INFO] Airavata Credential Store ......................... SUCCESS > >>>>>> [15.741s] > >>>>>> [INFO] Airavata GFac Core ................................ FAILURE > >>>>>> [1:07.776s] > >>>>>> [INFO] Airavata Message Box .............................. SKIPPED > >>>>>> [INFO] Airavata Message Broker ........................... SKIPPED > >>>>>> [INFO] Airavata Workflow Component ....................... SKIPPED > >>>>>> [INFO] Airavata Workflow Component Node .................. SKIPPED > >>>>>> [INFO] Airavata JPA Registry ............................. SKIPPED > >>>>>> [INFO] Airavata REST ..................................... SKIPPED > >>>>>> [INFO] airavata-rest-mappings ............................ SKIPPED > >>>>>> [INFO] airavata-rest-client .............................. SKIPPED > >>>>>> [INFO] Airavata XBaya .................................... SKIPPED > >>>>>> [INFO] Airavata Registry Service ......................... SKIPPED > >>>>>> [INFO] Airavata Registry Test ............................ SKIPPED > >>>>>> [INFO] Airavata Security Implementation .................. SKIPPED > >>>>>> [INFO] airavata-rest-services ............................ SKIPPED > >>>>>> [INFO] airavata-rest-service-webapp ...................... SKIPPED > >>>>>> [INFO] Airavata Tools .................................... SKIPPED > >>>>>> [INFO] Airavata Phoebus Integration ...................... SKIPPED > >>>>>> [INFO] registry-tool ..................................... SKIPPED > >>>>>> [INFO] Simple Math Service ............................... SKIPPED > >>>>>> [INFO] Complex Math Service .............................. SKIPPED > >>>>>> [INFO] Levenshtein Distance Service ...................... SKIPPED > >>>>>> [INFO] Airavata Embedded Tomcat Implementation ........... SKIPPED > >>>>>> [INFO] Airavata Test Suite ............................... SKIPPED > >>>>>> [INFO] distribution ...................................... SKIPPED > >>>>>> [INFO] Samples - Airavata Client Samples ................. SKIPPED > >>>>>> [INFO] Samples - Workflow Create Application ............. SKIPPED > >>>>>> [INFO] Samples - Workflow Execution ...................... SKIPPED > >>>>>> [INFO] Airavata server distribution ...................... SKIPPED > >>>>>> [INFO] Airavata client distribution ...................... SKIPPED > >>>>>> [INFO] Airavata xbaya-gui distribution ................... SKIPPED > >>>>>> [INFO] Airavata release artifacts ........................ SKIPPED > >>>>>> [INFO] Airavata Integration Tests ........................ SKIPPED > >>>>>> [INFO] > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>> [INFO] BUILD FAILURE > >>>>>> [INFO] > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>> [INFO] Total time: 1:55.765s > >>>>>> [INFO] Finished at: Thu Jul 04 15:39:15 IST 2013 > >>>>>> [INFO] Final Memory: 126M/395M > >>>>>> [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.9-SNAPSHOT: Failed to > >>>>> collect > >>>>>> dependencies for [cog-jglobus:cog-jglobus:jar:1.8.0_bc (compile), > >>>>>> cog-globus:puretls:jar:1.0 (compile), cog-globus:cryptix32:jar:1.0 > >>>>>> (compile), cog-globus:cryptix-asn1:jar:1.0 (compile), > >>>>>> commons-configuration:commons-configuration:jar:1.7 (compile), > >>>>>> org.slf4j:slf4j-api:jar:1.7.2 (compile), > >>>>>> org.apache.airavata:airavata-client-api:jar:0.9-SNAPSHOT (compile), > >>>>>> > >>>> > org.apache.airavata:airavata-workflow-execution-context:jar:0.9-SNAPSHOT > >>>>>> (compile), > >>>>> org.apache.airavata:airavata-workflow-tracking:jar:0.9-SNAPSHOT > >>>>>> (compile), net.schmizz:sshj:jar:0.8.0 (compile), > >>>>>> org.apache.airavata:airavata-credential-store:jar:0.9-SNAPSHOT > >>>> (compile), > >>>>>> com.amazonaws:aws-java-sdk:jar:1.3.20 (compile), > >>>>> j2ssh:j2ssh-core:jar:0.2.9 > >>>>>> (compile), j2ssh:j2ssh-common:jar:0.2.9 (compile), > >>>>>> org.apache.httpcomponents:httpclient:jar:4.1 (compile), > >>>>>> org.apache.httpcomponents:httpcore:jar:4.1 (compile), > >>>> junit:junit:jar:4.7 > >>>>>> (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.6.0 (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), > >>>> com.jcraft:jsch:jar:0.1.44-1 > >>>>>> (compile), net.sf.jopt-simple:jopt-simple:jar:3.2 (compile), > >>>>>> com.google.guava:guava:jar:12.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): > >>>>> Not > >>>>>> authorized , ReasonPhrase:Unauthorized. -> [Help 1] > >>>>>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to > >>>> execute > >>>>>> goal on project airavata-gfac-core: Could not resolve dependencies > >>> for > >>>>>> project org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT: > >>> Failed > >>>>> to > >>>>>> collect dependencies for [cog-jglobus:cog-jglobus:jar:1.8.0_bc > >>>> (compile), > >>>>>> cog-globus:puretls:jar:1.0 (compile), cog-globus:cryptix32:jar:1.0 > >>>>>> (compile), cog-globus:cryptix-asn1:jar:1.0 (compile), > >>>>>> commons-configuration:commons-configuration:jar:1.7 (compile), > >>>>>> org.slf4j:slf4j-api:jar:1.7.2 (compile), > >>>>>> org.apache.airavata:airavata-client-api:jar:0.9-SNAPSHOT (compile), > >>>>>> > >>>> > org.apache.airavata:airavata-workflow-execution-context:jar:0.9-SNAPSHOT > >>>>>> (compile), > >>>>> org.apache.airavata:airavata-workflow-tracking:jar:0.9-SNAPSHOT > >>>>>> (compile), net.schmizz:sshj:jar:0.8.0 (compile), > >>>>>> org.apache.airavata:airavata-credential-store:jar:0.9-SNAPSHOT > >>>> (compile), > >>>>>> com.amazonaws:aws-java-sdk:jar:1.3.20 (compile), > >>>>> j2ssh:j2ssh-core:jar:0.2.9 > >>>>>> (compile), j2ssh:j2ssh-common:jar:0.2.9 (compile), > >>>>>> org.apache.httpcomponents:httpclient:jar:4.1 (compile), > >>>>>> org.apache.httpcomponents:httpcore:jar:4.1 (compile), > >>>> junit:junit:jar:4.7 > >>>>>> (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.6.0 (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), > >>>> com.jcraft:jsch:jar:0.1.44-1 > >>>>>> (compile), net.sf.jopt-simple:jopt-simple:jar:3.2 (compile), > >>>>>> com.google.guava:guava:jar:12.0 (compile)] > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > >>>>>> at > >>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > >>>>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > >>>>>> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > >>>>>> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > >>>>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > >>>>>> at java.lang.reflect.Method.invoke(Method.java:601) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) > >>>>>> at > >>>>>> > >>>>> > >>>> > >>> > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) > >>>>>> at > >>>>>> > >>>> > >>> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) > >>>>>> Caused by: org.apache.maven.project.DependencyResolutionException: > >>>> Could > >>>>>> not resolve dependencies for project > >>>>>> org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT: Failed to > >>>>> collect > >>>>>> dependencies for [cog-jglobus:cog-jglobus:jar:1.8.0_bc (compile), > >>>>>> cog-globus:puretls:jar:1.0 (compile), cog-globus:cryptix32:jar:1.0 > >>>>>> (compile), cog-globus:cryptix-asn1:jar:1.0 (compile), > >>>>>> commons-configuration:commons-configuration:jar:1.7 (compile), > >>>>>> org.slf4j:slf4j-api:jar:1.7.2 (compile), > >>>>>> org.apache.airavata:airavata-client-api:jar:0.9-SNAPSHOT (compile), > >>>>>> > >>>> > org.apache.airavata:airavata-workflow-execution-context:jar:0.9-SNAPSHOT > >>>>>> (compile), > >>>>> org.apache.airavata:airavata-workflow-tracking:jar:0.9-SNAPSHOT > >>>>>> (compile), net.schmizz:sshj:jar:0.8.0 (compile), > >>>>>> org.apache.airavata:airavata-credential-store:jar:0.9-SNAPSHOT > >>>> (compile), > >>>>>> com.amazonaws:aws-java-sdk:jar:1.3.20 (compile), > >>>>> j2ssh:j2ssh-core:jar:0.2.9 > >>>>>> (compile), j2ssh:j2ssh-common:jar:0.2.9 (compile), > >>>>>> org.apache.httpcomponents:httpclient:jar:4.1 (compile), > >>>>>> org.apache.httpcomponents:httpcore:jar:4.1 (compile), > >>>> junit:junit:jar:4.7 > >>>>>> (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.6.0 (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), > >>>> com.jcraft:jsch:jar:0.1.44-1 > >>>>>> (compile), net.sf.jopt-simple:jopt-simple:jar:3.2 (compile), > >>>>>> com.google.guava:guava:jar:12.0 (compile)] > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:158) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185) > >>>>>> ... 22 more > >>>>>> Caused by: > >>>> org.sonatype.aether.collection.DependencyCollectionException: > >>>>>> Failed to collect dependencies for > >>>> [cog-jglobus:cog-jglobus:jar:1.8.0_bc > >>>>>> (compile), cog-globus:puretls:jar:1.0 (compile), > >>>>>> cog-globus:cryptix32:jar:1.0 (compile), > >>> cog-globus:cryptix-asn1:jar:1.0 > >>>>>> (compile), commons-configuration:commons-configuration:jar:1.7 > >>>> (compile), > >>>>>> org.slf4j:slf4j-api:jar:1.7.2 (compile), > >>>>>> org.apache.airavata:airavata-client-api:jar:0.9-SNAPSHOT (compile), > >>>>>> > >>>> > org.apache.airavata:airavata-workflow-execution-context:jar:0.9-SNAPSHOT > >>>>>> (compile), > >>>>> org.apache.airavata:airavata-workflow-tracking:jar:0.9-SNAPSHOT > >>>>>> (compile), net.schmizz:sshj:jar:0.8.0 (compile), > >>>>>> org.apache.airavata:airavata-credential-store:jar:0.9-SNAPSHOT > >>>> (compile), > >>>>>> com.amazonaws:aws-java-sdk:jar:1.3.20 (compile), > >>>>> j2ssh:j2ssh-core:jar:0.2.9 > >>>>>> (compile), j2ssh:j2ssh-common:jar:0.2.9 (compile), > >>>>>> org.apache.httpcomponents:httpclient:jar:4.1 (compile), > >>>>>> org.apache.httpcomponents:httpcore:jar:4.1 (compile), > >>>> junit:junit:jar:4.7 > >>>>>> (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.6.0 (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), > >>>> com.jcraft:jsch:jar:0.1.44-1 > >>>>>> (compile), net.sf.jopt-simple:jopt-simple:jar:3.2 (compile), > >>>>>> com.google.guava:guava:jar:12.0 (compile)] > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:258) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:308) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:150) > >>>>>> ... 23 more > >>>>>> Caused by: > >>> org.sonatype.aether.resolution.ArtifactDescriptorException: > >>>>>> Failed to read artifact descriptor for net.sf.saxon:saxon:jar:9 > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:296) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:186) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.process(DefaultDependencyCollector.java:412) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.process(DefaultDependencyCollector.java:544) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.process(DefaultDependencyCollector.java:544) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.process(DefaultDependencyCollector.java:544) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.process(DefaultDependencyCollector.java:544) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:240) > >>>>>> ... 25 more > >>>>>> Caused by: > >>> org.sonatype.aether.resolution.ArtifactResolutionException: > >>>>>> 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): > >>>>> Not > >>>>>> authorized , ReasonPhrase:Unauthorized. > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:281) > >>>>>> ... 32 more > >>>>>> Caused by: org.sonatype.aether.transfer.ArtifactTransferException: > >>>> 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): > >>>>> Not > >>>>>> authorized , ReasonPhrase:Unauthorized. > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:951) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > >>>>>> at java.lang.Thread.run(Thread.java:722) > >>>>>> Caused by: > >>> org.apache.maven.wagon.authorization.AuthorizationException: > >>>>> Not > >>>>>> authorized , ReasonPhrase:Unauthorized. > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:932) > >>>>>> at > >>>>>> > >>> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116) > >>>>>> at > >>>> org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) > >>>>>> at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) > >>>>>> at > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:601) > >>>>>> ... 4 more > >>>>>> [ERROR] > >>>>>> [ERROR] > >>>>>> [ERROR] For more information about the errors and possible > >>> solutions, > >>>>>> please read the following articles: > >>>>>> [ERROR] [Help 1] > >>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > >>>>>> [ERROR] > >>>>>> [ERROR] After correcting the problems, you can resume the build with > >>>> the > >>>>>> command > >>>>>> [ERROR] mvn <goals> -rf :airavata-gfac-core > >>>>>> > >>>>>> > >>>>>> > >>>>>> On Wed, Jul 3, 2013 at 8:45 PM, Suresh Marru <[email protected]> > >>>> wrote: > >>>>>> > >>>>>>> Hi Vijayendra, > >>>>>>> > >>>>>>> Which maven version are you using and on which OS? I just tried it > >>>> on a > >>>>>>> clean repo and saxon jars downloaded correctly. > >>>>>>> > >>>>>>> I see GFac will need saxon 9.1.0.8 is what is needed and it is > >>>>> available > >>>>>>> both from unicore repo [1]. Can you try with -X option and see > >>> why it > >>>>> is > >>>>>>> trying to pull version 9 instead of 9.1.0.8? > >>>>>>> > >>>>>>> [INFO] | \- eu.unicore:uas-client:jar:1.6.0:compile > >>>>>>> [INFO] | +- > >>> eu.unicore.services:use-wsrfclient:jar:2.2.0:compile > >>>>>>> [INFO] | | +- > >>>> org.apache.xmlbeans:xmlbeans-xpath:jar:2.4.0:compile > >>>>>>> [INFO] | | +- net.sf.saxon:saxon:jar:9.1.0.8:compile > >>>>>>> [INFO] | | +- net.sf.saxon:saxon-dom:jar:9.1.0.8:compile > >>>>>>> [INFO] | | +- net.sf.saxon:saxon-xpath:jar:9.1.0.8:compile > >>>>>>> > >>>>>>> Suresh > >>>>>>> [1] - > >>>>>>> > >>>> > http://unicore-dev.zam.kfa-juelich.de/maven/net/sf/saxon/saxon/9.1.0.8 > >>>>>>> > >>>>>>> On Jul 3, 2013, at 7:14 AM, Vijayendra Grampurohit < > >>>>>>> [email protected]> wrote: > >>>>>>> > >>>>>>>> Hi > >>>>>>>> > >>>>>>>> I am trying to build project on one more system. > >>>>>>>> I am getting the following error. > >>>>>>>> > >>>>>>>> > >>>>>>>> on examination > >>>>>>>> > >>>>>>>> Downloading: > >>>>>>> http://repo1.maven.org/maven2/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> Downloading: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> Downloading: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://people.apache.org/repo/m2-snapshot-repository/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> Downloading: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://unicore-dev.zam.kfa-juelich.de/maven/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> > >>>>>>>> show page not found error. can some body help me ? > >>>>>>>> > >>>>>>>> [INFO] > >>>>>>>> > >>>>>>>> [INFO] > >>>>>>>> > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>>>> [INFO] Building Airavata GFac Core 0.9-SNAPSHOT > >>>>>>>> [INFO] > >>>>>>>> > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>>>> Downloading: > >>>>>>> http://repo1.maven.org/maven2/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> Downloading: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> Downloading: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://people.apache.org/repo/m2-snapshot-repository/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> Downloading: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://unicore-dev.zam.kfa-juelich.de/maven/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>>> [INFO] > >>>>>>>> > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>>>> [INFO] Reactor Summary: > >>>>>>>> [INFO] > >>>>>>>> [INFO] Airavata .......................................... > >>> SUCCESS > >>>>>>> [4.366s] > >>>>>>>> [INFO] Airavata Commons .................................. > >>> SUCCESS > >>>>>>> [0.072s] > >>>>>>>> [INFO] Airavata GFac Schema Utilities .................... > >>> SUCCESS > >>>>>>> [10.121s] > >>>>>>>> [INFO] Airavata Common Utilities ......................... > >>> SUCCESS > >>>>>>> [3.652s] > >>>>>>>> [INFO] Airavata Registry ................................. > >>> SUCCESS > >>>>>>> [0.036s] > >>>>>>>> [INFO] Airavata Registry API ............................. > >>> SUCCESS > >>>>>>> [2.146s] > >>>>>>>> [INFO] Airavata Workflow Model Parent .................... > >>> SUCCESS > >>>>>>> [0.019s] > >>>>>>>> [INFO] Airavata Workflow Model Core ...................... > >>> SUCCESS > >>>>>>> [3.540s] > >>>>>>>> [INFO] Airavata WS Messenger ............................. > >>> SUCCESS > >>>>>>> [0.071s] > >>>>>>>> [INFO] Airavata Messenger Commons ........................ > >>> SUCCESS > >>>>>>> [1.585s] > >>>>>>>> [INFO] Airavata Messenger Client ......................... > >>> SUCCESS > >>>>>>> [3.688s] > >>>>>>>> [INFO] Airavata WS Monitor ............................... > >>> SUCCESS > >>>>>>> [1.900s] > >>>>>>>> [INFO] Airavata Workflow Execution Context ............... > >>> SUCCESS > >>>>>>> [4.356s] > >>>>>>>> [INFO] Airavata Client ................................... > >>> SUCCESS > >>>>>>> [2.939s] > >>>>>>>> [INFO] Airavata Workflow Tracking ........................ > >>> SUCCESS > >>>>>>> [5.513s] > >>>>>>>> [INFO] Airavata Credential Store ......................... > >>> SUCCESS > >>>>>>> [18.115s] > >>>>>>>> [INFO] Airavata GFac Core ................................ > >>> FAILURE > >>>>>>> [5.639s] > >>>>>>>> [INFO] Airavata Message Box .............................. > >>> SKIPPED > >>>>>>>> [INFO] Airavata Message Broker ........................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Workflow Component ....................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Workflow Component Node .................. > >>> SKIPPED > >>>>>>>> [INFO] Airavata JPA Registry ............................. > >>> SKIPPED > >>>>>>>> [INFO] Airavata REST ..................................... > >>> SKIPPED > >>>>>>>> [INFO] airavata-rest-mappings ............................ > >>> SKIPPED > >>>>>>>> [INFO] airavata-rest-client .............................. > >>> SKIPPED > >>>>>>>> [INFO] Airavata XBaya .................................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Registry Service ......................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Registry Test ............................ > >>> SKIPPED > >>>>>>>> [INFO] Airavata Security Implementation .................. > >>> SKIPPED > >>>>>>>> [INFO] airavata-rest-services ............................ > >>> SKIPPED > >>>>>>>> [INFO] airavata-rest-service-webapp ...................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Tools .................................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Phoebus Integration ...................... > >>> SKIPPED > >>>>>>>> [INFO] registry-tool ..................................... > >>> SKIPPED > >>>>>>>> [INFO] Simple Math Service ............................... > >>> SKIPPED > >>>>>>>> [INFO] Complex Math Service .............................. > >>> SKIPPED > >>>>>>>> [INFO] Levenshtein Distance Service ...................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Embedded Tomcat Implementation ........... > >>> SKIPPED > >>>>>>>> [INFO] Airavata Test Suite ............................... > >>> SKIPPED > >>>>>>>> [INFO] distribution ...................................... > >>> SKIPPED > >>>>>>>> [INFO] Samples - Airavata Client Samples ................. > >>> SKIPPED > >>>>>>>> [INFO] Samples - Workflow Create Application ............. > >>> SKIPPED > >>>>>>>> [INFO] Samples - Workflow Execution ...................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata server distribution ...................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata client distribution ...................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata xbaya-gui distribution ................... > >>> SKIPPED > >>>>>>>> [INFO] Airavata release artifacts ........................ > >>> SKIPPED > >>>>>>>> [INFO] Airavata Integration Tests ........................ > >>> SKIPPED > >>>>>>>> [INFO] > >>>>>>>> > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>>>> [INFO] BUILD FAILURE > >>>>>>>> [INFO] > >>>>>>>> > >>>>>> > >>>> > ------------------------------------------------------------------------ > >>>>>>>> [INFO] Total time: 1:08.579s > >>>>>>>> [INFO] Finished at: Wed Jul 03 16:26:48 IST 2013 > >>>>>>>> [INFO] Final Memory: 134M/396M > >>>>>>>> [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.9-SNAPSHOT: Failed > >>> to > >>>>>>> collect > >>>>>>>> dependencies for [cog-jglobus:cog-jglobus:jar:1.8.0_bc > >>> (compile), > >>>>>>>> cog-globus:puretls:jar:1.0 (compile), > >>> cog-globus:cryptix32:jar:1.0 > >>>>>>>> (compile), cog-globus:cryptix-asn1:jar:1.0 (compile), > >>>>>>>> commons-configuration:commons-configuration:jar:1.7 (compile), > >>>>>>>> org.slf4j:slf4j-api:jar:1.7.2 (compile), > >>>>>>>> org.apache.airavata:airavata-client-api:jar:0.9-SNAPSHOT > >>> (compile), > >>>>>>>> > >>>>>> > >>>> > org.apache.airavata:airavata-workflow-execution-context:jar:0.9-SNAPSHOT > >>>>>>>> (compile), > >>>>>>> org.apache.airavata:airavata-workflow-tracking:jar:0.9-SNAPSHOT > >>>>>>>> (compile), net.schmizz:sshj:jar:0.8.0 (compile), > >>>>>>>> org.apache.airavata:airavata-credential-store:jar:0.9-SNAPSHOT > >>>>>> (compile), > >>>>>>>> com.amazonaws:aws-java-sdk:jar:1.3.20 (compile), > >>>>>>> j2ssh:j2ssh-core:jar:0.2.9 > >>>>>>>> (compile), j2ssh:j2ssh-common:jar:0.2.9 (compile), > >>>>>>>> org.apache.httpcomponents:httpclient:jar:4.1 (compile), > >>>>>>>> org.apache.httpcomponents:httpcore:jar:4.1 (compile), > >>>>>> junit:junit:jar:4.7 > >>>>>>>> (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.6.0 (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), > >>>>>> com.jcraft:jsch:jar:0.1.44-1 > >>>>>>>> (compile), net.sf.jopt-simple:jopt-simple:jar:3.2 (compile), > >>>>>>>> com.google.guava:guava:jar:12.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 > >>>>> ): > >>>>>>>> Access denied to: > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/net/sf/saxon/saxon/9/saxon-9.pom > >>>>>>> , > >>>>>>>> ReasonPhrase:Forbidden. -> [Help 1] > >>>>>>>> [ERROR] > >>>>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven > >>>> with > >>>>>> the > >>>>>>> -e > >>>>>>>> switch. > >>>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug > >>>>> logging. > >>>>>>>> [ERROR] > >>>>>>>> [ERROR] For more information about the errors and possible > >>>> solutions, > >>>>>>>> please read the following articles: > >>>>>>>> [ERROR] [Help 1] > >>>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > >>>>>>>> [ERROR] > >>>>>>>> [ERROR] After correcting the problems, you can resume the build > >>>> with > >>>>>> the > >>>>>>>> command > >>>>>>>> [ERROR] mvn <goals> -rf :airavata-gfac-core > >>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > >> > >
