git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
22 lines
603 B
XML
22 lines
603 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven UberJar Plug-in Goals</title>
|
|
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>uberjar</name>
|
|
<description>
|
|
Generate a single JAR that contains all of the project's
|
|
dependencies as well as the project's classes. In addition,
|
|
the JAR contains bootstrapable code such that the JAR may be
|
|
invoked as: <code>java -jar uber.jar</code>.
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document>
|