summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorgie <george@fivetran.com>2016-03-20 22:23:16 -0700
committerGeorgie <george@fivetran.com>2016-03-20 22:23:16 -0700
commite65ecb4d49e9123683f7032fa911c277f659f65d (patch)
tree0905b64c60c8eac688cd4ecfd66e42897d9e8951 /pom.xml
parent648d44d10a93eab30e924437d9c3cda6b77fbd68 (diff)
downloadjava-language-server-e65ecb4d49e9123683f7032fa911c277f659f65d.zip
Output out/fat-jar.jar directly
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0d3be9a..f157ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<configuration>
- <finalName>fat-jar</finalName>
+ <outputFile>${project.basedir}/out/fat-jar.jar</outputFile>
</configuration>
<executions>
<execution>