View Single Post
  #6 (permalink)  
Old June 3rd, 2023
kermithermos kermithermos is offline
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default

I solved it later:
1. Downloaded the cling jars from another repo manually and put it to the local repo.Adding the other repo in the pom.xml didn't work.
mrjdapter downloaded manaully too, from github, newer version.
Update: This happend if maven blocks http, https-repos works. Default in maven is blocking http. You have to change settings.xml in your maven conf-dir or your .maven/settings.xml

2. Put comment tags to the grobo entry in the pom.xml, its only necessary for tests.

Then
Code:
mvn package -Dmaven.test.skip
to build the final .jar.

Last edited by kermithermos; June 5th, 2023 at 01:09 AM.
Reply With Quote