Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipelines unable to retrieve Maven plugin from central?

Sebastian Stein December 9, 2017

I got a fairly simple maven project using

<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.13.3</version>

plugin in build section. When compiling this project using pipeline with

mvn -B verify

I get a strange error:

[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/jaxb2/maven2/maven-jaxb2-plugin/0.13.3/maven-jaxb2-plugin-0.13.3.pom
...
[ERROR] Plugin org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:jar:0.13.3: Could not transfer artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:pom:0.13.3 from/to central (https://repo.maven.apache.org/maven2): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty -> [Help 1]

This looks like the build server has outdated SSL root certs, but could also be something different. Compiling the same project locally on my dev machine works fine.

Here my pipeline file:

image: maven:3.5.2-jdk-9

pipelines:
  default:
    - step:
        caches:
          - maven
        script: # Modify the commands below to build your repository.
          - mvn -B verify # -B batch mode makes Maven less verbose

1 answer

1 accepted

0 votes
Answer accepted
Sebastian Stein December 11, 2017

Problem is with jdk-9 environment. After switching to JDK 8, it worked as expected.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events