Skip to content

Commit

Permalink
Add appbundler maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
apetresc committed Apr 8, 2019
1 parent 55de898 commit 8a191d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>sh.tak.appbundler</groupId>
<artifactId>appbundle-maven-plugin</artifactId>
<version>1.2.0</version>
<configuration>
<mainClass>featurecat.lizzie.Lizzie</mainClass>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8a191d7

Please sign in to comment.