summaryrefslogtreecommitdiff
path: root/examples/app-a-web/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app-a-web/pom.xml')
-rw-r--r--examples/app-a-web/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/app-a-web/pom.xml b/examples/app-a-web/pom.xml
new file mode 100644
index 0000000..4258644
--- /dev/null
+++ b/examples/app-a-web/pom.xml
@@ -0,0 +1,11 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>io.trygvis.appsh</groupId>
+ <artifactId>appsh-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+ <groupId>io.trygvis.appsh.examples</groupId>
+ <artifactId>app-a-web</artifactId>
+ <packaging>war</packaging>
+</project>