Hi, I'm trying to build my Maven 2 project, but I can seem to get it working. I added an scm tag like this:
<scm> <connection>scm:local:Z:\testvob\modules\utils\utils-logging-jar:build</connection> </scm> but that does not seem to work. I also tried: <scm> <connection>scm:local:..:build</connection> </scm> but that did not work either. any idea's what I'm doing wrong? regards, Wim
