git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
24 lines
682 B
XML
24 lines
682 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="0.8" date="in CVS">
|
|
<action dev="werken" type="add">
|
|
The two properties, maven.uberjar.main and
|
|
maven.uberjar.classworlds.conf, can now be specified via a
|
|
project's properties file. Previously, these were specified via
|
|
the command line.
|
|
</action>
|
|
<action dev="kaz" type="add">
|
|
Created uberjar plugin based on the cool bootstrapping code that
|
|
Jason and Bob worked out!
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|
|
|