You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by je...@cloudbees.com on 2014/11/19 07:14:20 UTC

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #65

See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/65/>

------------------------------------------
[...truncated 2391 lines...]
[ERROR] from the specified remote repositories:
[ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
[ERROR] cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
[ERROR] cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
[ERROR] apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate-jar (javadoc) on project jclouds-labs-aws: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 31 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 33 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 36 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-elb/pom.xml> to org.apache.jclouds.labs/aws-elb/1.7.4-SNAPSHOT/aws-elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-iam/pom.xml> to org.apache.jclouds.labs/aws-iam/1.7.4-SNAPSHOT/aws-iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/target/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/rds/pom.xml> to org.apache.jclouds.labs/rds/1.7.4-SNAPSHOT/rds-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/elb/pom.xml> to org.apache.jclouds.labs/elb/1.7.4-SNAPSHOT/elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/iam/pom.xml> to org.apache.jclouds.labs/iam/1.7.4-SNAPSHOT/iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-rds/pom.xml> to org.apache.jclouds.labs/aws-rds/1.7.4-SNAPSHOT/aws-rds-1.7.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #66

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/66/>

------------------------------------------
[...truncated 2452 lines...]
[ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
[ERROR] cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
[ERROR] cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
[ERROR] apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate-jar (javadoc) on project jclouds-labs-aws: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 31 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 33 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 36 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-elb/pom.xml> to org.apache.jclouds.labs/aws-elb/1.7.4-SNAPSHOT/aws-elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-iam/pom.xml> to org.apache.jclouds.labs/aws-iam/1.7.4-SNAPSHOT/aws-iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/target/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/rds/pom.xml> to org.apache.jclouds.labs/rds/1.7.4-SNAPSHOT/rds-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/elb/pom.xml> to org.apache.jclouds.labs/elb/1.7.4-SNAPSHOT/elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/iam/pom.xml> to org.apache.jclouds.labs/iam/1.7.4-SNAPSHOT/iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-rds/pom.xml> to org.apache.jclouds.labs/aws-rds/1.7.4-SNAPSHOT/aws-rds-1.7.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped
Sending e-mails to: notifications@jclouds.apache.org

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #67

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/67/>

------------------------------------------
[...truncated 2467 lines...]
[ERROR] from the specified remote repositories:
[ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
[ERROR] cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
[ERROR] cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
[ERROR] apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate-jar (javadoc) on project jclouds-labs-aws: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 31 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 33 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 36 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-elb/pom.xml> to org.apache.jclouds.labs/aws-elb/1.7.4-SNAPSHOT/aws-elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-iam/pom.xml> to org.apache.jclouds.labs/aws-iam/1.7.4-SNAPSHOT/aws-iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/target/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/rds/pom.xml> to org.apache.jclouds.labs/rds/1.7.4-SNAPSHOT/rds-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/elb/pom.xml> to org.apache.jclouds.labs/elb/1.7.4-SNAPSHOT/elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/iam/pom.xml> to org.apache.jclouds.labs/iam/1.7.4-SNAPSHOT/iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-rds/pom.xml> to org.apache.jclouds.labs/aws-rds/1.7.4-SNAPSHOT/aws-rds-1.7.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #67

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/67/>

------------------------------------------
[...truncated 2468 lines...]
[ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
[ERROR] cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
[ERROR] cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
[ERROR] apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate-jar (javadoc) on project jclouds-labs-aws: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 31 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 33 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 36 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-elb/pom.xml> to org.apache.jclouds.labs/aws-elb/1.7.4-SNAPSHOT/aws-elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-iam/pom.xml> to org.apache.jclouds.labs/aws-iam/1.7.4-SNAPSHOT/aws-iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/target/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/rds/pom.xml> to org.apache.jclouds.labs/rds/1.7.4-SNAPSHOT/rds-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/elb/pom.xml> to org.apache.jclouds.labs/elb/1.7.4-SNAPSHOT/elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/iam/pom.xml> to org.apache.jclouds.labs/iam/1.7.4-SNAPSHOT/iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-rds/pom.xml> to org.apache.jclouds.labs/aws-rds/1.7.4-SNAPSHOT/aws-rds-1.7.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped
Sending e-mails to: notifications@jclouds.apache.org

Build failed in Jenkins: jclouds-labs-aws-1.7.x-branch #66

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/66/>

------------------------------------------
[...truncated 2451 lines...]
[ERROR] from the specified remote repositories:
[ERROR] central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
[ERROR] cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
[ERROR] cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
[ERROR] apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate-jar (javadoc) on project jclouds-labs-aws: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while creating archive: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.failOnError(AbstractJavadocMojo.java:5826)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:209)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 31 more
Caused by: org.apache.maven.reporting.MavenReportException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2438)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.addJavadocOptions(AbstractJavadocMojo.java:4536)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:1937)
	at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:181)
	... 33 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:jar:1.7.4-SNAPSHOT

2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-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.jclouds.labs -DartifactId=elb -Dversion=1.7.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT
  	2) org.apache.jclouds.labs:elb:test-jar:tests:1.7.4-SNAPSHOT

----------
2 required artifacts are missing.

for artifact: 
  org.apache.jclouds.labs:aws-elb:bundle:1.7.4-SNAPSHOT

from the specified remote repositories:
  central (http://repo.cloudbees.com/content/repositories/central, releases=true, snapshots=false),
  cloudbees-private-snapshot-repository (https://repository-jclouds.forge.cloudbees.com/snapshot, releases=false, snapshots=true),
  cloudbees-private-release-repository (https://repository-jclouds.forge.cloudbees.com/release, releases=true, snapshots=false),
  apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
  sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
  apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)

	at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveWithExceptions(DefaultArtifactResolver.java:326)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:314)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:293)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:271)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:264)
	at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.getClasspath(AbstractJavadocMojo.java:2423)
	... 36 more
[ERROR] 
[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/MojoExecutionException
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-elb/pom.xml> to org.apache.jclouds.labs/aws-elb/1.7.4-SNAPSHOT/aws-elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-iam/pom.xml> to org.apache.jclouds.labs/aws-iam/1.7.4-SNAPSHOT/aws-iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/pom.xml> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/target/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar> to org.apache.jclouds.labs/jclouds-labs-aws/1.7.4-SNAPSHOT/jclouds-labs-aws-1.7.4-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/rds/pom.xml> to org.apache.jclouds.labs/rds/1.7.4-SNAPSHOT/rds-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/elb/pom.xml> to org.apache.jclouds.labs/elb/1.7.4-SNAPSHOT/elb-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/iam/pom.xml> to org.apache.jclouds.labs/iam/1.7.4-SNAPSHOT/iam-1.7.4-SNAPSHOT.pom
[JENKINS] Archiving <https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.7.x-branch/ws/aws-rds/pom.xml> to org.apache.jclouds.labs/aws-rds/1.7.4-SNAPSHOT/aws-rds-1.7.4-SNAPSHOT.pom
Sending e-mails to: notifications@jclouds.apache.org
channel stopped