I'm getting the following output when I build a project with the Maven
Release Build checked in the Maven Build Environment section of the project
configuration (My artifact pom.xml file has the maven release plugin,
version 2.3.2 property configured):

[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 48.671s
[INFO] Finished at: Thu Sep 06 12:24:19 EDT 2012
[INFO] Final Memory: 5M/15M
[INFO]
------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
message : Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli) on
project edispense.csrfiles: Unable to commit files
Provider message:
The svn command failed.
Command output:
Fatal: no entropy gathering module detected
/bin/sh: line 1: 29846 Aborted                 svn --non-interactive commit
--file /tmp/maven-scm-1499199491.commit --targets
/tmp/maven-scm-8319584718810155363-targets

cause : Unable to commit files
Provider message:
The svn command failed.
Command output:
Fatal: no entropy gathering module detected
/bin/sh: line 1: 29846 Aborted                 svn --non-interactive commit
--file /tmp/maven-scm-1499199491.commit --targets
/tmp/maven-scm-8319584718810155363-targets

Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare
(default-cli) on project edispense.csrfiles: Unable to commit files
Provider message:
The svn command failed.
Command output:
Fatal: no entropy gathering module detected
/bin/sh: line 1: 29846 Aborted                 svn --non-interactive commit
--file /tmp/maven-scm-1499199491.commit --targets
/tmp/maven-scm-8319584718810155363-targets

        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        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:79)
        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:158)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:112)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:287)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        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:886)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)



--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Another-Maven-Release-plugin-error-tp4639422.html
Sent from the Jenkins users mailing list archive at Nabble.com.

Reply via email to