[ 
https://jira.codehaus.org/browse/SCM-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=290944#comment-290944
 ] 

Robert Scholte commented on SCM-365:
------------------------------------

Is this still an issue with version 1.6?
                
> <includes> and <excludes> do not seem to work correctly during scm:checkin
> --------------------------------------------------------------------------
>
>                 Key: SCM-365
>                 URL: https://jira.codehaus.org/browse/SCM-365
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>    Affects Versions: 1.0
>            Reporter: Nathan Jones
>
> I am trying to use the scm plugin automatically during Maven builds.  My real 
> goal for this is to check only one file back in, but no matter what I try, 
> the plugin checks in ANY file that has been changed.  Below is one 
> configuration that I have tried.
> <plugin>
>    <groupId>org.apache.maven.plugins</groupId>
>    <artifactId>maven-scm-plugin</artifactId>
>    <version>1.0</version>
>    <inherited>false</inherited>
>    <executions>
>       <execution>
>          <phase>process-resources</phase>
>          <goals>
>             <goal>checkin</goal>
>          </goals>
>          <configuration>
>             <excludes>**/**</excludes>
>             <includes>version.properties</includes>
>          </configuration>
>       </execution>
>    </executions>
> </plugin>
> I also tried using only the <includes> tag without excluding anything, but it 
> did not work either.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to