You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2020/03/19 00:19:01 UTC

svn commit: r1875402 [3/5] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2/ docs...

Modified: maven/website/content/faq-unoffical.html
==============================================================================
--- maven/website/content/faq-unoffical.html (original)
+++ maven/website/content/faq-unoffical.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/markdown/faq-unoffical.md at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/markdown/faq-unoffical.md at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -39,7 +39,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active "> <a href="https://github.com/apache/maven-site/tree/master/content/markdown/faq-unoffical.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="download.cgi" title="Download">Download</a></li>
@@ -143,31 +143,29 @@ under the License.
 <p>This page serves as a collection of questions <i>with</i> answers. If you have a frequently asked question that doesn&#x2019;t yet have an answer, please list that question on [the other page](FAQs].</p>
 <h1>Answered Questions (Index)</h1><section><section>
 <h3><a name="Reports_.26_Site_Docs"></a>Reports &amp; Site Docs</h3>
-<p>[How do I merge a list of configuration items in a parent POM with those in a child POM?](#How do I merge a list of configuration items in a parent POM with those in a child POM?) [Why do I not get an index.html page generated for my project website?](#Why do I not get an index.html page generated for my project website?) [How do I include/exclude the other modules in the navigation menu in the parent site?](#How do I include/exclude the other modules in the navigation menu in the parent site?) [How do I create a report that does not require Doxia&#x2019;s Sink interface?](#How do I create a report that does not require Doxia&#x2019;s Sink interface?) [How do I generate Maven plug-in sites, with pages that include an overview of the goals and parameters for each plug-in?](#How do I generate Maven plug-in sites, with pages that include an overview of the goals and parameters for each plug-in?) [Is there a site.xml DTD?](#Is there a site.xml DTD?) [How do I integrate static (x)html
  into a Maven site?](#How do I integrate static (x)html into a Maven site?) [Where do I configure report plug-ins, like javadoc?](#Where do I configure report plug-ins, like javadoc?) [Is there a way to get Maven to report the number of compile errors found?](#Is there a way to get Maven to report the number of compile errors found?) [How do I convert my &lt; reports &gt; from Maven 1 to Maven 2?](#How do I convert my &lt; reports &gt; from Maven 1 to Maven 2?) (#Handle special characters in site) [How do I add a description to the welcome page of the generated site when I execute mvn site?](#How do I add a description to the welcome page of the generated site when I execute mvn site?] [Which part in pom.xml the javadoc plugin should be configured?](#Which part in pom.xml the javadoc plugin should be configured?]</p></section><section>
+<p>[How do I merge a list of configuration items in a parent POM with those in a child POM?](#How do I merge a list of configuration items in a parent POM with those in a child POM?) [Why do I not get an index.html page generated for my project website?](#Why do I not get an index.html page generated for my project website?) [How do I include/exclude the other modules in the navigation menu in the parent site?](#How do I include/exclude the other modules in the navigation menu in the parent site?) [How do I create a report that does not require Doxia&#x2019;s Sink interface?](#How do I create a report that does not require Doxia&#x2019;s Sink interface?) [How do I generate Maven plug-in sites, with pages that include an overview of the goals and parameters for each plug-in?](#How do I generate Maven plug-in sites, with pages that include an overview of the goals and parameters for each plug-in?) [Is there a site.xml DTD?](#Is there a site.xml DTD?) [How do I integrate static (x)html
  into a Maven site?](#How do I integrate static (x)html into a Maven site?) [Where do I configure report plug-ins, like javadoc?](#Where do I configure report plug-ins, like javadoc?) [Is there a way to get Maven to report the number of compile errors found?](#Is there a way to get Maven to report the number of compile errors found?) [How do I add a description to the welcome page of the generated site when I execute mvn site?](#How do I add a description to the welcome page of the generated site when I execute mvn site?] [Which part in pom.xml the javadoc plugin should be configured?](#Which part in pom.xml the javadoc plugin should be configured?]</p></section><section>
 <h3><a name="Eclipse"></a>Eclipse</h3>
-<p>[How do I specify which output folders the Eclipse plugin puts into the .classpath file?](#How do I specify which output folders the Eclipse plugin puts into the .classpath file?] [Where can I get the Maven 2 plugin for Eclipse?](#Where can I get the Maven 2 plugin for Eclipse?] [I issued- mvn -Declipse.downloadSources=true eclipse eclipse goal. It created .classpath and .project for both modules, and in my local repository it downloaded sources Ho do I access them in eclipse?](#I issued- mvn -Declipse.downloadSources=true eclipse eclipse goal. It created .classpath and .project for both modules, and in my local repository it downloaded sources Ho do I access them in eclipse?] [Is it possible that if I do mvn eclipse eclipse goal that my project would get disconnected from the subversion repository?](#Is it possible that if I do mvn eclipse eclipse goal that my project would get disconnected from the subversion repository?] [Does it matter if the project&#x2019;s directory name i
 s not the same as the artifactId?](#Does it matter if the project&#x2019;s directory name is not the same as the artifactId?]</p></section><section>
+<p>[How do I specify which output folders the Eclipse plugin puts into the .classpath file?](#How do I specify which output folders the Eclipse plugin puts into the .classpath file?] [Where can I get the Maven plugin for Eclipse?](#Where can I get the Maven plugin for Eclipse?] [I issued- mvn -Declipse.downloadSources=true eclipse eclipse goal. It created .classpath and .project for both modules, and in my local repository it downloaded sources Ho do I access them in eclipse?](#I issued- mvn -Declipse.downloadSources=true eclipse eclipse goal. It created .classpath and .project for both modules, and in my local repository it downloaded sources Ho do I access them in eclipse?] [Is it possible that if I do mvn eclipse eclipse goal that my project would get disconnected from the subversion repository?](#Is it possible that if I do mvn eclipse eclipse goal that my project would get disconnected from the subversion repository?] [Does it matter if the project&#x2019;s directory name is no
 t the same as the artifactId?](#Does it matter if the project&#x2019;s directory name is not the same as the artifactId?]</p></section><section>
 <h3><a name="Plugins"></a>Plugins</h3>
-<p>[How do I resolve the &quot; &lt; plugin name &gt; does not exist or no valid version &quot; error?](#no-valid-version] [How do I list available plugins?](#How do I list available plugins?] [How do I get a plug-in&#x2019;s dependencies from a Mojo?](#How do I get a plug-in&#x2019;s dependencies from a Mojo?] [How do I locate a required plug-in?](#How do I locate a required plug-in?] [How do I determine what version of a plugin I am using?](#How do I determine what version of a plugin I am using?] [How do I use SNAPSHOT versions of plug-ins?](#How do I use SNAPSHOT versions of plug-ins?] [Is there a property file for plug-in configuration in Maven 2.0?](#Is there a property file for plug-in configuration in Maven 2.0?] [I&#x2019;ve just created a maven plugin. Is there a sample plugin integration test I can use?](#I&#x2019;ve just created a maven plugin. Is there a sample plugin integration test I can use?] [The snapshot version of the plugin is not updated in the snapshot repo, W
 hat should I do to update my copy of the plugin?](#The snapshot version of the plugin is not updated in the snapshot repo, What should I do to update my copy of the plugin?] [How to list all goals available for a certain plugin?](#How to list all goals available for a certain plugin?] [What does the &#x2018;You cannot have two plugin executions with the same (or missing)  elements&#x2019; message mean?](#What does the &#x2018;You cannot have two plugin executions with the same (or missing)  elements&#x2019; message mean?] [#How do I execute the assembly plugin with different configurations] [Where is the plugin-registry.xml?](#Where is the plugin-registry.xml?] [How do I know which phase a plug-in is associated with?](#How do I know which phase a plug-in is associated with?]</p></section><section>
+<p>[How do I resolve the &quot; &lt; plugin name &gt; does not exist or no valid version &quot; error?](#no-valid-version] [How do I list available plugins?](#How do I list available plugins?] [How do I get a plug-in&#x2019;s dependencies from a Mojo?](#How do I get a plug-in&#x2019;s dependencies from a Mojo?] [How do I locate a required plug-in?](#How do I locate a required plug-in?] [How do I determine what version of a plugin I am using?](#How do I determine what version of a plugin I am using?] [How do I use SNAPSHOT versions of plug-ins?](#How do I use SNAPSHOT versions of plug-ins?] [I&#x2019;ve just created a maven plugin. Is there a sample plugin integration test I can use?](#I&#x2019;ve just created a maven plugin. Is there a sample plugin integration test I can use?] [The snapshot version of the plugin is not updated in the snapshot repo, What should I do to update my copy of the plugin?](#The snapshot version of the plugin is not updated in the snapshot repo, What should
  I do to update my copy of the plugin?] [How to list all goals available for a certain plugin?](#How to list all goals available for a certain plugin?] [What does the &#x2018;You cannot have two plugin executions with the same (or missing)  elements&#x2019; message mean?](#What does the &#x2018;You cannot have two plugin executions with the same (or missing)  elements&#x2019; message mean?] [#How do I execute the assembly plugin with different configurations] [Where is the plugin-registry.xml?](#Where is the plugin-registry.xml?] [How do I know which phase a plug-in is associated with?](#How do I know which phase a plug-in is associated with?]</p></section><section>
 <h3><a name="POM"></a>POM</h3>
 <p>[#How do I install a file in my local repository along with a generic POM] [How do I install a file in my local repository along with my customized POM?](#How do I install a file in my local repository along with my customized POM?] [Does the v4.0.0 POM include a &lt; versions/ &gt; element?](#Does the v4.0.0 POM include a &lt; versions/ &gt; element?] [How do I read the version from the pom.xml and then using Java display the version on my application?](#How do I read the version from the pom.xml and then using Java display the version on my application?] [How do I determine which POM contains missing transitive dependency?](#How do I determine which POM contains missing transitive dependency?] [Does a POM inherit its resources?](#Does a POM inherit its resources?] [Is it possible to specify multiple(s) in a POM at a greater depth than 1 level?](#Is it possible to specify multiple(s) in a POM at a greater depth than 1 level?] [Is there a way to read and examine the contents of a
  pom.xml file from inside an application?](#Is there a way to read and examine the contents of a pom.xml file from inside an application?] [Is there a way to use the current date in the POM?](#Is there a way to use the current date in the POM?] [Where are the Maven XSD schemas?](#Where are the Maven XSD schemas?] [Where can I find a complete list of properties available in the pom?](MavenPropertiesGuide]</p></section><section>
 <h3><a name="Dependencies"></a>Dependencies</h3>
-<p>[How do I implement &#x201c;maven.jar.override&#x201d; of Maven 1 with Maven 2?](#How do I implement maven.jar.override of Maven 1 with Maven 2] [Why there are no dependency properties in Maven 2?](#Why there are no dependency properties in Maven 2?] [How to make a war artifact as a dependency?](#How to make a war artifact as a dependency?] [Can I disable transitive dependencies?](#Can I disable transitive dependencies?] [Is there a preferred way to communicate dependencies in documentation?](#Is there a preferred way to communicate dependencies in documentation?] [Are there any recommendations on how to handle dependencies, which aren&#x2019;t always required?](#Are there any recommendations on how to handle dependencies, which aren&#x2019;t always required?] [How do I determine my project&#x2019;s transitive dependencies, and if needed, exclude a particular  transitive dependency?](#How do I determine my project&#x2019;s transitive dependencies, and if needed, exclude a particu
 lar  transitive dependency?] [If two versions of the same dependency are at the same depth, how do you know or predict which version will be used?](#If two versions of the same dependency are at the same depth, how do you know or predict which version will be used?]</p></section><section>
+<p>[How to make a war artifact as a dependency?](#How to make a war artifact as a dependency?] [Can I disable transitive dependencies?](#Can I disable transitive dependencies?] [Is there a preferred way to communicate dependencies in documentation?](#Is there a preferred way to communicate dependencies in documentation?] [Are there any recommendations on how to handle dependencies, which aren&#x2019;t always required?](#Are there any recommendations on how to handle dependencies, which aren&#x2019;t always required?] [How do I determine my project&#x2019;s transitive dependencies, and if needed, exclude a particular  transitive dependency?](#How do I determine my project&#x2019;s transitive dependencies, and if needed, exclude a particular  transitive dependency?] [If two versions of the same dependency are at the same depth, how do you know or predict which version will be used?](#If two versions of the same dependency are at the same depth, how do you know or predict which version
  will be used?]</p></section><section>
 <h3><a name="Inheritance"></a>Inheritance</h3>
 <p>[How can I have a child project not inherit a goal (like install) from the parent?](#How can I have a child project not inherit a goal (like install) from the parent?] [What is Maven&#x2019;s order of inheritance?](#What is Maven&#x2019;s order of inheritance?] [How do I specify that all web modules will inherit the group&#x2019;s common files from a parent web module?](#How do I specify that all web modules will inherit the group&#x2019;s common files from a parent web module?]</p></section><section>
 <h3><a name="Repository"></a>Repository</h3>
-<p>[How do I prevent verification warnings with custom repositories?](#How do I prevent verification warnings with custom repositories?] [How do I access artifacts if Ibiblio is down?](#How do I access artifacts if Ibiblio is down?] [How do I specify my remote repo in Maven 2.0?](#How do I specify my remote repo in Maven 2.0?] [How do I install artifacts to a remote repository?](#How do I install artifacts to a remote repository?] [#Repository precedence] [#List of available maven 2 mirrors.] [How do I change the default remote repository?](#How do I change the default remote repository?] [How to remove the artifact in the local repository?](#How to remove the artifact in the local repository?] [What is the purpose of remote repository (other than ibilbilo)?](#What is the purpose of remote repository (other than ibilbilo)?]</p></section><section>
+<p>[How do I prevent verification warnings with custom repositories?](#How do I prevent verification warnings with custom repositories?] [How do I access artifacts if Ibiblio is down?](#How do I access artifacts if Ibiblio is down?] [How do I specify my remote repo in Maven?](#How do I specify my remote repo in Maven?] [How do I install artifacts to a remote repository?](#How do I install artifacts to a remote repository?] [#Repository precedence] [#List of available maven mirrors.] [How do I change the default remote repository?](#How do I change the default remote repository?] [How to remove the artifact in the local repository?](#How to remove the artifact in the local repository?] [What is the purpose of remote repository (other than ibiblio)?](#What is the purpose of remote repository (other than ibiblio)?]</p></section><section>
 <h3><a name="Errors"></a>Errors</h3>
-<p>[#Why do I get java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher when I try to execute Maven?] [What does the &#x201c;ERROR Cannot override read-only parameter &lt; parameter_name&gt;&#x201d; message, when running mean?](#What does the &#x201c;ERROR Cannot override read-only parameter &lt; parameter_name&gt;&#x201d; message, when running mean?] [What does the FATAL ERROR with the message *&#x2018;Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log&#x2019;* when using the maven-checkstyle-plugin mean?](#What does the FATAL ERROR with the message <i>&#x2018;Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log&#x2019;</i> when using the maven-checkstyle-plugin mean?] [Unsupported Protocol Error when deploying a 3rd party jar. What should I do?](#Unsupported Protocol Error when deploying a 3rd party jar. What should I do?] [I have my web.xml in my customed directory layout for my webapp, but why am I getting the error &#x201c;D
 eployment descriptor &lt; Path &gt;\WEB-INF\web.xml does not exist&#x201d;?](#I have my web.xml in my customed directory layout for my webapp, but why am I getting the error &#x201c;Deployment descriptor &lt; Path &gt;\WEB-INF\web.xml does not exist&#x201d;?] [How can I stop this &#x201c;WARNING While downloading artifactId-artifactId-version This artifact has been relocated to groupId-artifactId-version&#x201d;?](#How can I stop this &#x201c;WARNING While downloading artifactId-artifactId-version This artifact has been relocated to groupId-artifactId-version&#x201d;?] [Why do i get an &#x2018;error downloading artifact&#x2019; message when building with Maven 2 under Fedora Core 4 and Java 1.4?](#Why do i get an &#x2018;error downloading artifact&#x2019; message when building with Maven 2 under Fedora Core 4 and Java 1.4?]</p></section><section>
-<h3><a name="Supported_Features"></a>Supported Features</h3>
-<p>[Does Maven 2.x support pre/postGoals?](#Does Maven 2.x support pre/postGoals?] [How does maven 2 implement reproducibility?](#How does maven 2 implement reproducibility?]</p></section><section>
+<p>[#Why do I get java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher when I try to execute Maven?] [What does the &#x201c;ERROR Cannot override read-only parameter &lt; parameter_name&gt;&#x201d; message, when running mean?](#What does the &#x201c;ERROR Cannot override read-only parameter &lt; parameter_name&gt;&#x201d; message, when running mean?] [What does the FATAL ERROR with the message *&#x2018;Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log&#x2019;* when using the maven-checkstyle-plugin mean?](#What does the FATAL ERROR with the message <i>&#x2018;Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log&#x2019;</i> when using the maven-checkstyle-plugin mean?] [Unsupported Protocol Error when deploying a 3rd party jar. What should I do?](#Unsupported Protocol Error when deploying a 3rd party jar. What should I do?] [I have my web.xml in my customed directory layout for my webapp, but why am I getting the error &#x201c;D
 eployment descriptor &lt; Path &gt;\WEB-INF\web.xml does not exist&#x201d;?](#I have my web.xml in my customed directory layout for my webapp, but why am I getting the error &#x201c;Deployment descriptor &lt; Path &gt;\WEB-INF\web.xml does not exist&#x201d;?] [How can I stop this &#x201c;WARNING While downloading artifactId-artifactId-version This artifact has been relocated to groupId-artifactId-version&#x201d;?](#How can I stop this &#x201c;WARNING While downloading artifactId-artifactId-version This artifact has been relocated to groupId-artifactId-version&#x201d;?]</p></section><section>
 <h3><a name="Maven_Comparisons"></a>Maven Comparisons</h3>
 <p>[What is the difference between Maven and Ivy?](#What is the difference between Maven and Ivy?]</p></section><section>
 <h3><a name="Ant"></a>Ant</h3>
-<p>[How can I use Ant tasks in Maven 2?](#How can I use Ant tasks in Maven 2?] [How do I run an ant task twice, against two different phases?](#How do I run an ant task twice, against two different phases?] [Can I define the antrun plug-in to be executed on demand?](#Can I define the antrun plug-in to be executed on demand?] [How do I generate sources with the antrun plug-in?](#How do I generate sources with the antrun plug-in?] [How do I setup the classpath of my antrun plugin to use the classpath from maven?](#How do I setup the classpath of my antrun plugin to use the classpath from maven?]</p></section><section>
+<p>[How can I use Ant tasks in Maven?](#How can I use Ant tasks in Maven?] [How do I run an ant task twice, against two different phases?](#How do I run an ant task twice, against two different phases?] [Can I define the antrun plug-in to be executed on demand?](#Can I define the antrun plug-in to be executed on demand?] [How do I generate sources with the antrun plug-in?](#How do I generate sources with the antrun plug-in?] [How do I setup the classpath of my antrun plugin to use the classpath from maven?](#How do I setup the classpath of my antrun plugin to use the classpath from maven?]</p></section><section>
 <h3><a name="Mojo"></a>Mojo</h3>
 <p>[How do I get the project&#x2019;s sources from a Mojo?](#How do I get the project&#x2019;s sources from a Mojo?] [How do I properly populate variables, when extending a mojo from another plugin?](#How do I properly populate variables, when extending a mojo from another plugin?] [How do I determine the stale resources in a Mojo to avoid reprocessing them?](#How do I determine the stale resources in a Mojo to avoid reprocessing them?] [How do I create a command line parameter (i.e., -Dname=value ) in my mojo?](#How do I create a command line parameter (i.e., -Dname=value ) in my mojo?] [What does aggregator mean in mojo?](#What does aggregator mean in mojo?] [What would it take for the MOJO one to get out of the sandbox?](#What would it take for the MOJO one to get out of the sandbox?] [How do I indicate array types in a MOJO configuration?](#How do I indicate array types in a MOJO configuration?]</p></section><section>
 <h3><a name="Deploy"></a>Deploy</h3>
-<p>[How do I deploy my binary during the deploy phase?](#How do I deploy my binary during the deploy phase?] [How do I invoke the &#x2018;maven dist&#x2019; function from Maven 1.0, in Maven 2.0?](#How do I invoke the &#x2018;maven dist&#x2019; function from Maven 1.0, in Maven 2.0?] [Is there a way to use the deploy phase to perform some tasks without maven trying to install the artifact to a maven repository?](#Is there a way to use the deploy phase to perform some tasks without maven trying to install the artifact to a maven repository?] [Is maven &#x2018;deploy&#x2019; goal and actually copying of a dependency or artifact jar to remote repository same?](#Is maven &#x2018;deploy&#x2019; goal and actually copying of a dependency or artifact jar to remote repository same?]</p></section><section>
+<p>[How do I deploy my binary during the deploy phase?](#How do I deploy my binary during the deploy phase?] [Is there a way to use the deploy phase to perform some tasks without maven trying to install the artifact to a maven repository?](#Is there a way to use the deploy phase to perform some tasks without maven trying to install the artifact to a maven repository?] [Is maven &#x2018;deploy&#x2019; goal and actually copying of a dependency or artifact jar to remote repository same?](#Is maven &#x2018;deploy&#x2019; goal and actually copying of a dependency or artifact jar to remote repository same?]</p></section><section>
 <h3><a name="Release"></a>Release</h3>
 <p>[#When I run mvn release:prepare, I get a build failure saying &#x201c;Unable to tag SCM, File (&#x2026;) already exists&#x201d;. However, the tag does not exist. What is wrong?]</p></section><section>
 <h3><a name="Profiles"></a>Profiles</h3>
@@ -183,7 +181,7 @@ under the License.
 <h3><a name="JDK"></a>JDK</h3>
 <p>[#I would like clarification on what version of the JDK is required for m2 &#x2013; particularly with respect to creating Plugins.] [#i&#x2019;m wondering what a &#x201c;snapshot&#x201d; actually is.] [How do I configure a project to use a specific version of a JDK?](#How do I configure a project to use a specific version of a JDK?]</p></section><section>
 <h3><a name="Other"></a>Other</h3>
-<p>[Maven doesn&#x2019;t work, how do I get help?](#Maven doesn&#x2019;t work, how do I get help?] [How do I get a list of archetypes?](#How do I get a list of archetypes?] [How do I add main class in a generated jar&#x2019;s manifest?](#How do I add main class in a generated jar&#x2019;s manifest?] [How do I run a build/package/deploy process without waiting for reports or unit tests, so that I can quickly deploy to an integration box?](#How do I run a build/package/deploy process without waiting for reports or unit tests, so that I can quickly deploy to an integration box?] [Where is the source code? I couldn&#x2019;t seem to find a link anywhere on the Maven2 site.](#Where is the source code? I couldn&#x2019;t seem to find a link anywhere on the Maven2 site.] [How do I configure the equivalent of maven.war.src of war plugin in Maven 2.0?](#How do I configure the equivalent of maven.war.src of war plugin in Maven 2.0?] [How do I add my generated sources to the compile path of Mave
 n, when using modello?](#How do I add my generated sources to the compile path of Maven, when using modello?] [Where can I get offline documentation for Maven?](#Where can I get offline documentation for Maven?] [What is the purpose of displaying read-only, plug-in fields in user documentation, if they are not configurable in the project descriptor?](#What is the purpose of displaying read-only, plug-in fields in user documentation, if they are not configurable in the project descriptor?] [How can I disable the timestamp appended in my deployed artifact?](#How can I disable the timestamp appended in my deployed artifact?] [How to run a java program from M2?](#How to run a java program from M2?] [Where to find the source code for org.apache.maven.model package?](#Where to find the source code for org.apache.maven.model package?] [How can I reference windows or unix environment variables in my POM?](#How can I reference windows or unix environment variables in my POM?] [Where to get s
 un.jdk-tools-jar-1.4.0 on MacOSX?](#Where to get sun.jdk-tools-jar-1.4.0 on MacOSX?] [How can I make the war plugin produces an exploded war instead of .war file?](#How can I make the war plugin produces an exploded war instead of .war file?] [Is there any variable to determine what version of an artifact was deployed after the deploy step runs?](#Is there any variable to determine what version of an artifact was deployed after the deploy step runs?] [How do I get the top line of a table to be &#x201c;headers&#x201d; for that column in APT?](#How do I get the top line of a table to be &#x201c;headers&#x201d; for that column in APT?] [What is the suggested way to download a remote file?](#What is the suggested way to download a remote file?] [How do I install the package generated by the assembly plugin to be installed in the local repository?](#How do I install the package generated by the assembly plugin to be installed in the local repository?] [Is it possible to use HashMap as co
 nfigurable parameter in a plugin? How do I configure that in pom.xml?](#Is it possible to use HashMap as configurable parameter in a plugin? How do I configure that in pom.xml?] [Which plugins have StarTeam (SCM) support? How do they differ?](#Which plugins have StarTeam (SCM) support? How do they differ?] [How should I point a path for maven 2 to use a certain version of JDK when I have different versions of JDK installed on my PC and my JAVA_HOME already set?](#How should I point a path for maven 2 to use a certain version of JDK when I have different versions of JDK installed on my PC and my JAVA_HOME already set?] [Why does release prepare goal requires the project to be released be a snapshot? Is it possible to do a release prepare from a parent project? What about from a sub-project?](#Why does release prepare goal requires the project to be released be a snapshot? Is it possible to do a release prepare from a parent project? What about from a sub-project?] [How can I create a
 n archetype with resources mapped to the class files directory?](#How can I create an archetype with resources mapped to the class files directory?] [What does (f) and (s) debug output mean?](#What does (f) and (s) debug output mean?] [How to resolve problems with jtaxxx.jar?](#How to resolve problems with jtaxxx.jar?] [How to make Continuum work in service mode when an Error 1067 is reported?](#How to make Continuum work in service mode when an Error 1067 is reported?] [Using xdoclet, how come &#x201c;&#x201d; does not work?](#Using xdoclet, how come &#x201c;&#x201d; does not work?] [I don&#x2019;t have a domain name and I don&#x2019;t want use my employer&#x2019;s domain name. What should I name my plugin package?](#I don&#x2019;t have a domain name and I don&#x2019;t want use my employer&#x2019;s domain name. What should I name my plugin package?] [pom.xml or settings.xml? What is the best practice configuration usage for these files?](#pom.xml or settings.xml? What is the best p
 ractice configuration usage for these files?] [What is reactorProjects? executedProject?](#What is reactorProjects? executedProject?] [What is a Snapshot?](#What is a Snapshot?] [Whenever a file is modified in a maven project how is the SNAPSHOT jar updated in the remote repository?](#Whenever a file is modified in a maven project how is the SNAPSHOT jar updated in the remote repository?] [Does maven support automated build and test from non-Java applications?](#Does maven support automated build and test from non-Java applications?] [What would be the appropriate way to enable inheritance of classes in the test hierarchy across modules during the test-compile phase of a multi-pom project?](#What would be the appropriate way to enable inheritance of classes in the test hierarchy across modules during the test-compile phase of a multi-pom project?] [Is Julia Antonova/Tumlare out of the office?](#Is Julia Antonova/Tumlare out of the office?] [How to encrypt a secure password that incl
 udes an Ampersand](#How to encrypt a secure password that includes an Ampersand]</p>
+<p>[Maven doesn&#x2019;t work, how do I get help?](#Maven doesn&#x2019;t work, how do I get help?] [How do I get a list of archetypes?](#How do I get a list of archetypes?] [How do I add main class in a generated jar&#x2019;s manifest?](#How do I add main class in a generated jar&#x2019;s manifest?] [How do I run a build/package/deploy process without waiting for reports or unit tests, so that I can quickly deploy to an integration box?](#How do I run a build/package/deploy process without waiting for reports or unit tests, so that I can quickly deploy to an integration box?] [Where is the source code? I couldn&#x2019;t seem to find a link anywhere on the Maven site.](#Where is the source code? I couldn&#x2019;t seem to find a link anywhere on the Maven site.] [How do I add my generated sources to the compile path of Maven, when using modello?](#How do I add my generated sources to the compile path of Maven, when using modello?] [Where can I get offline documentation for Maven?](#Wh
 ere can I get offline documentation for Maven?] [What is the purpose of displaying read-only, plug-in fields in user documentation, if they are not configurable in the project descriptor?](#What is the purpose of displaying read-only, plug-in fields in user documentation, if they are not configurable in the project descriptor?] [How can I disable the timestamp appended in my deployed artifact?](#How can I disable the timestamp appended in my deployed artifact?] [How to run a java program from Maven?](#How to run a java program from Maven?] [Where to find the source code for org.apache.maven.model package?](#Where to find the source code for org.apache.maven.model package?] [How can I reference windows or unix environment variables in my POM?](#How can I reference windows or unix environment variables in my POM?] [Where to get sun.jdk-tools-jar-1.4.0 on MacOSX?](#Where to get sun.jdk-tools-jar-1.4.0 on MacOSX?] [How can I make the war plugin produces an exploded war instead of .war f
 ile?](#How can I make the war plugin produces an exploded war instead of .war file?] [Is there any variable to determine what version of an artifact was deployed after the deploy step runs?](#Is there any variable to determine what version of an artifact was deployed after the deploy step runs?] [How do I get the top line of a table to be &#x201c;headers&#x201d; for that column in APT?](#How do I get the top line of a table to be &#x201c;headers&#x201d; for that column in APT?] [What is the suggested way to download a remote file?](#What is the suggested way to download a remote file?] [How do I install the package generated by the assembly plugin to be installed in the local repository?](#How do I install the package generated by the assembly plugin to be installed in the local repository?] [Is it possible to use HashMap as configurable parameter in a plugin? How do I configure that in pom.xml?](#Is it possible to use HashMap as configurable parameter in a plugin? How do I configur
 e that in pom.xml?] [Which plugins have StarTeam (SCM) support? How do they differ?](#Which plugins have StarTeam (SCM) support? How do they differ?] [How should I point a path for Maven to use a certain version of JDK when I have different versions of JDK installed on my PC and my JAVA_HOME already set?](#How should I point a path for Maven to use a certain version of JDK when I have different versions of JDK installed on my PC and my JAVA_HOME already set?] [Why does release prepare goal requires the project to be released be a snapshot? Is it possible to do a release prepare from a parent project? What about from a sub-project?](#Why does release prepare goal requires the project to be released be a snapshot? Is it possible to do a release prepare from a parent project? What about from a sub-project?] [How can I create an archetype with resources mapped to the class files directory?](#How can I create an archetype with resources mapped to the class files directory?] [What does (f
 ) and (s) debug output mean?](#What does (f) and (s) debug output mean?] [How to resolve problems with jtaxxx.jar?](#How to resolve problems with jtaxxx.jar?] [How to make Continuum work in service mode when an Error 1067 is reported?](#How to make Continuum work in service mode when an Error 1067 is reported?] [Using xdoclet, how come &#x201c;&#x201d; does not work?](#Using xdoclet, how come &#x201c;&#x201d; does not work?] [I don&#x2019;t have a domain name and I don&#x2019;t want use my employer&#x2019;s domain name. What should I name my plugin package?](#I don&#x2019;t have a domain name and I don&#x2019;t want use my employer&#x2019;s domain name. What should I name my plugin package?] [pom.xml or settings.xml? What is the best practice configuration usage for these files?](#pom.xml or settings.xml? What is the best practice configuration usage for these files?] [What is reactorProjects? executedProject?](#What is reactorProjects? executedProject?] [What is a Snapshot?](#What 
 is a Snapshot?] [Whenever a file is modified in a maven project how is the SNAPSHOT jar updated in the remote repository?](#Whenever a file is modified in a maven project how is the SNAPSHOT jar updated in the remote repository?] [Does maven support automated build and test from non-Java applications?](#Does maven support automated build and test from non-Java applications?] [What would be the appropriate way to enable inheritance of classes in the test hierarchy across modules during the test-compile phase of a multi-pom project?](#What would be the appropriate way to enable inheritance of classes in the test hierarchy across modules during the test-compile phase of a multi-pom project?] [Is Julia Antonova/Tumlare out of the office?](#Is Julia Antonova/Tumlare out of the office?] [How to encrypt a secure password that includes an Ampersand](#How to encrypt a secure password that includes an Ampersand]</p>
 <h1>Answered Questions</h1></section><section>
 <h3><a name="How_do_I_merge_a_list_of_configuration_items_in_a_parent_POM_with_those_in_a_child_POM.3F"></a>How do I merge a list of configuration items in a parent POM with those in a child POM?</h3>
 <p>Since plugin configurations are handled as XML DOM instances by the core, there is an ever-present struggle between when to merge child elements&#x2019; values with one another (when the child&#x2019;s <code>&lt;source&gt;</code> overrides the parent&#x2019;s, for example), and when you want to append new child elements to the existing list (as in the example above, or any time you have a list of items to aggregate during inheritance).</p>
@@ -249,57 +247,9 @@ under the License.
 <p>This error indicates that Maven is either unable to access the required plug-in from your local repository, or unable to access the official or <code>central</code> Maven plug-in repository.</p>
 <p>To resolve this error: - If you are behind a http proxy, please check the Maven2 <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-proxies.html">proxy settings guide</a>. - If you are upgrading Maven from an older version, try running with -U. This will force an update check on all plug-ins.</p>
 <p>If the error persists, browse <a class="externalLink" href="http://www.mail-archive.com/users@maven.apache.org/">archived discussions</a>, post to the Maven user list, or log a <a class="externalLink" href="http://jira.codehaus.org/browse/MNG">ticket</a> describing your problem, if you think it is a bug. Tickets may also be issued for feature enhancement requests, and other tasks.</p>
-<p>There is a known issue with Maven as of 2.0.4 which is related to metadata files being corrupted during plugin version resolution. For more information, and for a workaround, see <a class="externalLink" href="http://jira.codehaus.org/browse/MNG-2408">MNG-2408</a>.</p>
-<p><i>Dependencies</i></p></section><section>
-<h3><a name="How_do_I_implement_.E2.80.9Cmaven.jar.override.E2.80.9D_of_Maven_1_with_Maven_2.3F"></a>How do I implement &#x201c;maven.jar.override&#x201d; of Maven 1 with Maven 2?</h3>
-<p>Assume you have an open source project on Source Forge which uses some 3rd party libraries which are not available in any public Maven repository. Still, you want to build your project with Maven 2 - how to deal with those unavailable dependencies? Maven 1 allowed to override the path of files of dependencies, with a relative path, for example to a .jar file included in the projects&#x2019; CVS structure. Maven 2 does not support that, so one way to achieve the same thing is: * Create a multi-module project. The first module contains the local 3rd-party jar files, at any location, with any name. As a simple example, just one file, under the path &#x201c;src/build/jars/acme-worker12.jar&#x201d; * The purpose of the first sub-module is to install the 3rd party .jar file into your local Maven 2 repository through the maven &#x201c;install&#x201d; plugin. This plugin allows to install any given file under any &#x201c;groupId&#x201d;, &#x201c;artifactId&#x201d; and &#x201c;version&#x2
 01d;:</p>
-
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;build&gt;
-	&lt;plugins&gt;
-		&lt;plugin&gt;
-			&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-			&lt;artifactId&gt;maven-install-plugin&lt;/artifactId&gt;
-			&lt;executions&gt;
-				&lt;execution&gt;
-					&lt;id&gt;copy-acme&lt;/id&gt;
-					&lt;phase&gt;validate&lt;/phase&gt;
-					&lt;goals&gt;
-						&lt;goal&gt;install-file&lt;/goal&gt;
-					&lt;/goals&gt;
-					&lt;configuration&gt;
-						&lt;file&gt;${basedir}/src/build/jars/acme-worker-12.jar&lt;/file&gt;
-						&lt;groupId&gt;acme&lt;/groupId&gt;
-						&lt;artifactId&gt;worker&lt;/artifactId&gt;
-						&lt;version&gt;1.2&lt;/version&gt;
-						&lt;packaging&gt;jar&lt;/packaging&gt;
-					&lt;/configuration&gt;
-				&lt;/execution&gt;
-			&lt;/executions&gt;
-		&lt;/plugin&gt;
-	&lt;/plugins&gt;
-&lt;/build&gt;
-</pre></div></div>
-
-<ul>
-
-<li>In the second module, where your actual project code is, create a dependency based on the &#x201c;groupId&#x201d;, &#x201c;artifactId&#x201d; and &#x201c;version&#x201d; that you used to install the 3rd party libary.</li>
-</ul>
-
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;dependencies&gt;
-	&lt;dependency&gt;
-		&lt;groupId&gt;acme&lt;/groupId&gt;
-		&lt;artifactId&gt;worker&lt;/artifactId&gt;
-		&lt;version&gt;1.2&lt;/version&gt;
-	&lt;/dependency&gt;
-&lt;/dependencies&gt;
-</pre></div></div>
-
-<p>One word of caution, though; if you include - for whatever reason Junit like that, it MUST be deployed under - and referred to as - the group id &#x201c;junit&#x201d;, or the build will break, due to some hardwired dependencies of the current Surefire plugin.</p>
 <p><i>Errors, Dependencies, Plugins</i></p></section><section>
 <h3><a name="How_do_I_install_a_file_in_my_local_repository_along_with_a_generic_POM.3F"></a>How do I install a file in my local repository along with a generic POM?</h3>
-<p>This solution requires at least 2.0.1-SNAPSHOT or above version of Maven 2. You may do this by typing this command (please take note that this is a single line only).</p>
+<p>You may do this by typing this command (please take note that this is a single line only).</p>
 
 <div class="source">
 <div class="source"><pre class="prettyprint linenums">mvn install:install-file
@@ -314,7 +264,7 @@ under the License.
 <p>This command installs the jar in your local repository with the generated generic pom. {{Well, this doesn&#x2019;t work in Maven 2.0.2. It just gives the message &#x201c;Cannot execute mojo: install-file. It requires a project with an existing pom.xml, but the build is not using one.&#x201d; -<a class="externalLink" href="mailto:-kreiger@imcode.com">-kreiger@imcode.com</a>}}</p>
 <p><i>Repositories</i></p></section><section>
 <h3><a name="How_do_I_install_a_file_in_my_local_repository_along_with_my_customized_POM.3F"></a>How do I install a file in my local repository along with my customized POM?</h3>
-<p>The solution requires at least 2.0.1-SNAPSHOT or above version of Maven 2 and add the <code>-DpomFile=&lt;path-to-pom&gt;</code> parameter just like the sample below.</p>
+<p>The solution requires the <code>-DpomFile=&lt;path-to-pom&gt;</code> parameter just like the sample below.</p>
 
 <div class="source">
 <div class="source"><pre class="prettyprint linenums">mvn install:install-file
@@ -329,11 +279,7 @@ under the License.
 <p>This command will install the file in your local repository along with your customed pom. <i>Repositories</i></p></section><section>
 <h3><a name="How_do_I_include.2Fexclude_the_other_modules_in_the_navigation_menu_in_the_parent_site.3F"></a>How do I include/exclude the other modules in the navigation menu in the parent site?</h3>
 <p><a class="externalLink" href="http://jira.codehaus.org/browse/MNG-661">MNG-661</a>, provides a simple patch which provides parent and module links using the project URLs which as you correctly point out only work when the site is deployed.</p>
-<p><i>Plugins &amp; Lifecycle</i></p></section><section>
-<h3><a name="Does_Maven_2.x_support_pre.2FpostGoals.3F"></a>Does Maven 2.x support pre/postGoals?</h3>
-<p>Maven 2.x no longer supports pre/postGoals, which were used in Maven 1.x to inject custom behavior to the build process. This caused a problem, since declaring your code to be a preGoal of some other goal meant that you depended on that specific goal, rather than the work it did. It also caused confusion when trying to inject other behavior into a build that already had pre/postGoals attached: Where would the new behavior be injected?</p>
-<p>Pre- and post-goals in Maven 1.x were usually used to develop the concept of a workflow, or lifecycle, for the build, where <i>x</i> happened before <i>y</i>, which had to happen before the sources could be compiled. In Maven 2, we&#x2019;ve incorporated this concept of a build lifecycle natively. The steps - or phases - in this lifecycle correspond to the types of actions that might occur in a build. Your plugin can declare which type of action it performs - or which phase it should bind to - and that will guarantee it is executed before the next action type. For example, if your plugin generates some source code, you might want it to bind to the &#x201c;generate-sources&#x201d; lifecycle phase, so it is guaranteed to run before the &#x201c;compile&#x201d; phase.</p>
-<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html">Introduction to the Build Lifecycle</a></p>
+<p><i>Plugins &amp; Lifecycle</i></p>
 <p><i>General</i></p></section><section>
 <h3><a name="What_is_the_difference_between_Maven_and_Ivy.3F"></a>What is the difference between Maven and Ivy?</h3>
 <p>For a comparison of Maven&#x2019;s features vs Ivy&#x2019;s you can refer to our <a class="externalLink" href="http://docs.codehaus.org/display/MAVEN/Feature+Comparisons">feature comparison</a></p>
@@ -460,8 +406,8 @@ rm &quot;$tmpFile&quot;
 <p><i>Repositories, General</i></p></section><section>
 <h3><a name="How_do_I_get_a_list_of_archetypes.3F"></a>How do I get a list of archetypes?</h3>
 <p>To get a list of archetypes, refer to the following page [<a class="externalLink" href="http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes">http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes</a>)</p></section><section>
-<h3><a name="How_do_I_specify_my_remote_repo_in_Maven_2.0_.28i.e..2C_what_is_the_equivalent_of_.E2.80.98maven.repo.remote.E2.80.99_in_Maven_1.x.29.3F"></a>How do I specify my remote repo in Maven 2.0 (i.e., what is the equivalent of &#x2018;maven.repo.remote&#x2019; in Maven 1.x)?</h3>
-<p>To specify a remote repo in Maven 2.0, add the <code>&lt;repositories&gt;</code> element to the POM:</p>
+<h3><a name="How_do_I_specify_my_remote_repo_in_Maven.3F"></a>How do I specify my remote repo in Maven?</h3>
+<p>To specify a remote repo in Maven, add the <code>&lt;repositories&gt;</code> element to the POM:</p>
 
 <div class="source">
 <div class="source"><pre class="prettyprint linenums">&lt;repositories&gt;
@@ -494,10 +440,7 @@ rm &quot;$tmpFile&quot;
 &lt;/build&gt;
 </pre></div></div>
 
-<p><i>Plugins and Lifecycle, IDEs</i></p></section><section>
-<h3><a name="How_do_I_invoke_the_.E2.80.9Cmaven_dist.E2.80.9D_function_from_Maven_1.0.2C_in_Maven_2.0.3F"></a>How do I invoke the &#x201c;maven dist&#x201d; function from Maven 1.0, in Maven 2.0?</h3>
-<p>mvn assembly:assembly</p>
-<p>See the <a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">Assembly Plugin documentation</a> for more details.</p>
+<p><i>Plugins and Lifecycle, IDEs</i></p>
 <p><i>General, Plugins and Lifecycle</i></p></section><section>
 <h3><a name="Can_a_profile_inherit_the_configuration_of_a_.E2.80.9Csibling.E2.80.9D_profile.3F"></a>Can a profile inherit the configuration of a &#x201c;sibling&#x201d; profile?</h3>
 <p>No. Profiles merge when their ID&#x2019;s match - so you can inherit them from a parent POM (but you can&#x2019;t inherit profiles from the same POM).</p>
@@ -606,9 +549,7 @@ rm &quot;$tmpFile&quot;
 <p><i>Inheritence and Interpolation</i></p></section><section>
 <h3><a name="How_do_I_determine_which_POM_contains_missing_transitive_dependency.3F"></a>How do I determine which POM contains missing transitive dependency?</h3>
 <p>run <code>mvn -X</code></p>
-<p><i>POM, Dependencies</i></p></section><section>
-<h3><a name="Is_there_a_property_file_for_plug-in_configuration_in_Maven_2.0.3F"></a>Is there a property file for plug-in configuration in Maven 2.0?</h3>
-<p>No. Maven 2.x no longer supports plug-in configuration via properties files. Instead, in Maven 2.0 you can configure plug-ins directly from command line using the -D arguement, or from the plug-in&#x2019;s POM using the <code>&lt;configuration&gt;</code> element.</p>
+<p><i>POM, Dependencies</i></p>
 <p><i>General, POM, Plugins and Lifecycle, Command Line</i></p></section><section>
 <h3><a name="How_do_I_determine_the_stale_resources_in_a_Mojo_to_avoid_reprocessing_them.3F"></a>How do I determine the stale resources in a Mojo to avoid reprocessing them?</h3>
 <p>This can be done using the following piece of code:</p>
@@ -741,25 +682,6 @@ import org.codehaus.plexus.compiler.util
 <h3><a name="How_do_I_run_a_build.2Fpackage.2Fdeploy_process_without_waiting_for_reports_or_unit_tests.2C_in_order_to_quickly_deploy_to_an_integration_box.3F"></a>How do I run a build/package/deploy process without waiting for reports or unit tests, in order to quickly deploy to an integration box?</h3>
 <p>You could create a specific profile that skips the reporting and test phases.</p>
 <p>Also refer to [How do I skip unit tests when building a project?](How do I skip unit tests when building a project?)</p></section><section>
-<h3><a name="How_do_I_configure_the_equivalent_of_maven.war.src_of_war_plugin_in_Maven_2.0.3F"></a>How do I configure the equivalent of maven.war.src of war plugin in Maven 2.0?</h3>
-
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;build&gt;
-  ...
-  &lt;plugins&gt;
-    &lt;plugin&gt;
-      &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-      &lt;artifactId&gt;maven-war-plugin&lt;/artifactId&gt;
-      &lt;configuration&gt;
-         &lt;warSourceDirectory&gt;&lt;!-- put the path of the directory --&gt;&lt;/warSourceDirectory&gt;
-      &lt;/configuration&gt;
-    &lt;/plugin&gt;
-  &lt;/plugins&gt;
-  ...
-&lt;/build&gt;
-</pre></div></div>
-
-<p>See [http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html] for other configurable properties of the war plugin.</p></section><section>
 <h3><a name="How_do_I_execute_the_assembly_plugin_with_different_configurations.3F"></a>How do I execute the assembly plugin with different configurations?</h3>
 <p>Add this to your pom,</p>
 
@@ -887,10 +809,10 @@ private String exp;
 <h3><a name="Is_there_a_way_to_get_Maven_to_report_the_number_of_compile_errors_found.3F"></a>Is there a way to get Maven to report the number of compile errors found?</h3>
 <p>Currently, this type of summary information is not built into the compiler plugin, but it would be possible to add. If this feature is important to you, add your vote to <a class="externalLink" href="http://jira.codehaus.org/browse/MNG-1854">MNG-1854</a>.</p>
 <p><i>Sites &amp; Reporting</i></p></section><section>
-<h3><a name="In_a_multi-module_project.2C_is_there_any_way_for_maven_to_build_only_those_modules_that_have_changed_from_the_previous_build_and_leave_the_unchanged_modules_alone_.28i.e._not_build_them.29.3F"></a>In a multi-module project, is there any way for maven to build only those modules that have changed from the previous build and leave the unchanged modules alone (i.e. not build them)?</h3>
-<p>Currently, this is not possible. The main reason is that it&#x2019;s a non-trivial to determine whether an entire project&#x2019;s build is stale (the project here being one of the modules). It will be dependent on the phase being called, and the packaging of the particular module. This type of feature would have to be included in a design discussion on the [Maven 2.1 Discussion Wiki](<a class="externalLink" href="http://docs.codehaus.org/display/MAVEN/Maven+2.1+Design+Documents">http://docs.codehaus.org/display/MAVEN/Maven+2.1+Design+Documents</a>].</p>
+<h3><a name="In_a_multi-module_project.2C_is_there_any_way_for_Maven_to_build_only_those_modules_that_have_changed_from_the_previous_build_and_leave_the_unchanged_modules_alone_.28i.e._not_build_them.29.3F"></a>In a multi-module project, is there any way for Maven to build only those modules that have changed from the previous build and leave the unchanged modules alone (i.e. not build them)?</h3>
+<p>Currently, this is not possible. The main reason is that it&#x2019;s non-trivial to determine whether an entire project&#x2019;s build is stale (the project here being one of the modules). It will be dependent on the phase being called, and the packaging of the particular module.</p>
 <p><i>Design, Patterns &amp; Best Practices</i></p></section><section>
-<h3><a name="Where_can_I_get_the_Maven_2_plugin_for_Eclipse.3F"></a>Where can I get the Maven 2 plugin for Eclipse?</h3>
+<h3><a name="Where_can_I_get_the_Maven_plugin_for_Eclipse.3F"></a>Where can I get the Maven plugin for Eclipse?</h3>
 <p>[http://maven.apache.org/eclipse-plugin.html]</p>
 <p>There are some flash demos to show the user how to use the plugin.</p>
 <p><i>IDEs</i></p></section><section>
@@ -1091,26 +1013,26 @@ e.g. mvn eclipse:help
 <p><i>Plugins and Lifecycle, IDEs</i></p></section><section>
 <h3><a name="What_does_aggregator_mean_in_mojo.3F"></a>What does aggregator mean in mojo?</h3>
 <p>When a Mojo has a <code>@aggregator</code> expression, it means that It can only build the parent project of your multi-module-project, the one who has the packaging of pom. It can also give you values for the expression ${reactorProjects} where reactorProjects are the MavenProject references to the parent pom modules.</p></section><section>
-<h3><a name="Why_there_are_no_dependency_properties_in_Maven_2.3F"></a>Why there are no dependency properties in Maven 2?</h3>
+<h3><a name="Why_there_are_no_dependency_properties_in_Maven.3F"></a>Why there are no dependency properties in Maven?</h3>
 <p>They were removed because they aren&#x2019;t reliable in a transitive environment. It implies that the dependency knows something about the environment of the dependee, which is back to front. In most cases, granted, the value for war bundle will be the same for a particular dependency - but that relies on the dependency specifying it.</p>
 <p>In the end, we give control to the actual POM doing the building, trying to use sensible defaults that minimise what needs to be specified, and allowing the use of artifact filters in the configuration of plugins.</p></section><section>
 <h3><a name="How_do_I_prevent_including_JARs_in_WEB-INF.2Flib.3F_I_need_a_.E2.80.9Ccompile_only.E2.80.9D_scope"></a>How do I prevent including JARs in WEB-INF/lib? I need a &#x201c;compile only&#x201d; scope</h3>
 <p>The scope you should use for this is provided. This indicates to Maven that the dependency will be provided at run time by its container or the JDK, for example.</p>
 <p>Dependencies with this scope will not be passed on transitively, nor will they be bundled in an package such as a WAR, or included in the runtime classpath.</p></section><section>
 <h3><a name="How_do_I_list_available_plugins.3F"></a>How do I list available plugins?</h3>
-<p>The &#x201c;Available Plugins&#x201d; page lists them, and provides additional information to browse the Maven 2 repository. See [http://maven.apache.org/plugins]</p></section><section>
+<p>The &#x201c;Available Plugins&#x201d; page lists them, and provides additional information to browse the Maven repository. See [http://maven.apache.org/plugins]</p></section><section>
 <h3><a name="How_do_I_determine_what_version_of_a_plugin_I_am_using.3F"></a>How do I determine what version of a plugin I am using?</h3>
 <p>You can use the Maven Help Plugin&#x2019;s describe goal. For example, to find out the version of the install plugin: {noformat}mvn -Dplugin=install help:describe {noformat}Note that you must give the plugin prefix as the argument to plugin, not it&#x2019;s artifact ID.</p></section><section>
-<h3><a name="How_can_I_use_Ant_tasks_in_Maven_2.3F"></a>How can I use Ant tasks in Maven 2?</h3>
+<h3><a name="How_can_I_use_Ant_tasks_in_Maven.3F"></a>How can I use Ant tasks in Maven?</h3>
 <p>There are currently 2 alternatives: * For use in a plugin written in Java, Beanshell or other Java-like scripting language, you can construct the Ant tasks <a class="externalLink" href="http://ant.apache.org/manual/antexternal.html">using the instructions given in the Ant documentation</a> * If you have very small amounts of Ant script specific to your project, you can use the <a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/index.html">AntRun plugin</a>.</p></section><section>
 <h3><a name="Is_it_possible_to_create_my_own_directory_structure.3F"></a>Is it possible to create my own directory structure?</h3>
 <p>Absolutely yes!</p>
 <p>By configuring <code>&lt;sourceDirectory&gt;</code>, <code>&lt;resources&gt;</code> and other elements of the <code>&lt;build&gt;</code> section.</p>
 <p>In addition, you may need to change the plugin configuration if you are not using plugin defaults for their files/directories.</p></section><section>
-<h3><a name="Where_is_the_source_code.3F_I_couldn.E2.80.99t_seem_to_find_a_link_anywhere_on_the_Maven2_site."></a>Where is the source code? I couldn&#x2019;t seem to find a link anywhere on the Maven2 site.</h3>
+<h3><a name="Where_is_the_source_code.3F_I_couldn.E2.80.99t_seem_to_find_a_link_anywhere_on_the_Maven_site."></a>Where is the source code? I couldn&#x2019;t seem to find a link anywhere on the Maven site.</h3>
 <p>The source code can be found in subversion: [http://svn.apache.org/repos/asf/maven/components/trunk].</p>
-<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/development/guide-building-m2.html">Building Maven 2.0</a></p></section><section>
-<h3><a name="Why_does_Maven_compile_my_test_classes_but_don.E2.80.99t_run_them.3F"></a>Why does Maven compile my test classes but don&#x2019;t run them?</h3>
+<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/development/guide-building-m2.html">Building Maven</a></p></section><section>
+<h3><a name="Why_does_Maven_compile_my_test_classes_but_doesn.E2.80.99t_run_them.3F"></a>Why does Maven compile my test classes but doesn&#x2019;t run them?</h3>
 <p>Tests are run by the surefire plugin. The surefire plugin can be configured to run certain test classes and you may have unintentionally done so by specifying a value to $ {test}. Check your settings.xml and pom.xml for a property named &#x201c;test&#x201d; which would like this:</p>
 
 <div class="source">
@@ -1160,7 +1082,7 @@ e.g. mvn eclipse:help
 <p>(#Dependencies, Design, Patterns &amp; Best Practices)</p></section><section>
 <h3><a name="Where_to_find_the_source_code_for_org.apache.maven.model_package.3F"></a>Where to find the source code for org.apache.maven.model package?</h3>
 <p>The source for the model package is generated by modello. From your maven-model source, build it and you should able to see tha java files inside /target/generated-sources directory.</p></section><section>
-<h3><a name="List_of_available_maven_2_mirrors."></a>List of available maven 2 mirrors.</h3>
+<h3><a name="List_of_available_Maven_mirrors."></a>List of available Maven mirrors.</h3>
 <p>Here is the list of available mirrors you can use, just use one of the following mirror entries in your settings.xml</p>
 
 <div class="source">
@@ -1202,12 +1124,6 @@ e.g. mvn eclipse:help
 &lt;/settings&gt;
 </pre></div></div>
 </section><section>
-<h3><a name="How_does_maven_2_implement_reproducibility.3F"></a>How does maven 2 implement reproducibility?</h3>
-<ul>
-
-<li>Add the exact versions of plugins into your pluginDepenencies (make use of the release plugin)</li>
-<li>Make use of ibiblio for your libraries. This should always be the case for jars. (The group is working on stabilising metadata and techniques for locking it down even if it changes. An internal repository mirror that doesn&#x2019;t fetch updates (only new) is recommended for true reproducibility.)</li>
-</ul></section><section>
 <h3><a name="Unsupported_Protocol_Error_when_deploying_a_3rd_party_jar._What_should_I_do.3F"></a>Unsupported Protocol Error when deploying a 3rd party jar. What should I do?</h3>
 <p>When using deploy-deploy-file goal and encountered this error</p>
 <p>&#x201c;Error deploying artifact: Unsupported Protocol: &#x2018;ftp&#x2019;: Cannot find wagon which supports the requested protocol: ftp&#x201d;</p>
@@ -1314,7 +1230,7 @@ e.g. mvn eclipse:help
 <p>Use the maven-release-plugin to prepare and create the official RELEASE version of your project artifact. Please see [http://maven.apache.org/guides/mini/guide-releasing.html] for more reference.</p>
 </li>
 </ol></section><section>
-<h3><a name="How_to_run_a_java_program_from_M2.3F"></a>How to run a java program from M2?</h3>
+<h3><a name="How_to_run_a_java_program_from_Maven.3F"></a>How to run a java program from Maven?</h3>
 <p>You may use the exec-maven-plugin for this. [http://mojo.codehaus.org/exec-maven-plugin/usage.html]</p></section><section>
 <h3><a name="How_can_I_make_the_war_plugin_produces_an_exploded_war_instead_of_.war_file.3F"></a>How can I make the war plugin produces an exploded war instead of .war file?</h3>
 <p>You may use war:exploded goal for this.</p></section><section>
@@ -1410,8 +1326,8 @@ Wagon wagon;
 <p>The repositories are searched through based in the order they are defined in your pom. The inherited repositories are always searched last. Note: You don&#x2019;t have to define the central repo (i.e. ibiblio).</p></section><section>
 <h3><a name="Is_it_possible_to_exclude_a_package_from_the_generated_jar_file.3F"></a>Is it possible to exclude a package from the generated jar file?</h3>
 <p>You can configure maven-compiler-plugin to exclude your unwanted packages or files to be compiled in the first place. But you will not be able to prevent javac to compile those files if they are referenced by other packages within the source tree. To prevent that, you will need to use antrun plugin ( or write your own custom plugin), bind it to compile phase, and remove unwanted classes in ${project.build.directory}/classes. If possible, just move those pacakges/files to another source tree to become another project.</p></section><section>
-<h3><a name="How_should_I_point_a_path_for_maven_2_to_use_a_certain_version_of_JDK_when_I_have_different_versions_of_JDK_installed_on_my_PC_and_my_JAVA_HOME_already_set.3F"></a>How should I point a path for maven 2 to use a certain version of JDK when I have different versions of JDK installed on my PC and my JAVA_HOME already set?</h3>
-<p>If yu don&#x2019;t want to change your system JAVA_HOME, set it in maven script instead.</p></section><section>
+<h3><a name="How_should_I_point_a_path_for_Maven_to_use_a_certain_version_of_JDK_when_I_have_different_versions_of_JDK_installed_on_my_PC_and_my_JAVA_HOME_already_set.3F"></a>How should I point a path for Maven to use a certain version of JDK when I have different versions of JDK installed on my PC and my JAVA_HOME already set?</h3>
+<p>If you don&#x2019;t want to change your system JAVA_HOME, set it in maven script instead.</p></section><section>
 <h3><a name="Why_does_release_prepare_goal_requires_the_project_to_be_released_be_a_snapshot.3F_Is_it_possible_to_do_a_release_prepare_from_a_parent_project.3F_What_about_from_a_sub-project.3F"></a>Why does release prepare goal requires the project to be released be a snapshot? Is it possible to do a release prepare from a parent project? What about from a sub-project?</h3>
 <p>The release:prepare requires the project to be released be a snapshot because it follows the maven development process where: - during development, everyone works on snapshots - at release time, the snapshot got changed to release version, checked back into SCM, labelled and then built. - the version is then incremented with snapshot and checked into SCM again.</p>
 <p>It is possible to do a release:prepare from a parent project, but both the parent project and its sub-project must be in snapshot states.</p>
@@ -1539,10 +1455,6 @@ pom.xml &gt; project scope
 </section><section>
 <h3><a name="What_is_reactorProjects.3F_executedProject.3F"></a>What is reactorProjects? executedProject?</h3>
 <p>${reactorProjects} are the projects that the current mvn command are going to be built. This will include the parent project and all its children while ${executedProject} is the project where you typed your mvn command.</p></section><section>
-<h3><a name="Why_do_i_get_an_.E2.80.98error_downloading_artifact.E2.80.99_message_when_building_with_Maven_2_under_Fedora_Core_4_and_Java_1.4.3F"></a>Why do i get an &#x2018;error downloading artifact&#x2019; message when building with Maven 2 under Fedora Core 4 and Java 1.4?</h3>
-<p>Some versions of Java 1.4 are incompatible with the IPv6 networking protocol, leading to socket errors when Java attempts to establish network connections. IPv6 is enabled by default in Fedora Core 4, and in recent kernel updates (2.6.12) to Fedora Core 3. This causes maven to fail to download jars from remote repositories. The symptoms are: {color:#ff0000}java.net.SocketException: Invalid argument or cannot assign requested address{color}</p>
-<p>To solve this, add <i><i>-Djava.net.preferIPv4Stack=true{</i>}</i> to your maven invocation, i.e. {color:#ff0000}mvn install -Djava.net.preferIPv4Stack=true{color}</p>
-<p>More information can be found at [http://wiki.astrogrid.org/bin/view/Deploy/IPV6Warning?skin=print]</p></section><section>
 <h3><a name="What_is_a_Snapshot.3F"></a>What is a Snapshot?</h3>
 <p>A snapshot is a development version. e.g, 2.0-SNAPSHOT is the still-in-development future 2.0. If you want to use a snapshot, juste use <code>&lt;version&gt;</code> , e.g. <code>&lt;version&gt;2.0-SNAPSHOT&lt;/version&gt;</code>. But first you must ensure that you have access to the repository containing this version. For example, for Maven snapshots as stated below, you could use :</p>
 

Modified: maven/website/content/general.html
==============================================================================
--- maven/website/content/general.html (original)
+++ maven/website/content/general.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/fml/general.fml at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/fml/general.fml at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -39,7 +39,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Frequently Asked Technical Questions <a href="https://github.com/apache/maven-site/tree/master/content/fml/general.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/glossary.html
==============================================================================
--- maven/website/content/glossary.html (original)
+++ maven/website/content/glossary.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/markdown/glossary.md at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/markdown/glossary.md at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -39,7 +39,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Glossary <a href="https://github.com/apache/maven-site/tree/master/content/markdown/glossary.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-building-maven.html
==============================================================================
--- maven/website/content/guides/development/guide-building-maven.html (original)
+++ maven/website/content/guides/development/guide-building-maven.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-building-maven.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-building-maven.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -42,7 +42,7 @@ Jason van Zyl" />
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide to Building Maven <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-building-maven.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-committer-school.html
==============================================================================
--- maven/website/content/guides/development/guide-committer-school.html (original)
+++ maven/website/content/guides/development/guide-committer-school.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-committer-school.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-committer-school.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -43,7 +43,7 @@ Robert Scholte" />
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Do you want to become a Maven Committer? <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-committer-school.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-documentation-style.html
==============================================================================
--- maven/website/content/guides/development/guide-documentation-style.html (original)
+++ maven/website/content/guides/development/guide-documentation-style.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-documentation-style.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-documentation-style.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -41,7 +41,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide To Maven Documentation Style <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-documentation-style.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-helping.html
==============================================================================
--- maven/website/content/guides/development/guide-helping.html (original)
+++ maven/website/content/guides/development/guide-helping.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-helping.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-helping.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -43,7 +43,7 @@ Jason van Zyl" />
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide to helping with Maven <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-helping.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-maven-development.html
==============================================================================
--- maven/website/content/guides/development/guide-maven-development.html (original)
+++ maven/website/content/guides/development/guide-maven-development.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-maven-development.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-maven-development.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -44,7 +44,7 @@ Maarten Mulders" />
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide to Developing Maven <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-maven-development.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-plugin-documentation.html
==============================================================================
--- maven/website/content/guides/development/guide-plugin-documentation.html (original)
+++ maven/website/content/guides/development/guide-plugin-documentation.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-plugin-documentation.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-plugin-documentation.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -41,7 +41,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide to the Plugin Documentation Standard <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-plugin-documentation.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-testing-development-plugins.html
==============================================================================
--- maven/website/content/guides/development/guide-testing-development-plugins.html (original)
+++ maven/website/content/guides/development/guide-testing-development-plugins.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-testing-development-plugins.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-testing-development-plugins.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -41,7 +41,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide to Testing Development Versions of Plugins <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-testing-development-plugins.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/development/guide-testing-releases.html
==============================================================================
--- maven/website/content/guides/development/guide-testing-releases.html (original)
+++ maven/website/content/guides/development/guide-testing-releases.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-testing-releases.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-testing-releases.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -41,7 +41,7 @@
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Guide to Testing Staged Releases <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/development/guide-testing-releases.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>

Modified: maven/website/content/guides/getting-started/index.html
==============================================================================
--- maven/website/content/guides/getting-started/index.html (original)
+++ maven/website/content/guides/getting-started/index.html Thu Mar 19 00:18:59 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/getting-started/index.apt at 2020-03-17
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/getting-started/index.apt at 2020-03-19
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -42,7 +42,7 @@ Vincent Siveton" />
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Maven Getting Started Guide <a href="https://github.com/apache/maven-site/tree/master/content/apt/guides/getting-started/index.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-17</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-03-19</li>
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>
@@ -386,7 +386,6 @@ Results :
 <p>During the <a href="../../plugins/maven-release-plugin/">release</a> process, a version of <b>x.y-SNAPSHOT</b> changes to <b>x.y</b>. The release process also increments the development version to <b>x.(y+1)-SNAPSHOT</b>. For example, version <b>1.0-SNAPSHOT</b> is released as version <b>1.0</b>, and the new development version is version <b>1.1-SNAPSHOT</b>.</p></section><section>
 <h3><a name="How_do_I_use_plugins.3F"></a><a name="How_do_I_use_plugins">How do I use plugins?</a></h3>
 <p>Whenever you want to customise the build for a Maven project, this is done by adding or reconfiguring plugins.</p>
-<p><b>Note for Maven 1.0 Users:</b> In Maven 1.0, you would have added some <code>preGoal</code> to <code>maven.xml</code> and some entries to <code>project.properties</code>. Here, it is a little different.</p>
 <p>For this example, we will configure the Java compiler to allow JDK 5.0 sources. This is as simple as adding this to your POM:</p>
 <div class="source"><pre class="prettyprint linenums">...
 &lt;build&gt;
@@ -895,7 +894,7 @@ command.line.prop=${command.line.prop}</
 <p>How does this work? Firstly, the parent POM created (called <code>app</code>), has a packaging of <code>pom</code> and a list of modules defined. This tells Maven to run all operations over the set of projects instead of just the current one (to override this behaviour, you can use the <code>--non-recursive</code> command line option).</p>
 <p>Next, we tell the WAR that it requires the <code>my-app</code> JAR. This does a few things: it makes it available on the classpath to any code in the WAR (none in this case), it makes sure the JAR is always built before the WAR, and it indicates to the WAR plugin to include the JAR in its library directory.</p>
 <p>You may have noticed that <code>junit-4.11.jar</code> was a dependency, but didn't end up in the WAR. The reason for this is the <code>&lt;scope&gt;test&lt;/scope&gt;</code> element - it is only required for testing, and so is not included in the web application as the compile time dependency <code>my-app</code> is.</p>
-<p>The final step was to include a parent definition. This is different to the <code>extend</code> element you may be familiar with from Maven 1.0: this ensures that the POM can always be located even if the project is distributed separately from its parent by looking it up in the repository.</p></section></section>
+<p>The final step was to include a parent definition. This ensures that the POM can always be located even if the project is distributed separately from its parent by looking it up in the repository.</p></section></section>
         </main>
       </div>
     </div>