summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-22 16:44:11 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-22 16:46:16 +0200
commitb147563525e9b0b059acb94cb39c6cf0f439bdb8 (patch)
treec9c33deec7f95516f801a399e17375c792cf4340 /examples
parentda1410d3c8ae760ccc66c724c76d5013df7f96af (diff)
downloadapp.sh-java-master.tar.gz
app.sh-java-master.tar.bz2
app.sh-java-master.tar.xz
app.sh-java-master.zip
o Getting the Jetty dependencies correct for JSPX support.HEADmaster
Diffstat (limited to 'examples')
-rw-r--r--examples/app-a-bundle/pom.xml1
-rw-r--r--examples/app-a-web/pom.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/app-a-bundle/pom.xml b/examples/app-a-bundle/pom.xml
index 63b4c5a..04d5e43 100644
--- a/examples/app-a-bundle/pom.xml
+++ b/examples/app-a-bundle/pom.xml
@@ -4,6 +4,7 @@
<groupId>io.trygvis.appsh</groupId>
<artifactId>appsh-parent</artifactId>
<version>1.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<groupId>io.trygvis.appsh.examples</groupId>
<artifactId>app-a-bundle</artifactId>
diff --git a/examples/app-a-web/pom.xml b/examples/app-a-web/pom.xml
index 4258644..2db17e2 100644
--- a/examples/app-a-web/pom.xml
+++ b/examples/app-a-web/pom.xml
@@ -4,6 +4,7 @@
<groupId>io.trygvis.appsh</groupId>
<artifactId>appsh-parent</artifactId>
<version>1.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<groupId>io.trygvis.appsh.examples</groupId>
<artifactId>app-a-web</artifactId>