Skip to content

Commit

Permalink
Reverted jar output to bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
niccottrell committed Jun 27, 2018
1 parent 87ea0fb commit 4db5ed3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added bin/POCDriver.jar
Binary file not shown.
Binary file added bin/original-POCDriver.jar
Binary file not shown.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<goal>shade</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/bin</outputDirectory>
<finalName>POCDriver</finalName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down

0 comments on commit 4db5ed3

Please sign in to comment.