[
https://issues.apache.org/jira/browse/SCM-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870130#comment-16870130
]
Eduard Drenth commented on SCM-927:
-----------------------------------
The project is here: https://bitbucket.org/fryske-akademy/tei-encoding
There's two deliverables:
- a lib in maven central, business as usual
- a reusables directory, filled when building the lib
The reusables directory should be up to date in the repo, I wanted to use scm
module for that.
Now I update git by hand, which is ok, but I should not forget.
For the future I consider a different approach, more site building like or
reporting or wiki.
> 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
> Fix For: waiting-for-feedback
>
> 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)