Not tested. 
But if your pom you have a scm section :
  <scm>
    <connection>blablablabla</connection>
    <developerConnection>blablablabla</developerConnection>
  </scm>

Try : 
<configuration>
  <connectionUrl>${pom.scm.developerConnection}</connectionUrl>
</configuration> 

Maybe it will be interpolated with blablablabla or what you set.

--
Olivier

-----Message d'origine-----
De : Sharma, Jaikumar [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 13 juillet 2006 15:10
À : Maven Users List
Objet : How to refer ConnectionUrl string in SCM Provider implementation
class


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]

Reply via email to