aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-02 18:22:03 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-02 18:24:53 +0100
commit483ae5dc441707b33c67b092aadb37c5acd68bc8 (patch)
treeb1617d79328cc61604785adcc2d3e977bf473e2c
parent54355ef9862dadcfb34fda9e78850faeeae54f23 (diff)
downloadapp.sh-booter-jetty-483ae5dc441707b33c67b092aadb37c5acd68bc8.tar.gz
app.sh-booter-jetty-483ae5dc441707b33c67b092aadb37c5acd68bc8.tar.bz2
app.sh-booter-jetty-483ae5dc441707b33c67b092aadb37c5acd68bc8.tar.xz
app.sh-booter-jetty-483ae5dc441707b33c67b092aadb37c5acd68bc8.zip
o Adding <source> and <target> to compiler plugin.
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e1cb17f..47befac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,4 +77,16 @@
<developerConnection>scm:git:ssh://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</developerConnection>
<url>http://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>