Branch configuration is beiing used as if it were a tag
-------------------------------------------------------

                 Key: MPSCM-94
                 URL: http://jira.codehaus.org/browse/MPSCM-94
             Project: maven-scm-plugin
          Issue Type: Bug
    Affects Versions: 1.6
         Environment: Windows XP maven2 plugin version 1.0-beta-4
            Reporter: Damon Jacobsen


Setting my pom file to :
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-scm-plugin</artifactId>
                                <version>1.0-beta-4</version>
                                <configuration>
                                        <branch>premaven
                                        </branch>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
nets the result of 

[ERROR] svn: URL 'svn://172.22.248.151/svn/dirty/pcs/tags/premaven' doesn't 
exist

I would expect it to look in 
'svn://172.22.248.151/svn/dirty/pcs/branches/premaven' 

-- 
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

        

Reply via email to