Skip to content

Commit

Permalink
fixed uber jar generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Dec 24, 2016
1 parent cd58589 commit 6e15838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
<artifactId>maven-shade-plugin</artifactId>
<version>${maven.shade.version}</version>
<configuration>
<outputFile>${project.build.directory}/${project.name}-${project.version}-uber.jar</outputFile>
<outputFile>${project.build.directory}/fxgl-${project.version}-uber.jar</outputFile>
</configuration>
<executions>
<!-- Run shade goal on package phase -->
Expand Down

0 comments on commit 6e15838

Please sign in to comment.