Re: mvn exec:java don't use jars from project repo

2020-10-30 Thread Bernd Eckenfels
Looks like your Solr.Pom does not define a dependency on httpclient. You can either change that or add it as a runtime dependency to your local Pom. Gruss Bernd -- http://bernd.eckenfels.net Von: Raivo Rebane Gesendet: Friday, October 30, 2020 5:39:38 PM An: us

mvn exec:java don't use jars from project repo

2020-10-30 Thread Raivo Rebane
.Hello I run following command : mvn exec:java -Dexec.mainClass="SolrJExample" -Dexec.classpathScope=runtime  -X and classpath conains following line :     end pom conains following lines :                       lib           solrj           1.0             And it compiles perfectly

Re: Java11 and javadoc plugin

2020-10-30 Thread Benjamin Marwell
Hi Thomas, Those test sources are neither in the project we talked about earlier, nor do they have javadocs. Let's keep focused on the project you mentioned earlier. Please take a look at my explanations and the PR they resulted in. The new project (https://github.com/yagee-de/javadoc-test/

Re: Java11 and javadoc plugin

2020-10-30 Thread Thomas Scheffler
Hi Benajmin, yes I have test sources present in that directory: https://github.com/yagee-de/javadoc-test/tree/master/src/test/java/de/yagee/test Ironically „mvn javadoc:test-javadoc“ runs without any issues and

Re: No transfer protocol found

2020-10-30 Thread Bernd Eckenfels
Did you specify „repo“ as the url? I think it needs a valid URL here. -- http://bernd.eckenfels.net Von: Raivo Rebane Gesendet: Friday, October 30, 2020 2:27:05 PM An: users@maven.apache.org Betreff: No transfer protocol found Hello I have trouble I tried mvn

No transfer protocol found

2020-10-30 Thread Raivo Rebane
Hello I have trouble I tried mvn deploy:deploy-file in different ways: as example mvn deploy:deploy-file -Durl=repo -Dfile=/opt/tomcat/latest/lib/or.jar -DgroupId=com.appserv -DartifactId=devlib -Dpackaging=jar -Dversion=0.1 -Dmaven.wagon.provider.http=wagon-file But in any cases I got err