Add configuration for exec plugin.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 10 Aug 2013 20:54:25 +0000 (22:54 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 10 Aug 2013 20:54:25 +0000 (22:54 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 241f787..45eeece 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </archive>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <version>1.2.1</version>
+                               <configuration>
+                                       <mainClass>net.pterodactylus.xdcc.main.Main</mainClass>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>