Commit bea389c1 authored by Administrator's avatar Administrator

Changes the context paths of the JSF and REST modules

The JSF and REST modules are now served from the /xcs-sample path.
parent fd311895
...@@ -45,6 +45,18 @@ ...@@ -45,6 +45,18 @@
<configuration> <configuration>
<defaultLibBundleDir>lib/</defaultLibBundleDir> <defaultLibBundleDir>lib/</defaultLibBundleDir>
<skinnyWars>true</skinnyWars> <skinnyWars>true</skinnyWars>
<modules>
<webModule>
<groupId>es.uvigo.esei.xcs</groupId>
<artifactId>jsf</artifactId>
<contextRoot>/xcs-sample/jsf</contextRoot>
</webModule>
<webModule>
<groupId>es.uvigo.esei.xcs</groupId>
<artifactId>rest</artifactId>
<contextRoot>/xcs-sample/rest</contextRoot>
</webModule>
</modules>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment