You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without specifying the maven war plugin following error happens:
"plugin 'org.apache.maven.plugins:maven-war-plugin:2.2' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Cannot access defaults field of Properties"
Furthermore after explicitly specifying the maven war plugin a lot of warnings appear during " mvn package jetty:run" and at the end jetty is not working because of
"Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.53.v20231009:run (default-cli) on project swagger-petstore: Failure: Error forming scan list: Not file or doesn't exist: D:\dev\apps\swagger-petstore-master\src\main\resources\openapi-inflector.yaml"
The text was updated successfully, but these errors were encountered:
Without specifying the maven war plugin following error happens:
"plugin 'org.apache.maven.plugins:maven-war-plugin:2.2' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Cannot access defaults field of Properties"
Furthermore after explicitly specifying the maven war plugin a lot of warnings appear during " mvn package jetty:run" and at the end jetty is not working because of
"Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.53.v20231009:run (default-cli) on project swagger-petstore: Failure: Error forming scan list: Not file or doesn't exist: D:\dev\apps\swagger-petstore-master\src\main\resources\openapi-inflector.yaml"
The text was updated successfully, but these errors were encountered: