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"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
* Copyright 2001-2005 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.
|
||||
@ -24,7 +24,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<releases>
|
||||
<release version="1.4.2-SNAPSHOT" date="in CVS">
|
||||
<release version="1.4.2-SNAPSHOT" date="in SVN">
|
||||
</release>
|
||||
<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>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?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");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@ -31,11 +31,10 @@
|
||||
</goal>
|
||||
<goal>
|
||||
<name>pom:contentvalidate</name>
|
||||
<description>Validate the Maven POM (after interpolation and inheritance)</description>
|
||||
</goal>
|
||||
<goal>
|
||||
<name>pom:taglib</name>
|
||||
<description>set up validation tag library</description>
|
||||
<description>
|
||||
Validate the Maven POM (after interpolation and inheritance).
|
||||
<strong>DEPRECATED</strong>: use <code>pom:validate</code> instead.
|
||||
</description>
|
||||
</goal>
|
||||
<goal>
|
||||
<name>pom:validate</name>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?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");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@ -31,9 +31,12 @@
|
||||
for your POM.
|
||||
</p>
|
||||
<p>
|
||||
<strong>WARNING:</strong> pom:validate doesn't work properly on
|
||||
descriptors which extend another one. i.e. it only works on the
|
||||
xml file before processing.
|
||||
<strong>WARNING</strong>: for the <code>pom:validate</code> goal
|
||||
to work, your project descriptor (<code>project.xml</code>) has
|
||||
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>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?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");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@ -22,14 +22,11 @@
|
||||
<title>Maven pom Plugin</title>
|
||||
<body>
|
||||
<links>
|
||||
<item href="http://maven.apache.org/" name="Maven">
|
||||
</item>
|
||||
<item href="http://maven.apache.org/" name="Maven"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item href="/goals.html" name="Goals">
|
||||
</item>
|
||||
<item href="/properties.html" name="Properties">
|
||||
</item>
|
||||
<item href="/goals.html" name="Goals"/>
|
||||
<item href="/properties.html" name="Properties"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
@ -1,7 +1,7 @@
|
||||
<?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");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@ -17,21 +17,13 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>pom Properties</title>
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
<title>Maven POM Plugin Properties</title>
|
||||
</properties>
|
||||
<body>
|
||||
<section name="pom Settings">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Property</th>
|
||||
<th>Optional?</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</table>
|
||||
<section name="Maven POM Plugin Settings">
|
||||
<p>There are no settings to customize this plugin</p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
Loading…
x
Reference in New Issue
Block a user