From da8f894c73feac896c2c429af419309ab1f1df83 Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Fri, 14 Sep 2012 22:29:07 +0200 Subject: [PATCH] Initial mavenisation --- .gitignore | 1 + pom.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index b00c2c8..c763a63 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /lib /test-result /logs +/precompiled *.swp diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0bf9a61 --- /dev/null +++ b/pom.xml @@ -0,0 +1,69 @@ + + + + com.google.code.maven-play-plugin + play-app-default-parent + 1.0.0-beta3 + + + 4.0.0 + org.vanbest + lootjes + 0.1.0-SNAPSHOT + play + + + 1.2.5 + true + + + Lootjes Play! web application + + + + com.google.code.maven-play-plugin + Maven Play Plugin - releases + http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases + + false + + + + com.google.code.maven-play-plugin-snapshots + Maven Play Plugin - snapshots + http://maven-play-plugin.googlecode.com/svn/mavenrepo/snapshots + + false + + + + + + + + com.google.code.maven-play-plugin + play-maven-plugin + true + + + + + + + com.google.code.maven-play-plugin.org.playframework.modules.crud + play-crud + ${play.version} + module + zip + + + com.google.code.maven-play-plugin.org.playframework.modules.secure + play-secure + ${play.version} + module + zip + + + -- 2.39.5