[Nice-commit] swing project.properties,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-05 16:19:52
|
Update of /cvsroot/nice/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21625 Modified Files: project.properties Log Message: Make maven:scm use the ssh access to the CVS repository, to avoid the delay with anonymous cvs. Index: project.properties =================================================================== RCS file: /cvsroot/nice/swing/project.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.properties 5 Feb 2004 15:20:45 -0000 1.1 --- project.properties 5 Feb 2004 16:17:14 -0000 1.2 *************** *** 8,9 **** --- 8,15 ---- maven.multiproject.includes = examples/*/project.xml + + maven.scm.ignore.pom.connection = true + maven.scm.method = cvs + maven.scm.cvs.rsh = ssh + maven.scm.cvs.root = :ext:${maven.username}@cvs.nice.sourceforge.net:/cvsroot/nice + maven.scm.cvs.module = swing |