summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-07-14 10:02:56 +1000
committermd_5 <git@md-5.net>2018-07-14 10:05:56 +1000
commitc6921030f497a7955f4a6145b8b013e6870567ff (patch)
tree1a31d1d457dc5b389e2d6893eccaab2922d34dd8 /pom.xml
parent93b2c6d59bd82283cf2f7221e02481ba2fd7f5c2 (diff)
downloadfernflower-c6921030f497a7955f4a6145b8b013e6870567ff.tar
fernflower-c6921030f497a7955f4a6145b8b013e6870567ff.tar.gz
fernflower-c6921030f497a7955f4a6145b8b013e6870567ff.tar.lz
fernflower-c6921030f497a7955f4a6145b8b013e6870567ff.tar.xz
fernflower-c6921030f497a7955f4a6145b8b013e6870567ff.zip
Format via embedded eclipse formatter & add determinerHEADmaster
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9c9b723..340282c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,11 +12,32 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.spigotmc</groupId>
+ <artifactId>eclipse-formatter</artifactId>
+ <version>3.14.0-spigotmc-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+
<build>
<sourceDirectory>./src</sourceDirectory>
<plugins>
<plugin>
+ <groupId>net.md-5</groupId>
+ <artifactId>determiner</artifactId>
+ <version>0.1</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>transform</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
@@ -38,6 +59,22 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>3.1.1</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <minimizeJar>true</minimizeJar>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project> \ No newline at end of file