You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/01/05 11:43:18 UTC

Build failed in Jenkins: wss4j-trunk » Apache WSS4J Build Tools #927

See <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/927/>

------------------------------------------
Established TCP socket on 34266
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/jenkins-slave/workspace/wss4j-trunk/wss4j/pom.xml -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/2 clean install deploy -Pdeploy
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'deploy' has not been activated.

[INFO] Reactor build order: 
[INFO]   Apache WSS4J Build Tools
[INFO]   Apache WSS4J
[INFO]   Apache WSS4J parent
[INFO]   Apache WSS4J WS-Security Bindings
[INFO]   Apache WSS4J WS-SecurityPolicy model
[INFO]   Apache WSS4J WS-Security Common
[INFO]   Apache WSS4J DOM WS-Security
[INFO]   Apache WSS4J Streaming WS-Security
[INFO]   Apache WSS4J WS-Security Integration
[INFO]   Apache WSS4J Streaming WS-SecurityPolicy
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache WSS4J Build Tools
[INFO]    task-segment: [clean, install, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/ws/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/ws/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/ws/target/build-tools-2.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/ws/target/build-tools-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/ws/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/ws/target/build-tools-2.2.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/2/org/apache/wss4j/build-tools/2.2.0-SNAPSHOT/build-tools-2.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-deploy-plugin:2.4

check that the following section of the pom.xml is present and correct:

<distributionManagement>
  <!-- use the following if you're not using a snapshot version. -->
  <repository>
    <id>repo</id>
    <name>Repository Name</name>
    <url>scp://host/path/to/repo</url>
  </repository>
  <!-- use the following if you ARE using a snapshot version. -->
  <snapshotRepository>
    <id>repo</id>
    <name>Repository Name</name>
    <url>scp://host/path/to/repo</url>
  </snapshotRepository>
</distributionManagement>

Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Tue Jan 05 10:43:19 UTC 2016
[INFO] Final Memory: 16M/250M
[INFO] ------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Jenkins build is back to normal : wss4j-trunk » Apache WSS4J Build Tools #928

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/wss4j-trunk/org.apache.wss4j$build-tools/928/changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org