you don't need to configure the connectionUrl in the plugin, by default, scm plugin use
connectionUrl defined in <scm> part of your pom.
Emmanuel
Sharma, Jaikumar a écrit :
If my question is not stupid then I would request, if anyone can give
any workarounds or pointers on this please!
-----Original Message-----
From: Sharma, Jaikumar
Sent: Thursday, July 13, 2006 1:09 PM
To: Maven Users List
Subject: How to refer ConnectionUrl string in SCM Provider
implementation class
Dear Maven users,
Is it possible to get <connectionUrl> string in Scm Provider
Implementation class, which I have configured for particular goal
execution ?
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.0-beta-3</version>
<executions>
<execution>
<configuration>
<connectionUrl>connectionString</connectionUrl>
</configuration>
<goals>
<goal>update</goal>
</goals>
</execution>
</executions>
Thanks in advance for any pointers!
Regards, Jaikumar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]