chrisdchristo / capsule-maven-plugin

Capsule Maven Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: No implementation for org.eclipse.aether.RepositorySystem was bound.

rutchkiwi opened this issue · comments

Hey!

I'm trying to get my project (which builds fine locally) running on jenkins, and I get this problem:

[WARNING] Error injecting: com.github.christokios.CapsuleMojo
com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.eclipse.aether.RepositorySystem was bound.
  while locating com.github.christokios.CapsuleMojo

The build uses jenkins 3.0.4. Locally I run 3.1.1.

Here is a larger part of the log:

INFO] --- maven-surefire-plugin:2.10:test (default-test) @ webservice ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ webservice ---
[INFO] Building jar: /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/webservice-0.4.58.jar
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ webservice ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ webservice ---
[INFO] Building jar: /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/webservice-0.4.58-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ webservice ---
[INFO] 
Loading source files for package com.videoplaza.forecast.webservice...
Loading source files for package com.videoplaza.forecast.webservice.setup...
Loading source files for package com.videoplaza.forecast.webservice.exceptions...
Constructing Javadoc information...
Standard Doclet version 1.8.0
Building tree for all the packages and classes...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/BackendForecastService.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/BackendServicesFactory.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/CassandraHealthCheck.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/ForecastApiApplication.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/ForecastRestService.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/ForecastService.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/FormatUtil.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/HttpResponseUtil.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/pingResource.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/ThreadLocalSessionManager.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/VideoplazaSwaggerSpecFilter.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/CassandraConf.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/ForecastApiConfiguration.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/exceptions/ValidationExceptionMapper.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/package-frame.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/package-summary.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/package-tree.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/exceptions/package-frame.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/exceptions/package-summary.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/exceptions/package-tree.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/package-frame.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/package-summary.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/package-tree.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/HttpResponseUtil.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/CassandraHealthCheck.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/pingResource.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/BackendForecastService.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/VideoplazaSwaggerSpecFilter.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/ForecastRestService.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/FormatUtil.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/ForecastService.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/ThreadLocalSessionManager.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/BackendServicesFactory.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/class-use/ForecastApiApplication.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/class-use/ForecastApiConfiguration.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/class-use/CassandraConf.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/exceptions/class-use/ValidationExceptionMapper.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/package-use.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/exceptions/package-use.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/com/videoplaza/forecast/webservice/setup/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/index-all.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/index.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/jobs/Forecast-api-release/workspace/webservice/target/webservice-0.4.58-javadoc.jar
[INFO] 
[INFO] --- capsule-maven-plugin:0.7.1:capsule (default) @ webservice ---
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-plugin-api/3.2.2/maven-plugin-api-3.2.2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-plugin-api/3.2.2/maven-plugin-api-3.2.2.pom (3 KB at 42.8 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven/3.2.2/maven-3.2.2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven/3.2.2/maven-3.2.2.pom (23 KB at 408.5 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 581.2 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-model/3.2.2/maven-model-3.2.2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-model/3.2.2/maven-model-3.2.2.pom (5 KB at 44.0 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 195.0 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-artifact/3.2.2/maven-artifact-3.2.2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-artifact/3.2.2/maven-artifact-3.2.2.pom (2 KB at 101.3 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (5 KB at 120.9 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 KB at 716.3 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 45.2 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 135.3 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 406.4 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1347.1 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (3 KB at 123.0 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 KB at 719.3 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom (4 KB at 87.0 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 KB at 673.4 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom (4 KB at 87.9 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 24.2 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom (3 KB at 71.0 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom (2 KB at 50.9 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom (5 KB at 89.2 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom (5 KB at 69.1 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom (8 KB at 268.3 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom (2 KB at 41.7 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom (602 B at 25.6 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom (906 B at 22.7 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom (11 KB at 243.8 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom (2 KB at 22.3 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom (3 KB at 53.0 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom (2 KB at 41.2 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (2 KB at 26.8 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 KB at 516.6 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 644.9 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (192 KB at 2665.8 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (285 KB at 3602.1 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar (509 KB at 4705.5 KB/sec)
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 KB at 195.8 KB/sec)
Downloading: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar (35 KB at 265.2 KB/sec)
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar (490 KB at 2377.9 KB/sec)
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (134 KB at 1331.0 KB/sec)
Downloaded: http://maven-repository.videoplaza.org/nexus/content/groups/central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar (166 KB at 825.6 KB/sec)
[WARNING] Error injecting: com.github.christokios.CapsuleMojo
com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.eclipse.aether.RepositorySystem was bound.
  while locating com.github.christokios.CapsuleMojo

1 error
    at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:974)
    at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1000)
    at org.sonatype.guice.bean.reflect.AbstractDeferredClass.get(AbstractDeferredClass.java:45)
    at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:84)
    at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:52)
    at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
    at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
    at org.sonatype.guice.plexus.lifecycles.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:138)
    at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:108)
    at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
    at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
    at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
    at com.google.inject.internal.InjectorImpl$3$1.call(InjectorImpl.java:965)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1011)
    at com.google.inject.internal.InjectorImpl$3.get(InjectorImpl.java:961)
    at com.google.inject.Scopes$1$1.get(Scopes.java:59)
    at org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:83)
    at org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:49)
    at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
    at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
    at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:455)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    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.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
    at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
    at hudson.remoting.UserRequest.perform(UserRequest.java:118)
    at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    at hudson.remoting.Request$2.run(Request.java:328)
    at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:744)
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Forecast API root ................................. SUCCESS [5.481s]
[INFO] Forecast API ...................................... SUCCESS [43.070s]
[INFO] webservice ........................................ FAILURE [39.539s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:29.380s
[INFO] Finished at: Thu Aug 28 11:19:34 CEST 2014
[INFO] Final Memory: 44M/108M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal com.github.christokios:capsule-maven-plugin:0.7.1:capsule (default) on project webservice: Execution default of goal com.github.christokios:capsule-maven-plugin:0.7.1:capsule failed: Unable to load the mojo 'capsule' (or one of its required components) from the plugin 'com.github.christokios:capsule-maven-plugin:0.7.1': com.google.inject.ProvisionException: Guice provision errors:
[ERROR] 
[ERROR] 1) No implementation for org.eclipse.aether.RepositorySystem was bound.
[ERROR] while locating com.github.christokios.CapsuleMojo
[ERROR] at ClassRealm[plugin>com.github.christokios:capsule-maven-plugin:0.7.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=com.github.christokios:capsule-maven-plugin:0.7.1:capsule)
[ERROR] 
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: com.github.christokios:capsule-maven-plugin:0.7.1:capsule
[ERROR] -> [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/PluginContainerException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :webservice

From the pom.xml:

         <plugin>
            <groupId>com.github.christokios</groupId>
            <artifactId>capsule-maven-plugin</artifactId>
            <version>0.7.1</version>
            <executions>
               <execution>
                  <phase>package</phase>
                  <goals>
                     <goal>capsule</goal>
                  </goals>
                  <configuration>
                     <!-- REQUIRED -->
                     <appClass>com.videoplaza.forecast.webservice.ForecastApiApplication</appClass>
                     <!-- OPTIONAL -->
                     <outputDir>target/</outputDir>
                     <buildExec>true</buildExec>
                     <manifest>
                        <property>
                           <name>Min-Java-Version</name>
                           <value>1.8.0</value>
                        </property>
                     </manifest>
                  </configuration>
               </execution>
            </executions>
         </plugin>

Any ideas as to what the problem is?

When you say jenkins v3.0.4, do you mean maven 3.0.4? The plugin requires maven 3.1.x+ to work. Anything from 3.0.5 below will not work with the plugin as it uses the eclipse Aether.

Basically, maven 3.0.5 and below uses depends on the old sonatype aether. From maven 3.1.x+ they moved the aether project to eclipse foundation. Someone else had this issue before, see the mailing list. Any chance you can upgrade maven on jenkins?

Oh ok, got it! I will see about upgrading maven.

Thanks!