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
 
 

Reply via email to