Add configuration for maven’s exec plugin.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 8 Jan 2013 09:50:14 +0000 (10:50 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 8 Jan 2013 09:50:14 +0000 (10:50 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6f917fb..0aa98ee 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <target>1.6</target>
                                </configuration>
                        </plugin>
                                        <target>1.6</target>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>exec-maven-plugin</artifactId>
+                               <version>1.2.1</version>
+                               <configuration>
+                                       <mainClass>net.pterodactylus.reactor.engine.Starter</mainClass>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                </plugins>
        </build>
        <dependencies>