[
https://issues.apache.org/jira/browse/SCM-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963051#comment-17963051
]
ASF GitHub Bot commented on SCM-788:
------------------------------------
jira-importer commented on issue #998:
URL: https://github.com/apache/maven-scm/issues/998#issuecomment-2964638279
**[jieryn](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jieryn)**
commented
```
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>ignore</goal>
</goals>
<configuration>
<patterns>
<pattern>.classpath</pattern>
<pattern>.idea</pattern>
<pattern>.project</pattern>
<pattern>.settings</pattern>
<pattern>target</pattern>
<pattern>*.iml</pattern>
</patterns>
</configuration>
</execution>
<execution>
<goals>
<goal>checkin</goal>
</goals>
<configuration>
<message>automatic scm:ignore for common junk</message>
</configuration>
</execution>
</executions>
</plugin>
```
> new goal to manipulate scm ignore metadata (e.g. .gitignore)
> ------------------------------------------------------------
>
> Key: SCM-788
> URL: https://issues.apache.org/jira/browse/SCM-788
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Improvement
> Reporter: jieryn
> Priority: Minor
>
> Please allow the plugin to manipulate and update standard SCM ignore
> metadata: .cvsignore, svn:ignore, .gitignore
--
This message was sent by Atlassian Jira
(v8.20.10#820010)