Skip to content

Commit

Permalink
disabled jetty start plugin on jax-cxf sample
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario committed Mar 2, 2021
1 parent b78de69 commit bc9691e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/server/petstore/jaxrs-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
Expand Down Expand Up @@ -58,6 +59,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit bc9691e

Please sign in to comment.