[jboss-dev-forums] [Design of JBoss Build System] - Re: svn --non-interactive failing
scott.stark@jboss.org
do-not-reply at jboss.com
Sat Apr 5 19:23:35 EDT 2008
I figured it had to be a problem with not picking up the svn credentials, so I explicitly passed those in using the plugin properties, and that allowed it to succeed:
| mvn -Dusername=scott.stark at jboss.org -Dpassword=*secret* release:prepare
| ...
| [INFO] Executing: svn --username scott.stark at jboss.org --password ***** --non-interactive commit --file /tmp/maven-scm-390999263.commit --targets /tmp/maven-scm-16507-targets
| [INFO] Working directory: /Users/svn/Common/common-logging-spi/trunk
| [INFO] Release preparation complete.
| [INFO] ------------------------------------------------------------------------
| [INFO] BUILD SUCCESSFUL
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 18 seconds
| [INFO] Finished at: Sat Apr 05 16:18:33 PDT 2008
| [INFO] Final Memory: 4M/10M
| [INFO]
|
I guess there is a problem with the svn behavior on this box in non-interactive mode. Since its not prompting for anything when run interactive I don't know where the problem lies.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141864#4141864
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141864
More information about the jboss-dev-forums
mailing list