summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2012-04-07 21:23:58 +1000
committermd_5 <md_5@bigpond.com>2012-04-07 21:23:58 +1000
commitfe8fb70db23b7d42f1f6b9274bf5b77c388b4fb4 (patch)
tree22adb2a59c4ab8c31fa28b7f934ea92f482c1d39
parentd8f158ed71a71fcfbcb1b5f27963635927554d27 (diff)
downloadEssentials-fe8fb70db23b7d42f1f6b9274bf5b77c388b4fb4.tar
Essentials-fe8fb70db23b7d42f1f6b9274bf5b77c388b4fb4.tar.gz
Essentials-fe8fb70db23b7d42f1f6b9274bf5b77c388b4fb4.tar.lz
Essentials-fe8fb70db23b7d42f1f6b9274bf5b77c388b4fb4.tar.xz
Essentials-fe8fb70db23b7d42f1f6b9274bf5b77c388b4fb4.zip
Fix artifacts (reverse-merged from commit a8d8adbefcc3c828dc974b1788547f4303e6a9fa)
-rw-r--r--pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4c40da7fc..1a2465ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,6 @@
</dependencies>
<build>
- <finalName>${project.artifactId}</finalName>
- <outputDirectory>../jars</outputDirectory>
<sourceDirectory>${basedir}/src</sourceDirectory>
<testSourceDirectory>${basedir}/test</testSourceDirectory>
<resources>
@@ -65,6 +63,15 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <finalName>${project.artifactId}</finalName>
+ <outputDirectory>../jars</outputDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.4</version>
<executions>
@@ -94,7 +101,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <bukkitversion>1.2.5-R1.0</bukkitversion>
+ <bukkitversion>1.2.3-R0.3-SNAPSHOT</bukkitversion>
<build.number>Unknown</build.number>
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>