I try to commit some files generated by maven in SVN.
scm:add -Dmessage="Database SQL's hinzugefuegt" -Dincludes="./src/main/resources/database.sql"
I get the following error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.8:add (default-cli) on project GEM: Cannot run add command : Exception while executing SCM command. You must provide at least one file/directory to add -> [Help 1]
Where is the problem?
EDIT: I changed the directory like -Dincludes="${base.dir}/src/main/resources/database.sql"
Now i get this error:
Server certificate verification failed: issuer is not trusted (https://svn.msg.de)
I found here a solution but I have no rights on server. I can only configure the jenkins. Maybe you know how I can embedd --trust-server-cert
in my plugin