projects
/
sonitus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2089cb
)
Add compiler plugin configuration.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 14 Mar 2013 18:15:50 +0000
(19:15 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 14 Mar 2013 18:15:50 +0000
(19:15 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
4d5e9d7
..
643e59a
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-12,4
+12,18
@@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>