projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2345d4c
)
Add configuration for maven’s exec plugin.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 8 Jan 2013 09:50:14 +0000
(10:50 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 8 Jan 2013 09:50:14 +0000
(10:50 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
6f917fb
..
0aa98ee
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-17,6
+17,14
@@
<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>