summaryrefslogtreecommitdiff
path: root/examples/app-a-web/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-07 18:50:48 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-07 18:50:48 +0200
commiteea29a05abbd9a89a181455ac858173fc3640f93 (patch)
tree61140a115206e065dbd929c104787566829561c0 /examples/app-a-web/pom.xml
downloadapp.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.tar.gz
app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.tar.bz2
app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.tar.xz
app.sh-java-eea29a05abbd9a89a181455ac858173fc3640f93.zip
o Initial import of Java utils for app.sh.
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>