mirror of https://github.com/apache/cloudstack.git
fix jetty:run environment setup
This commit is contained in:
parent
6504fc6b09
commit
a4e0c4f012
|
|
@ -200,8 +200,8 @@
|
|||
</connector>
|
||||
</connectors>
|
||||
<contextPath>/client</contextPath>
|
||||
<webXml>${basedir}/WEB-INF/web.xml</webXml>
|
||||
<webAppSourceDirectory>${basedir}/target/generated-webapp</webAppSourceDirectory>
|
||||
<webXml>${basedir}/target/${project.artifactId}-${project.version}/WEB-INF/web.xml</webXml>
|
||||
<webAppSourceDirectory>${basedir}/target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue