Hi,

desperately, I am trying to integrate a subversion connection into maven 2.08. 
I read: http://maven.apache.org/scm/plugins/usage.html

Then I added to my parent pom:
<developerConnection>   
scm:svn:https://MYSECRET_INTERNAL_IP:443//THE_MAIN_PROJECT/TRUNK/MY_SUB_PROJECT
</developerConnection>
<build>
...
<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-scm-plugin</artifactId>
 <configuration>
  <goals>install</goals>
  <username>MY_SECRET_USERNAME</username>
  <password>MY_SECRET_PWD</password>                               
<connectionType>developerConnection</connectionType>
</configuration>
</plugin>
</plugins>
</build>

However, this (mvn scm:update) didn't work. Somewhere I read I had to add a 
svn-settings.xml file to my USER-HOME? But no idea what I would put there..

mvn scm:validate says:
INFO] connectionUrl scm connection string is valid.
INFO] project.scm.developerConnection scm connection string is valid.

I am using Windows and am running behind a proxy, but I added the proxy 
settings to settings.xml, and downloading depedencies works with these settings.

However, "mvn scm:update" fails! :-(

Any ideas? Help would be greatly appreciated!!! :-)))

Thanks in advance,

Stefanie

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

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

Reply via email to