[
https://issues.apache.org/jira/browse/SCM-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963682#comment-17963682
]
ASF GitHub Bot commented on SCM-927:
------------------------------------
jira-importer opened a new issue, #1152:
URL: https://github.com/apache/maven-scm/issues/1152
**[Eduard
Drenth](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eduarddrenth)**
opened
**[SCM-927](https://issues.apache.org/jira/browse/SCM-927?redirect=false)** and
commented
Using this configuration:
> \<plugin>
> > \<groupId>org.apache.maven.plugins\</groupId>
> > \<artifactId>maven-scm-plugin\</artifactId>
> > \<version>1.11.2\</version>
> > \<executions>
> > \<execution>
> > \<phase>install\</phase>
> > \<goals>
> > \<goal>add\</goal>
> > \</goals>
> > \</execution>
> > \</executions>
> > \<configuration>
> > \<basedir>reusables\</basedir>
> > \</configuration>
> > \</plugin>
I run into this error:
> You must provide at least one file/directory to add
directory reusables exists, adding \<includes>*\</includes> does not help
---
**Attachments:**
-
[dbg.txt](https://issues.apache.org/jira/secure/attachment/12972081/dbg.txt)
(_171.21 kB_)
> scm:add fails
> -------------
>
> Key: SCM-927
> URL: https://issues.apache.org/jira/browse/SCM-927
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Reporter: Eduard Drenth
> Priority: Major
> Attachments: dbg.txt
>
>
> Using this configuration:
> {quote} <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-scm-plugin</artifactId>
> <version>1.11.2</version>
> <executions>
> <execution>
> <phase>install</phase>
> <goals>
> <goal>add</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <basedir>reusables</basedir>
> </configuration>
> </plugin>
> {quote}
> I run into this error:
> {quote}You must provide at least one file/directory to add{quote}
> directory reusables exists, adding <includes>*</includes> does not help
--
This message was sent by Atlassian Jira
(v8.20.10#820010)