diff --git a/pom.xml b/pom.xml index 2774e5215fb1ddcfb654b2e66d853b4639722c35..1f03f21a5df8553ee01c34d2a8a01a0b7ba4d807 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,24 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.6.0</version> + <executions> + <execution> + <goals> + <goal>java</goal> + </goals> + </execution> + </executions> + <configuration> + <mainClass>com.comandante.creeper.Main</mainClass> + <arguments> + <argument>DefaultMUD</argument> + </arguments> + </configuration> + </plugin> </plugins> <resources> <resource>