summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2012-03-18 14:21:17 +1100
committermd_5 <md_5@bigpond.com>2012-03-18 14:21:17 +1100
commitb643f2c1d6122263b4bd5d934afe762d49ed2072 (patch)
treeb376c84a096262fb59246cda7a5f757ea655ec7a
parent97530fd15dab1ee3e1e23aae1ce728f1d688fbea (diff)
downloadEssentials-b643f2c1d6122263b4bd5d934afe762d49ed2072.tar
Essentials-b643f2c1d6122263b4bd5d934afe762d49ed2072.tar.gz
Essentials-b643f2c1d6122263b4bd5d934afe762d49ed2072.tar.lz
Essentials-b643f2c1d6122263b4bd5d934afe762d49ed2072.tar.xz
Essentials-b643f2c1d6122263b4bd5d934afe762d49ed2072.zip
Add the maven compile plugin to ensure consistant builds
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4bfd52174..b054285b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,15 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>