Hi, i'll try make the release:perform ( mvn release:perform -Dusername=dvicente72 -Dpassword=yyyyyyy)
but the build failed during checkout process : + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'release'. WAGON_VERSION: 1.0-beta-2 [INFO] ------------------------------------------------------------------------ [INFO] Building JDepend Maven Plugin [INFO] task-segment: [release:perform] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [release:perform] [INFO] Checking out the project to perform the release ... [INFO] Executing: svn --username dvicente72 --password ***** --non-interactive checkout https://svn.codehaus.org/mojo/tags/jdepend-maven-plugin-2.0-beta-2 checkout [INFO] Working directory: G:\projects\jdepend-maven-plugin\target [ERROR] The svn command failed. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to checkout from SCM Provider message: The svn command failed. Command output: svn: REPORT of '/mojo/!svn/vcc/default': Could not read response body: Une connexion existante a d– ˆtre ferm‚e par l'h“te distant. (https://svn.codehaus.org) [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Unable to checkout from SCM Provider message: The svn command failed. Command output: svn: REPORT of '/mojo/!svn/vcc/default': Could not read response body: Une connexion existante a d– ˆtre ferm‚e par l'h“te distant. (https://svn.codehaus.org) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:560) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:224) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126) at org.apache.maven.cli.MavenCli.main(MavenCli.java:282) 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:324) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoFailureException: Unable to checkout from SCM Provider message: The svn command failed. Command output: svn: REPORT of '/mojo/!svn/vcc/default': Could not read response body: Une connexion existante a d– ˆtre ferm‚e par l'h“te distant. (https://svn.codehaus.org) at org.apache.maven.plugins.release.PerformReleaseMojo.execute(PerformReleaseMojo.java:110) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) ... 16 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 minutes 5 seconds [INFO] Finished at: Fri Jul 18 11:37:50 CEST 2008 [INFO] Final Memory: 5M/10M [INFO] ------------------------------------------------------------------------ Could you help me ? Thanks David Benjamin Bentmann wrote: > > dvicente wrote: > >> i try to release the JDepend-maven-plugin but i have this error during >> mvn >> release:prepare : >> [...] >> svn: Commit failed (details follow): >> authorization failed (https://svn.codehaus.org) >> >> my username is dvicente72 > > And you told the Release Plugin to use this username for SCM [0, 1]? > > Can you perform manual/direct commits (i.e. not using the Release > Plugin) using your SVN console client? > > > Benjamin > > > [0] > http://mojo.codehaus.org/development/performing-a-release.html#Performing_the_Release > [1] http://maven.apache.org/plugins/maven-release-plugin/usage.html > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/Access-rights-to-make-a-release-tp18311012p18525615.html Sent from the mojo - dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
