You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/06 19:40:39 UTC

svn commit: r306815 - in /maven/maven-1/plugins/trunk/pom/xdocs: changes.xml goals.xml index.xml navigation.xml properties.xml

Author: ltheussl
Date: Thu Oct  6 10:40:35 2005
New Revision: 306815

URL: http://svn.apache.org/viewcvs?rev=306815&view=rev
Log:
Update documentation

Modified:
    maven/maven-1/plugins/trunk/pom/xdocs/changes.xml
    maven/maven-1/plugins/trunk/pom/xdocs/goals.xml
    maven/maven-1/plugins/trunk/pom/xdocs/index.xml
    maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml
    maven/maven-1/plugins/trunk/pom/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/pom/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/changes.xml?rev=306815&r1=306814&r2=306815&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pom/xdocs/changes.xml Thu Oct  6 10:40:35 2005
@@ -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>

Modified: maven/maven-1/plugins/trunk/pom/xdocs/goals.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/goals.xml?rev=306815&r1=306814&r2=306815&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/pom/xdocs/goals.xml Thu Oct  6 10:40:35 2005
@@ -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>

Modified: maven/maven-1/plugins/trunk/pom/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/index.xml?rev=306815&r1=306814&r2=306815&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/pom/xdocs/index.xml Thu Oct  6 10:40:35 2005
@@ -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>

Modified: maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml?rev=306815&r1=306814&r2=306815&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/pom/xdocs/navigation.xml Thu Oct  6 10:40:35 2005
@@ -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>
\ No newline at end of file
+</project>

Modified: maven/maven-1/plugins/trunk/pom/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/properties.xml?rev=306815&r1=306814&r2=306815&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/pom/xdocs/properties.xml Thu Oct  6 10:40:35 2005
@@ -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>
\ No newline at end of file
+</document>