From 038775e2e30a66a807e0b0281cf1890544107a64 Mon Sep 17 00:00:00 2001 From: sleak Date: Wed, 7 Dec 2011 21:53:42 -0800 Subject: [PATCH] updated pom. hopefully this works --- plugin.yml | 3 ++- pom.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index dd8b697..27fccfd 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,8 @@ name: Vault main: net.milkbowl.vault.Vault version: 1.1.8-b000 -author: Cereal, Sleaker +authors: [Cereal, Sleaker] +website: http://dev.bukkit.org/server-mods/vault description: > Abstraction Library for Bukkit Plugins commands: diff --git a/pom.xml b/pom.xml index cbb20dd..f129def 100644 --- a/pom.xml +++ b/pom.xml @@ -7,4 +7,19 @@ UTF-8 + + + target + target/classes + ${artifactId}-${version} + target/test-classes + src + scripts + test + + + lib + + + \ No newline at end of file