brett 07024cc0e6 PR: MPUBERJAR-4
add uberjar.bundle property for dependencies


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114998 13f79535-47bb-0310-9956-ffa450edef68
2004-04-10 03:17:22 +00:00

62 lines
2.1 KiB
XML

<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
</properties>
<body>
<release version="1.2-SNAPSHOT" date="in CVS">
<action dev="brett" type="update" due-to="Tryve Laugstol" issue="MPUBERJAR-2">Upgrade to classworlds RC2</action>
<action dev="brett" type="add" due-to="Joerg Schaible" issue="MPUBERJAR-4">Add uberjar.bundle property to dependencies to allow exclusion of certain JAR files</action>
</release>
<release version="1.1" date="2003-09-29">
<action dev="evenisse" type="fix">
Maven-655. Fix classworlds url.
</action>
<action dev="dion" type="update">
update to velocity 1.4-dev
</action>
<action dev="dion" type="fix">
Changed copy of dependencies to use artifacts, so that jar overrides would work
</action>
</release>
<release version="0.8" date="Unknown">
<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>
<action dev="michal" type="add">
Added install, install-snapshot, deploy, deploy-snapshot goals
</action>
</release>
</body>
</document>