Dénes Bodó created OOZIE-3628: --------------------------------- Summary: Fix Oozie build errors caused by Maven 3.8.1 Key: OOZIE-3628 URL: https://issues.apache.org/jira/browse/OOZIE-3628 Project: Oozie Issue Type: Bug Affects Versions: trunk Reporter: Dénes Bodó Assignee: Dénes Bodó
Oozie Precommit Jenkins job fails continuously due to dependencies' http:// repositories. Jenkins job: [https://ci-hadoop.apache.org/job/PreCommit-OOZIE-Build/] Example error message: {noformat} 15:36:31 [ERROR] Failed to execute goal com.github.davidmoten:jax-maven-plugin:0.1.6:xjc (default) on project oozie-fluent-job-api: Execution default of goal com.github.davidmoten:jax-maven-plugin:0.1.6:xjc failed: Plugin com.github.davidmoten:jax-maven-plugin:0.1.6 or one of its dependencies could not be resolved: Failed to collect dependencies at com.github.davidmoten:jax-maven-plugin:jar:0.1.6 -> com.github.davidmoten:jax-maven-plugin-core:jar:0.1.6 -> com.sun.xml.ws:jaxws-tools:jar:2.3.1 -> com.sun.xml.ws:jaxws-rt:jar:2.3.1 -> com.sun.xml.ws:policy:jar:2.7.5 -> org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Failed to read artifact descriptor for org.glassfish.jaxb:txw2:jar:2.4.0-b180608.0325: Could not transfer artifact org.glassfish.jaxb:txw2:pom:2.4.0-b180608.0325 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [releases.java.net (http://maven.java.net/content/repositories/releases/, default, releases+snapshots), jvnet-nexus-staging (http://maven.java.net/content/repositories/staging/, default, releases+snapshots), eclipse (http://download.eclipse.org/rt/eclipselink/maven.repo, default, releases+snapshots), jvnet-nexus-snapshots (http://maven.java.net/content/repositories/snapshots/, default, snapshots)] -> [Help 1] {noformat} My plan is to upgrade the affected 3rd parties to have a clean build. -- This message was sent by Atlassian Jira (v8.3.4#803005)