summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2014-04-22 17:33:17 +0200
committerSimon Rettberg2014-04-22 17:33:17 +0200
commitd1330756ddc2f2d092ade2fde01930ab4a987f23 (patch)
tree42f026ba2dcb782baceab44d94dfefbd6b0e7473 /pom.xml
parentadded a method to imageserver so that finshed uploads can be signaled (diff)
downloadmasterserver-d1330756ddc2f2d092ade2fde01930ab4a987f23.tar.gz
masterserver-d1330756ddc2f2d092ade2fde01930ab4a987f23.tar.xz
masterserver-d1330756ddc2f2d092ade2fde01930ab4a987f23.zip
Add code styling settings for eclipse
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f185e9f..4e6974a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,15 @@
</descriptorRefs>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.9</version>
+ <configuration>
+ <workspace>${basedir}</workspace>
+ <workspaceCodeStylesURL>file://${basedir}/extras/eclipse-code-style.xml</workspaceCodeStylesURL>
+ </configuration>
+ </plugin>
</plugins>
<resources>
<resource>