Skip to content

Commit bc9691e

Browse files
committed
disabled jetty start plugin on jax-cxf sample
1 parent b78de69 commit bc9691e

File tree

1 file changed

+2
-0
lines changed
  • samples/server/petstore/jaxrs-cxf

1 file changed

+2
-0
lines changed

samples/server/petstore/jaxrs-cxf/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</execution>
2222
</executions>
2323
</plugin>
24+
<!--
2425
<plugin>
2526
<groupId>org.eclipse.jetty</groupId>
2627
<artifactId>jetty-maven-plugin</artifactId>
@@ -58,6 +59,7 @@
5859
</execution>
5960
</executions>
6061
</plugin>
62+
-->
6163
<plugin>
6264
<groupId>org.codehaus.mojo</groupId>
6365
<artifactId>build-helper-maven-plugin</artifactId>

0 commit comments

Comments
 (0)