Skip to content

Commit

Permalink
Set the UBER-JAR as the default executable.
Browse files Browse the repository at this point in the history
This software is standalone and uses a lot of dependencies to accomplish its goals. So, if another software uses this as a "library", it will be complex and unnecessary to try and deal with all those dependencies, some of which are needed only in specific cases during runtime.
  • Loading branch information
LSmyrnaios committed Feb 8, 2024
1 parent e03bcc0 commit 3b5067e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<goal>shade</goal>
</goals>
<configuration>
<finalName>publications_retriever-uber_jar-${version}</finalName>
<!-- Un-comment the following, in case we want the "UBER-JAR" to NOT have the default-name. -->
<!-- <finalName>publications_retriever-uber_jar-${version}</finalName> -->
<transformers>
<!-- add Main-Class to manifest file -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down

0 comments on commit 3b5067e

Please sign in to comment.