projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063f6b9
)
Add configuration for exec plugin.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 10 Aug 2013 20:54:25 +0000
(22:54 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 10 Aug 2013 20:54:25 +0000
(22:54 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
241f787
..
45eeece
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-59,6
+59,14
@@
</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>