Skip to content

Commit

Permalink
Changes on POM file for final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm1986 committed Oct 15, 2015
1 parent 512019a commit 1787d6e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Pong_Game/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,22 @@
</properties>
<name>Pong Game</name>
<description>This game has been developed to practise Java GUI and threads.</description>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<mainClass>javase/pong_game/Pong</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 1787d6e

Please sign in to comment.