Hi,

i am trying to get started with maven 1.0.2 and svn over ssh
but I am always stuck with:


maven scm:bootstrap -Dmaven.scm.url=scm:svn+ssh://[EMAIL PROTECTED]/var/spool/svn-repos/szue2/trunk
  ...
  BUILD FAILED
  File...... /home/bernd/.maven/cache/maven-scm-plugin-1.5-rc1/plugin.jelly
  Element... scm:checkout
  Line...... 110
  Column.... 233
  No such provider: 'svn+ssh'.


What goes wrong?  (subversion on its own is ok)
where can I get more information?
What information do you need?

Bernd



Here are more details:

- maven 1.0.2 freshly installed (on debian sarge)

- got scm 1.5.1rc1:

-------------------------------------------------------------------------------------------------------
[EMAIL PROTECTED]:~$ maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.5-rc1 -Dmaven.repo.
remote=http://cvs.apache.org/repository,http://www.ibiblio.org/maven,http://maven-plugins.sf.net/maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Plugin cache will be regenerated
Directory /home/bernd/.maven/repository does not exist. Attempting to create.
Attempting to download commons-io-20030203.000550.jar.
59K downloaded
Attempting to download commons-net-1.1.0.jar.
139K downloaded
Attempting to download commons-httpclient-2.0.jar.
217K downloaded
Attempting to download commons-lang-2.0.jar.
165K downloaded
Attempting to download commons-logging-1.0.3.jar.
30K downloaded
Attempting to download jsch-0.1.5.jar.
79K downloaded
Attempting to download commons-jelly-20030902.160215.jar.
150K downloaded
Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
7K downloaded
Attempting to download velocity-1.4-dev.jar.
351K downloaded
Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
31K downloaded
Attempting to download commons-jelly-tags-interaction-20030211.143817.jar.
4K downloaded
build:start:

plugin:download-artifact:
    [mkdir] Created dir: /home/bernd/.maven/repository/maven/plugins
    [echo] repo is 'http://cvs.apache.org/repository'
[echo] trying to download http://cvs.apache.org/repository/maven/plugins/maven-scm-plugin-1.5-rc1.jar
18K downloaded

plugin:download:
    [delete] Deleting 1 files from /home/bernd/maven-1.0.2/plugins
    [delete] /home/bernd/.maven/plugins not found.
    [delete] Deleting 8 files from /home/bernd/.maven/cache
    [delete] Deleted 3 directories from /home/bernd/.maven/cache
    [copy] Copying 1 file to /home/bernd/maven-1.0.2/plugins
BUILD SUCCESSFUL
-------------------------------------------------------------------------------------------------------

- tried to bootstrap project:

-------------------------------------------------------------------------------------------------------
[EMAIL PROTECTED]:~$ maven scm:bootstrap -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.net/ma ven -Dmaven.scm.url=scm:svn+ssh://[EMAIL PROTECTED]/var/spool/svn-repos/szue2/trunk
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

plugin maven-scm-plugin-1.4.1 is cached (dynatag dep) but no longer present
Cache invalidated due to out of date plugins
Attempting to download dom4j-1.4-dev-8.jar.
475K downloaded
Attempting to download xml-apis-1.0.b2.jar.
106K downloaded
Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
14K downloaded
Attempting to download commons-jelly-tags-log-20030211.142821.jar.
8K downloaded
Attempting to download commons-jelly-tags-xml-20040613.030723.jar.
33K downloaded
Attempting to download velocity-dvsl-0.45.jar.
25K downloaded
Attempting to download isorelax-20030108.jar.
188K downloaded
Attempting to download jing-20030619.jar.
475K downloaded
Attempting to download xerces-2.4.0.jar.
874K downloaded
Attempting to download jaxen-1.0-FCS-full.jar.
187K downloaded
Attempting to download saxpath-1.0-FCS.jar.
23K downloaded
Attempting to download commons-jelly-tags-interaction-1.0.jar.
7K downloaded
Attempting to download plexus-container-default-1.0-alpha-3.jar.
279K downloaded
Attempting to download plexus-utils-1.0-alpha-3.jar.
152K downloaded
Attempting to download classworlds-1.1-alpha-1.jar.
36K downloaded
Attempting to download maven-scm-api-1.0-alpha-1.jar.
48K downloaded
Attempting to download maven-scm-provider-cvs-1.0-alpha-1.jar.
33K downloaded
Attempting to download maven-scm-provider-svn-1.0-alpha-1.jar.
35K downloaded
build:start:

scm:find-connection:
[echo] Using connection: scm:svn+ssh://[EMAIL PROTECTED]/var/spool/svn-repos/szue2/trunk

scm:checkout:
[echo] Checking out scm:svn+ssh://[EMAIL PROTECTED]/var/spool/svn-repos/szue2/trunk

BUILD FAILED
File...... /home/bernd/.maven/cache/maven-scm-plugin-1.5-rc1/plugin.jelly
Element... scm:checkout
Line...... 110
Column.... 233
No such provider: 'svn+ssh'.
-------------------------------------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to