Branches setting is being used as a tag
---------------------------------------

                 Key: SCM-267
                 URL: http://jira.codehaus.org/browse/SCM-267
             Project: Maven SCM
          Issue Type: Bug
    Affects Versions: 1.0-beta-4
         Environment: Windows XP
            Reporter: Damon Jacobsen


Using pom build of :
        <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>

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

as you can see.. it is looking in tags for my branch, not branches. It should 
be looking 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