Update documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@306815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0167d57a5
commit
c4f95a97fa
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2005 The Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.4.2-SNAPSHOT" date="in CVS">
|
<release version="1.4.2-SNAPSHOT" date="in SVN">
|
||||||
</release>
|
</release>
|
||||||
<release version="1.4.1" date="2004-06-19">
|
<release version="1.4.1" date="2004-06-19">
|
||||||
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
|
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2005 The Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -31,11 +31,10 @@
|
|||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
<name>pom:contentvalidate</name>
|
<name>pom:contentvalidate</name>
|
||||||
<description>Validate the Maven POM (after interpolation and inheritance)</description>
|
<description>
|
||||||
</goal>
|
Validate the Maven POM (after interpolation and inheritance).
|
||||||
<goal>
|
<strong>DEPRECATED</strong>: use <code>pom:validate</code> instead.
|
||||||
<name>pom:taglib</name>
|
</description>
|
||||||
<description>set up validation tag library</description>
|
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
<name>pom:validate</name>
|
<name>pom:validate</name>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2005 The Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -31,9 +31,12 @@
|
|||||||
for your POM.
|
for your POM.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>WARNING:</strong> pom:validate doesn't work properly on
|
<strong>WARNING</strong>: for the <code>pom:validate</code> goal
|
||||||
descriptors which extend another one. i.e. it only works on the
|
to work, your project descriptor (<code>project.xml</code>) has
|
||||||
xml file before processing.
|
to be at leat parsable and well-formed in the first place
|
||||||
|
(chicken or egg?). If your pom is not well-formed, Maven
|
||||||
|
will fail with a <code>SAXParseException</code> (and hopefully
|
||||||
|
a useful error message) before any plugin starts to work.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2005 The Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -22,14 +22,11 @@
|
|||||||
<title>Maven pom Plugin</title>
|
<title>Maven pom Plugin</title>
|
||||||
<body>
|
<body>
|
||||||
<links>
|
<links>
|
||||||
<item href="http://maven.apache.org/" name="Maven">
|
<item href="http://maven.apache.org/" name="Maven"/>
|
||||||
</item>
|
|
||||||
</links>
|
</links>
|
||||||
<menu name="Overview">
|
<menu name="Overview">
|
||||||
<item href="/goals.html" name="Goals">
|
<item href="/goals.html" name="Goals"/>
|
||||||
</item>
|
<item href="/properties.html" name="Properties"/>
|
||||||
<item href="/properties.html" name="Properties">
|
|
||||||
</item>
|
|
||||||
</menu>
|
</menu>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2005 The Apache Software Foundation.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -17,21 +17,13 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>pom Properties</title>
|
<title>Maven POM Plugin Properties</title>
|
||||||
<author email="dion@apache.org">dIon Gillard</author>
|
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<section name="pom Settings">
|
<section name="Maven POM Plugin Settings">
|
||||||
<table>
|
<p>There are no settings to customize this plugin</p>
|
||||||
<tr>
|
|
||||||
<th>Property</th>
|
|
||||||
<th>Optional?</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user