Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Added main class transform
Browse files Browse the repository at this point in the history
  • Loading branch information
ata4 committed Jan 16, 2016
1 parent e687508 commit ace5642
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions disunity-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<finalName>disunity</finalName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>info.ata4.disunity.cli.DisUnityCli</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit ace5642

Please sign in to comment.