mvn clean install
failed with above error. In build log:
Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.pom
Downloading: http://nexus.opencast.org/nexus/content/groups/public/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.pom
Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.jar
Downloading: http://nexus.opencast.org/nexus/content/groups/public/com/sun/xml/bind/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.jar
[WARNING] The POM for com.sun.xml.bind:jaxb-impl:jar:2.0EA3 is missing, no dependency information available
Did some digging around to find this prior resolved issue. Ok, now I understand that on the repos, it only exists as a pom file, there is no jar. But how do I move forward? This won't build without the dependency being resolved. Please note I'm not a java developer, just trying to get this built and would appreciate help from someone experienced.
Java 11.0.2, Maven 3.3.9