Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

How to run aws-maven with Java 11 #68

Open
areman opened this issue Jan 29, 2019 · 1 comment
Open

How to run aws-maven with Java 11 #68

areman opened this issue Jan 29, 2019 · 1 comment

Comments

@areman
Copy link

areman commented Jan 29, 2019

Is it possible to run the aws-maven with Java 11?
I stuck on the following Exception
org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy failed: A required class was missing while executing org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy: javax/xml/bind/JAXBException
Has somebody an idea how to solve it?

@areman areman changed the title How to run run with Java 11 How to run aws-maven with Java 11 Jan 29, 2019
@areman
Copy link
Author

areman commented Feb 6, 2019

Now I've switched to a fork which supports Java 11

<extensions>
  <extension>
    <groupId>com.github.ottogroupsolutionprovider</groupId>
    <artifactId>aws-maven</artifactId>
    <version>6.0.1</version>
  </extension>
</extensions>

releated issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant