projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b537b2
)
Add configuration for jar plugin.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 10 Aug 2013 20:54:05 +0000
(22:54 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 10 Aug 2013 20:54:05 +0000
(22:54 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
2d6e010
..
241f787
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-47,6
+47,18
@@
<target>1.6</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Plugin-Main-Class>net.pterodactylus.xdcc.main.Main</Plugin-Main-Class>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>