Maven Jetty plugin : packaging type [jar] is unsupported
问题 I have a created a project with SpringBoot and project packaging type is jar and also i added the jetty dependency into the project and when i am trying to build the project with mvn jetty:run ,build is successful but i am getting a message like this [INFO] Skipping keycloak-springboot-demo : packaging type [jar] is unsupported and below is my pom.xml file <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema