How to tell maven to use https instead of http...

2022-06-19 Thread Stefano Fornari
I am trying to create a project from an archetype: mvn archetype:generate \ -DarchetypeGroupId=org.openjfx \ -DarchetypeArtifactId=javafx-archetype-simple \ -DarchetypeVersion=0.0.3 \ -DgroupId=org.openjfx \ -DartifactId=sample \ -Dversion=1.0.0 \

Re: How to tell maven to use https instead of http...

2022-06-19 Thread Slawomir Jaranowski
Hi, What version of Maven do you use? Show output of: mvn -v Please try with the latest version: https://maven.apache.org/download.cgi niedz., 19 cze 2022 o 19:12 Stefano Fornari napisaƂ(a): > I am trying to create a project from an archetype: > > mvn archetype:generate \ > -Darchet

Re: How to tell maven to use https instead of http...

2022-06-19 Thread Bernd Eckenfels
Besides the already suggested maven version update, did you also check your ~/.m2/settings.xml? Gruss Bernd -- http://bernd.eckenfels.net Von: Stefano Fornari Gesendet: Sunday, June 19, 2022 7:11:27 PM An: Maven Users List Betreff: How to tell maven to use htt

Re: How to tell maven to use https instead of http...

2022-06-19 Thread Stefano Fornari
Hello, latest maven, and I ddi check settings.xml: mvn -version Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/apache-maven-3.8.6 Java version: 11.0.15, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-