spring-attic / aws-maven

Apache License 2.0
214 stars 174 forks source link

How to run aws-maven with Java 11 #68

Open areman opened 5 years ago

areman commented 5 years ago

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 commented 5 years ago

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