diff --git a/.gitignore b/.gitignore
index 90401bb3c..a76656100 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,4 +30,5 @@ manifest.mf
*.iws
.idea/
-EssentialsRelease/
\ No newline at end of file
+EssentialsRelease/
+jars/
\ No newline at end of file
diff --git a/EssentialsAntiCheat/pom.xml b/EssentialsAntiCheat/pom.xml
index 785a25c7a..f80fa4656 100644
--- a/EssentialsAntiCheat/pom.xml
+++ b/EssentialsAntiCheat/pom.xml
@@ -15,7 +15,7 @@
org.bukkit
craftbukkit
- 1.2.3-R0.2-SNAPSHOT
+ ${bukkitversion}
diff --git a/packager.xml b/packager.xml
index cc86ec046..2dfd60743 100644
--- a/packager.xml
+++ b/packager.xml
@@ -11,16 +11,5 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pom.xml b/pom.xml
index 827872d91..29460d62c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
org.bukkit
bukkit
- 1.2.3-R0.2-SNAPSHOT
+ ${bukkitversion}
@@ -50,10 +50,22 @@
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.4
+
+ ${project.artifactId}
+ ../jars
+
+
+
UTF-8
+ 1.2.3-R0.3-SNAPSHOT
true
2
2