Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
61
java/xdocs/changes.xml
Normal file
61
java/xdocs/changes.xml
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
<author email="kschrader@karmalab.org">Kurt Schrader</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in cvs">
|
||||
<action dev="kschrader" type="add">
|
||||
Added the jar:install-snapshot goal to install a SNAPSHOT
|
||||
version jar in the local repository.
|
||||
</action>
|
||||
<action dev="dion" type="add" due-to="Daigo Moriwaki">
|
||||
Added maven.compile.encoding property
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Added docs on properties
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2002-10-06">
|
||||
<action dev="dion" type="fix">
|
||||
Added <a href="goals.html">goals documentation</a>
|
||||
</action>
|
||||
<action dev="dion" type="add">
|
||||
Added maven.compile.source, maven.compile.target,
|
||||
maven.compile.executable, maven.compile.fork and maven.compile.compilerargs
|
||||
properties to allow people with generics to build with Maven
|
||||
</action>
|
||||
<action dev="vmassol" type="fix">
|
||||
Compilation now only happens if java source is present
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Applied fix for MAVEN-102, which allows a manifest file to be
|
||||
specified, as well as the defaults when jar'ing.
|
||||
</action>
|
||||
<action dev="smor" type="update">
|
||||
Added goals installing and deploying the plugin:
|
||||
<ol>
|
||||
<li>plugin:install installs the plugin in Maven's plugins dir</li>
|
||||
<li>
|
||||
plugin:deploy installs an unpacked version of the plugin in
|
||||
Maven's plugins dir
|
||||
</li>
|
||||
</ol>
|
||||
<p>
|
||||
This is meant to ease the installation of plugins without having
|
||||
to bootstrap or manually copy the generated plugin to Maven's
|
||||
plugins dir.
|
||||
</p>
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Initial plugin created
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user