Skip to content

Commit

Permalink
depending on Simon
Browse files Browse the repository at this point in the history
  • Loading branch information
Juju Gouldbergstein committed Aug 5, 2018
1 parent 7bd992e commit c66614e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<archive>
<index>true</index>
<manifest>
<mainClass>com.innovanon.robo_click.RoboClick.App</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit c66614e

Please sign in to comment.