mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 19:39:21 +00:00
Add jetty-maven-plugin <excludedGoals> for spdy test webapp as only run-forked will work
This commit is contained in:
parent
144a460407
commit
94164b8fb2
@ -24,6 +24,13 @@
|
||||
</jvmArgs>
|
||||
<jettyXml>${basedir}/src/main/config/example-jetty-spdy.xml</jettyXml>
|
||||
<contextPath>/</contextPath>
|
||||
<excludedGoals>
|
||||
<excludedGoal>run</excludedGoal>
|
||||
<excludedGoal>run-war</excludedGoal>
|
||||
<excludedGoal>deploy</excludedGoal>
|
||||
<excludedGoal>start</excludedGoal>
|
||||
<excludedGoal>stop</excludedGoal>
|
||||
</excludedGoals>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -53,6 +60,13 @@
|
||||
</jvmArgs>
|
||||
<jettyXml>${basedir}/src/main/config/example-jetty-spdy-proxy.xml</jettyXml>
|
||||
<contextPath>/</contextPath>
|
||||
<excludedGoals>
|
||||
<excludedGoal>run</excludedGoal>
|
||||
<excludedGoal>run-war</excludedGoal>
|
||||
<excludedGoal>deploy</excludedGoal>
|
||||
<excludedGoal>start</excludedGoal>
|
||||
<excludedGoal>stop</excludedGoal>
|
||||
</excludedGoals>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user