From 96a01a0c4d5f2495492d77b2d20b0ab06ec2ae78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 17 Apr 2012 15:26:43 +0200 Subject: [PATCH] Add Maven POM. --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9ab27be --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + net.pterodactylus + demoscene-music + war + 0.0.1 + DemosceneMusic + http://demoscene-music.pterodactylus.net/ + + + junit + junit + 3.8.1 + test + + + + demoscene-music + + -- 2.7.4