2003-01-24 03:44:26 +00:00

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>