You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/02/01 01:43:35 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/java/xdocs properties.xml

bwalding    2003/01/31 16:43:35

  Modified:    src/plugins-build/java/xdocs properties.xml
  Log:
  MAVEN-75: Add maven.compile.verbose property.
  Also changed references to jakarta.apache.org/ant to ant.apache.org
  
  Revision  Changes    Path
  1.2       +20 -6     jakarta-turbine-maven/src/plugins-build/java/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/java/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	24 Jan 2003 03:44:31 -0000	1.1
  +++ properties.xml	1 Feb 2003 00:43:35 -0000	1.2
  @@ -33,7 +33,7 @@
               </p>
               <p>
                 Corresponds to the nested <code>compilerarg</code> element for the ant 
  -              <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
                 task.
               </p>
             </td>
  @@ -65,7 +65,7 @@
               </p>
               <p>
                 Corresponds to the <code>encoding</code> attribute for the ant 
  -              <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
                 task.
               </p>
             </td>
  @@ -79,7 +79,7 @@
               </p>
               <p>
                 Corresponds to the <code>executable</code> attribute for the ant 
  -              <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
                 task.
               </p>
             </td>
  @@ -93,7 +93,7 @@
               </p>
               <p>
                 Corresponds to the <code>fork</code> attribute for the ant 
  -              <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
                 task.
               </p>
             </td>
  @@ -116,7 +116,7 @@
               </p>
               <p>
                 Corresponds to the <code>source</code> attribute for the ant 
  -              <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
                 task.
               </p>
             </td>
  @@ -137,7 +137,21 @@
               </p>
               <p>
                 Corresponds to the <code>target</code> attribute for the ant 
  -              <a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
  +              task.
  +            </p>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>maven.compile.verbose</td>
  +          <td>Yes</td>
  +          <td>
  +            <p>
  +              Asks the compiler for verbose output
  +            </p>
  +            <p>
  +              Corresponds to the <code>verbose</code> attribute for the ant 
  +              <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
                 task.
               </p>
             </td>