Skip to content

Instantly share code, notes, and snippets.

View sirolf2009's full-sized avatar

Floris Thijssen sirolf2009

  • Rotterdam, Netherlands
View GitHub Profile
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<assembleDirectory>${project.build.directory}/${project.artifactId}</assembleDirectory>
<programs>
<program>
<mainClass>nl.northpool.eex.pusher.Pusher</mainClass>
<id>pusher</id>
@sirolf2009
sirolf2009 / command
Last active April 18, 2019 14:43
Maven releasing
mvn clean deploy -P release