You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2007/01/13 08:24:21 UTC

[jira] Updated: (SCM-272) connectionUrl is ignored when trying to execute scm:checkin within a phase. It always use the main connection in the pom

     [ http://jira.codehaus.org/browse/SCM-272?page=all ]

Dan Tran updated SCM-272:
-------------------------

    Description: 

I am trying to do this

<build>
  <plugins>
     <plugin>
        <artifactId>maven.scm.plugin</artifactId>
         <executions>
            <exectuion>
                <goals>
                     <goal>checkin</goal>
                </goals
                <configuration>
                    <connectionUrl>xuy</connectionUrl>
                     ....
                </configuration>
              </execution>
             .......




  was:


I am try to do this

<build>
  <plugins>
     <plugin>
        <artifactId>maven.scm.plugin</artifactId>
         <executions>
            <exectuion>
                <goals>
                     <goal>checkin</goal>
                </goals
                <configuration>
                    <connectionUrl>xuy</connectionUrl>
                     ....
                </configuration>
              </execution>
             .......





> connectionUrl is ignored when trying to execute scm:checkin within a phase.  It always use the main connection in the pom
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SCM-272
>                 URL: http://jira.codehaus.org/browse/SCM-272
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-plugin
>         Environment: xp, linux starteam
>            Reporter: Dan Tran
>
> I am trying to do this
> <build>
>   <plugins>
>      <plugin>
>         <artifactId>maven.scm.plugin</artifactId>
>          <executions>
>             <exectuion>
>                 <goals>
>                      <goal>checkin</goal>
>                 </goals
>                 <configuration>
>                     <connectionUrl>xuy</connectionUrl>
>                      ....
>                 </configuration>
>               </execution>
>              .......

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira