projects
/
jSite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ade811
)
Add configuration for maven exec plugin.
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 19 Sep 2012 20:18:50 +0000
(22:18 +0200)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 20 Sep 2012 06:49:34 +0000
(08:49 +0200)
This will allow “mvn exec:java” to run jSite.
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
574c52b
..
4d9b0e3
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-67,6
+67,14
@@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.2.1</version>
+ <configuration>
+ <mainClass>de.todesbaum.jsite.main.Main</mainClass>
+ </configuration>
+ </plugin>
</plugins>
</build>
<reporting>