Re: mvn site:deploy SCM: No such provider: 'cvs'

2018-01-24 Thread Basin Ilya
Thanks Hervé. My ultimate goal was to deploy maven artifacts to a private github repo, because we already have a paid github account. I can see there're too many unsolved problems with this. Here's a pom that almost does it: http://maven.apache.org/POM/4.0.0;

Re: mvn site:deploy SCM: No such provider: 'cvs'

2018-01-23 Thread Hervé BOUTEMY
Hi, I didn't really tried, but please read carefully the 2 notes in the page: Prefer maven-scm-publish-plugin to publish your site to SCM Note for Maven 3 users: The site plugin behaves differently, require these be added as dependencies instead of extensions. See Adding a Protocol to

mvn site:deploy SCM: No such provider: 'cvs'

2018-01-23 Thread Basin Ilya
Hi list. I'm trying to make work the deploy maven site example from http://maven.apache.org/wagon/wagon-providers/wagon-scm/usage.html I have an empty java project. First I do `mvn site:site` and a site is created in target/ Then I do `mvn site:deploy` and it fails with "No such provider". It