Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 7.6.1
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Number of attachments :
Description
When specifying a configuration for jetty:run-forked of
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<stopPort>8888</stopPort>
<stopKey>quit</stopKey>
<webApp>
<contextPath>/</contextPath>
</webApp>
</configuration>
</plugin>
the <contextPath> is not honored.
The configuration only works with <contextPath> is put outside of <webApp>.
I believe also other settings within <webApp> are not honored, but <contextPath> is immediately visible and testable.
Issue Links
- is related to
-
JETTY-1516
Jetty mavn plugin run-forked doesn't respect configuration set using file from contextXml option
-