You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/06/22 13:08:00 UTC

[jira] [Closed] (SCM-927) scm:add fails

     [ https://issues.apache.org/jira/browse/SCM-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed SCM-927.
------------------------------
       Resolution: Not A Problem
    Fix Version/s:     (was: waiting-for-feedback)

> scm:add fails
> -------------
>
>                 Key: SCM-927
>                 URL: https://issues.apache.org/jira/browse/SCM-927
>             Project: Maven SCM
>          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
(v7.6.3#76005)