Skip to content

Commit

Permalink
Fix: Added classifier for uber jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 14, 2026
1 parent 8c0f371 commit 59f22d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>shaded</shadedClassifierName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>edu.ntnu.idi.idatt2003.g40.mappe.Launcher</mainClass>
</transformer>
Expand Down

0 comments on commit 59f22d5

Please sign in to comment.