swagger-api / swagger-samples

Samples for the various Swagger projects under swagger-api
http://swagger.io
Apache License 2.0
538 stars 883 forks source link

Can't build java-jersey2-minimal #212

Open jcverah opened 2 years ago

jcverah commented 2 years ago

Hi,

I'm getting some errors when try to build the project.

-Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer -Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.5:add-source (execution: default, phase: initialize) -Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.5:compile (execution: default, phase: compile) -Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.5:testCompile (execution: default, phase: test-compile)

Can you please help whit this issue?. Im using eclipse 2021-12, Java 8 and embbeded maven 3.8.1.

Thank you very much.