Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifest.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifest.html Sun Apr 10 17:55:09 2016 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Dennis Lundberg" /> <meta name="Date-Creation-yyyymmdd" content="20080101" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Manifest</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> @@ -21,7 +21,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -75,9 +75,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="../project-info.html" title="Project Information"> @@ -387,7 +387,7 @@ Created-By: Apache Maven ${maven.version Built-By: ${user.name} Build-Jdk: ${java.version} Specification-Title: ${project.name} -Specification-Version: ${project.version} +Specification-Version: ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion} Specification-Vendor: ${project.organization.name} Implementation-Title: ${project.name} Implementation-Version: ${project.version} @@ -395,8 +395,7 @@ Implementation-Vendor-Id: ${project.grou Implementation-Vendor: ${project.organization.name} Implementation-URL: ${project.url}</pre></div> <p><b>Note:</b> If your pom.xml does not have an <tt><organization></tt>/<tt><name></tt> element, then the <tt>Specification-Vendor</tt> and <tt>Implementation-Vendor</tt> entries will <b>not</b> be in the manifest.</p> -<p><b>Note:</b> If your pom.xml does not have a <tt><url></tt> element, referenced through interpolation, then the <tt>Implementation-URL</tt> entry will <b>not</b> be in the manifest.</p> -<p><b>Note:</b> If your pom.xml does not have a <tt><name></tt> element, then the <tt>Specification-Title</tt> and <tt>Implementation-Title</tt> entries will have "Unnamed - ${project.groupId}:${project.artifactId}:${project.version}" as their value.</p></div></div> +<p><b>Note:</b> If your pom.xml does not have a <tt><url></tt> element, referenced through interpolation, then the <tt>Implementation-URL</tt> entry will <b>not</b> be in the manifest.</p></div></div> </div> </div> </div> @@ -406,7 +405,7 @@ Implementation-URL: ${project.url}</pre> <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestEntries.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestEntries.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestEntries.html Sun Apr 10 17:55:09 2016 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Dennis Lundberg" /> <meta name="Date-Creation-yyyymmdd" content="20080101" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Manifest Entries</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> @@ -21,7 +21,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -75,9 +75,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="../project-info.html" title="Project Information"> @@ -347,7 +347,7 @@ <h2><a name="Manifest_Entries"></a>Manifest Entries</h2> <p>If you find that the other configuration options for Maven Archiver are not enough for manipulating the manifest, you can add your own entries to it. This is done with the <tt><manifestEntries></tt> configuration element.</p> <p>In this example we'll add some entries to the manifest by specifying what we'd like in the <tt><configuration></tt>/<tt><archive></tt> element of maven-jar-plugin.</p> -<p><b>Note:</b> As with all the examples here, this configuration can be used in all plugins that use Maven Archiver, not just maven-jar-plugin as in this example. </p> +<p><b>Note:</b> As with all the examples here, this configuration can be used in all plugins that use Maven Archiver, not just maven-jar-plugin as in this example.</p> <div class="source"><pre class="prettyprint linenums"><project> <url>http://some.url.org/</url> ... @@ -371,7 +371,7 @@ </build> ... </project></pre></div> -<p>As you see above you can use literal values or you can have values from the POM interpolated into literals or simply use straight POM expressions. So this is what your resultant manifest will look like inside the generated jar:</p> +<p>As you see above you can use literal values or you can have values from the POM interpolated into literals or simply use straight POM expressions. So this is what your resultant manifest will look like inside the created jar:</p> <div class="source"><pre class="prettyprint linenums">Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven ${maven.version} @@ -389,7 +389,7 @@ url: http://some.url.org/</pre></div> <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestFile.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestFile.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestFile.html Sun Apr 10 17:55:09 2016 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Dennis Lundberg" /> <meta name="Date-Creation-yyyymmdd" content="20080101" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Use Your Own Manifest File</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> @@ -21,7 +21,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -75,9 +75,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ <a href="#"><span class="none"></span>Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="../project-info.html" title="Project Information"> @@ -345,8 +345,8 @@ <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements. See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership. The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License. You may obtain a copy of the License at --><!-- --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!-- --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied. See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><div class="section"> <h2><a name="Use_Your_Own_Manifest_File"></a>Use Your Own Manifest File</h2> -<p>By default, Maven Archiver generates the manifest file for you. It is sometimes useful to use your own hand crafted manifest file. Say that you want to use the manifest file <tt>src/main/resources/META-INF/MANIFEST.MF</tt>. This is done with the <tt><manifestFile></tt> configuration element by setting the value to the location of your file.</p> -<p>The content of your own manifest file will be merged with the entries generated by Maven Archiver. If you specify an entry in your own manifest file it will override the value generated by Maven Archiver.</p> +<p>By default, Maven Archiver creates the manifest file for you. It is sometimes useful to use your own hand crafted manifest file. Say that you want to use the manifest file <tt>src/main/resources/META-INF/MANIFEST.MF</tt>. This is done with the <tt><manifestFile></tt> configuration element by setting the value to the location of your file.</p> +<p>The content of your own manifest file will be merged with the entries created by Maven Archiver. If you specify an entry in your own manifest file it will override the value created by Maven Archiver.</p> <p><b>Note:</b> As with all the examples here, this configuration can be used in all plugins that use Maven Archiver, not just maven-jar-plugin as in this example.</p> <div class="source"><pre class="prettyprint linenums"><project> ... @@ -376,7 +376,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestSections.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestSections.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/examples/manifestSections.html Sun Apr 10 17:55:09 2016 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -10,7 +10,7 @@ <meta name="author" content="Olivier Lamy Dennis Lundberg" /> <meta name="Date-Creation-yyyymmdd" content="20080101" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Manifest Sections</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> @@ -22,7 +22,7 @@ Dennis Lundberg" /> -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -76,9 +76,9 @@ Dennis Lundberg" /> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -162,7 +162,7 @@ Dennis Lundberg" /> Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="../project-info.html" title="Project Information"> @@ -402,7 +402,7 @@ id: nice bar</pre></div></div> <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/findbugs.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/findbugs.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/findbugs.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – FindBugs Bug Detector Report</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -447,7 +447,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/index.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/index.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/index.html Sun Apr 10 17:55:09 2016 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -9,7 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Olivier Lamy" /> <meta name="author" content="Dennis Lundberg" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Reference</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -21,7 +21,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -75,9 +75,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -232,6 +232,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -521,7 +528,7 @@ <td>addMavenDescriptor</td> <td> - Whether the generated archive will contain these two Maven files: + Whether the created archive will contain these two Maven files: <ul> @@ -589,7 +596,7 @@ <td>index</td> <td> - Whether the generated archive will contain an + Whether the created archive will contain an <tt>INDEX.LIST</tt> file. The default value is <tt>false</tt>. </td> @@ -648,7 +655,7 @@ <td>pomPropertiesFile</td> <td> - Use this to override the auto generated + Use this to override the auto created <a href="#pom-properties-content">pom.properties</a> file (only if <tt>addMavenDescriptor</tt> is set to <tt>true</tt>) </td> @@ -683,7 +690,7 @@ <td>addClasspath</td> <td> - Whether to generate a <tt>Class-Path</tt> manifest entry. + Whether to create a <tt>Class-Path</tt> manifest entry. The default value is <tt>false</tt>. </td> @@ -723,7 +730,7 @@ Implementation-URL: ${project.url} <div class="source"><pre class="prettyprint linenums"> Specification-Title: ${project.name} -Specification-Version: ${project.version} +Specification-Version: ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion} Specification-Vendor: ${project.organization.name} </pre></div> The default value is <tt>false</tt>. @@ -739,7 +746,7 @@ Specification-Vendor: ${project.organiza <td>addExtensions</td> <td> - Whether to generate an <tt>Extension-List</tt> manifest + Whether to create an <tt>Extension-List</tt> manifest entry. The default value is <tt>false</tt>. </td> @@ -754,7 +761,7 @@ Specification-Vendor: ${project.organiza <td>classpathLayoutType</td> <td> - The type of layout to use when formatting entries in the generated + The type of layout to use when formatting entries in the created <tt>Class-Path</tt>. Valid values are: <tt>simple</tt>, <tt>repository</tt> (the same as a Maven classpath layout) and <tt>custom</tt>. @@ -774,7 +781,7 @@ Specification-Vendor: ${project.organiza <td>classpathMavenRepositoryLayout</td> <td> - The generated <tt>Class-Path</tt> entry will contain paths + The created <tt>Class-Path</tt> entry will contain paths that follow the Maven 2 repository layout: <tt>${groupId}/${artifactId}/${version}/${fileName}</tt>. The default value is <tt>false</tt>. @@ -913,7 +920,7 @@ Specification-Vendor: ${project.organiza <h3><a name="pom.properties_content"></a>pom.properties content</h3> <p> - The auto generated <tt>pom.properties</tt> file will contain the + The auto created <tt>pom.properties</tt> file will contain the following content: </p> @@ -935,7 +942,7 @@ artifactId=${project.artifactId} <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/integration.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/integration.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/integration.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Continuous Integration</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -232,6 +232,13 @@ Dependencies</a> </li> + <li> + + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + <li class="active"> <a href="#"><span class="none"></span>Continuous Integration</a> @@ -439,7 +446,7 @@ <p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div> <div class="section"> <h2><a name="Access"></a>Access</h2><a name="Access"></a> -<p>The following is a link to the continuous integration system used by the project.</p> +<p>The following is a link to the continuous integration system used by the project:</p> <div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://builds.apache.org/job/maven-shared/">https://builds.apache.org/job/maven-shared/</a></pre></div></div> <div class="section"> <h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a> @@ -453,7 +460,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/issue-tracking.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/issue-tracking.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/issue-tracking.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Issue Tracking</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -232,6 +232,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -436,7 +443,7 @@ <div class="section"> <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> -<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div> +<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div> <div class="section"> <h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a name="Issue_Tracking"></a> <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p> @@ -450,7 +457,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/mail-lists.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/mail-lists.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/mail-lists.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Project Mailing Lists</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -232,6 +232,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -580,7 +587,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/plugin-management.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/plugin-management.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/plugin-management.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Project Plugin Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -234,6 +234,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -456,7 +463,7 @@ <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> -<td>2.13</td></tr> +<td>2.15</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td> @@ -464,7 +471,7 @@ <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td> -<td>3.1</td></tr> +<td>3.2</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td> @@ -484,11 +491,11 @@ <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-failsafe-plugin">maven-failsafe-plugin</a></td> -<td>2.17</td></tr> +<td>2.18.1</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-gpg-plugin/">maven-gpg-plugin</a></td> -<td>1.5</td></tr> +<td>1.6</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td> @@ -507,40 +514,64 @@ <td>2.9.1</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td> +<td>2.5</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td> -<td>3.3</td></tr> +<td>3.4</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td> +<td>3.5</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> -<td><a class="externalLink" href="http://maven.apache.org/maven-release/maven-release-plugin/">maven-release-plugin</a></td> -<td>2.5.1</td></tr> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td> +<td>2.8.1</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/maven-release/maven-release-plugin/">maven-release-plugin</a></td> +<td>2.5.2</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td> <td>1.5</td></tr> -<tr class="a"> +<tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td> -<td>2.6</td></tr> -<tr class="b"> +<td>2.7</td></tr> +<tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/scm/maven-scm-plugin/">maven-scm-plugin</a></td> <td>1.9.2</td></tr> -<tr class="a"> +<tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td> <td>1.1</td></tr> -<tr class="b"> +<tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td> <td>3.4</td></tr> -<tr class="a"> +<tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td> -<td>2.3</td></tr> -<tr class="b"> +<td>2.4</td></tr> +<tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td> -<td>2.17</td></tr> +<td>2.18.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td> +<td>2.18.1</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-toolchains-plugin/">maven-toolchains-plugin</a></td> +<td>1.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin/">maven-war-plugin</a></td> +<td>2.5</td></tr> <tr class="a"> <td>org.apache.rat</td> <td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td> @@ -558,10 +589,14 @@ <td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td> <td>2.5.5</td></tr> <tr class="a"> +<td>org.codehaus.mojo</td> +<td><a class="externalLink" href="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td> +<td>2.4</td></tr> +<tr class="b"> <td>org.codehaus.plexus</td> <td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td> <td>1.5.5</td></tr> -<tr class="b"> +<tr class="a"> <td>org.codehaus.plexus</td> <td>plexus-maven-plugin</td> <td>1.3.8</td></tr></table></div> @@ -574,7 +609,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/plugins.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/plugins.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/plugins.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Project Build Plugins</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -234,6 +234,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -444,7 +451,7 @@ <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> -<td>2.13</td></tr> +<td>2.15</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td> @@ -452,7 +459,7 @@ <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td> -<td>3.1</td></tr> +<td>3.2</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td> @@ -476,7 +483,7 @@ <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td> -<td>2.6</td></tr> +<td>2.7</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td> @@ -488,7 +495,7 @@ <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td> -<td>2.17</td></tr> +<td>2.18.1</td></tr> <tr class="b"> <td>org.apache.rat</td> <td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td> @@ -503,7 +510,7 @@ <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> -<td>2.13</td></tr> +<td>2.15</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td> @@ -511,19 +518,19 @@ <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td> -<td>2.4</td></tr> +<td>2.5</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td> -<td>3.1</td></tr> +<td>3.5</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td> -<td>2.7</td></tr> +<td>2.8.1</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td> -<td>2.16</td></tr> +<td>2.18.1</td></tr> <tr class="b"> <td>org.codehaus.mojo</td> <td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td> @@ -545,7 +552,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/pmd.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/pmd.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/pmd.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – PMD Results</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -415,7 +415,7 @@ <div class="section"> <h2><a name="PMD_Results"></a>PMD Results</h2> -<p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.0.5.</p></div> +<p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.3.2.</p></div> <div class="section"> <h2><a name="Files"></a>Files</h2> <div class="section"> @@ -426,10 +426,13 @@ <th>Line</th></tr> <tr class="b"> <td>These nested if statements could be combined</td> -<td><a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L450">450</a>–<a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L457">457</a></td></tr> +<td><a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L427">427</a>–<a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L434">434</a></td></tr> <tr class="a"> +<td>Avoid empty if statements</td> +<td><a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L642">642</a>–<a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L646">646</a></td></tr> +<tr class="b"> <td>These nested if statements could be combined</td> -<td><a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L675">675</a>–<a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L678">678</a></td></tr></table></div></div> +<td><a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L674">674</a>–<a href="./xref/org/apache/maven/archiver/MavenArchiver.html#L677">677</a></td></tr></table></div></div> </div> </div> </div> @@ -439,7 +442,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-info.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-info.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-info.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Project Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li class="active"> <a href="#"><span class="icon-chevron-down"></span>Project Information</a> @@ -232,6 +232,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -457,10 +464,10 @@ <td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr> <tr class="b"> <td><a href="source-repository.html">Source Repository</a></td> -<td>This is a link to the online source repository that can be viewed via a web browser.</td></tr> +<td>This document lists ways to access the online source repository.</td></tr> <tr class="a"> <td><a href="issue-tracking.html">Issue Tracking</a></td> -<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr> +<td>This document provides information on the issue management system used in this project.</td></tr> <tr class="b"> <td><a href="mail-lists.html">Mailing Lists</a></td> <td>This document provides subscription and archive information for this project's mailing lists.</td></tr> @@ -471,15 +478,18 @@ <td><a href="dependencies.html">Dependencies</a></td> <td>This document lists the project's dependencies and provides information on each dependency.</td></tr> <tr class="a"> +<td><a href="dependency-convergence.html">Dependency Convergence</a></td> +<td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td></tr> +<tr class="b"> <td><a href="integration.html">Continuous Integration</a></td> <td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr> -<tr class="b"> +<tr class="a"> <td><a href="plugin-management.html">Plugin Management</a></td> <td>This document lists the plugins that are defined through pluginManagement.</td></tr> -<tr class="a"> +<tr class="b"> <td><a href="plugins.html">Project Plugins</a></td> <td>This document lists the build plugins and the report plugins used by this project.</td></tr> -<tr class="b"> +<tr class="a"> <td><a href="distribution-management.html">Distribution Management</a></td> <td>This document provides informations on the distribution management of this project.</td></tr></table></div></div> </div> @@ -491,7 +501,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-reports.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-reports.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-reports.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Generated Reports</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -461,7 +461,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-summary.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-summary.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/project-summary.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Project Summary</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -232,6 +232,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -477,13 +484,13 @@ <td>maven-archiver</td></tr> <tr class="b"> <td>Version</td> -<td>3.0.0</td></tr> +<td>3.0.1</td></tr> <tr class="a"> <td>Type</td> <td>jar</td></tr> <tr class="b"> -<td>JDK Rev</td> -<td>-</td></tr></table></div></div> +<td>Java Version</td> +<td>1.6</td></tr></table></div></div> </div> </div> </div> @@ -493,7 +500,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/sonar.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/sonar.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/sonar.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Sonar</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -423,7 +423,7 @@ <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. Modified: websites/production/maven/components/shared-archives/maven-archiver-LATEST/source-repository.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-archiver-LATEST/source-repository.html (original) +++ websites/production/maven/components/shared-archives/maven-archiver-LATEST/source-repository.html Sun Apr 10 17:55:09 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-10-14 + | Generated by Apache Maven Doxia at 2016-04-10 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151014" /> + <meta name="Date-Revision-yyyymmdd" content="20160410" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Archiver – Source Repository</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -19,7 +19,7 @@ -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript">_uacct = "UA-140879-1"; @@ -73,9 +73,9 @@ - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-10-14</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-04-10</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.0 + Version: 3.0.1 </li> </ul> @@ -161,7 +161,7 @@ Use Your Own Manifest File</a> </li> <li class="nav-header">Project Documentation</li> - + <li> <a href="project-info.html" title="Project Information"> @@ -232,6 +232,13 @@ <li> + <a href="dependency-convergence.html" title="Dependency Convergence"> + <span class="none"></span> + Dependency Convergence</a> + </li> + + <li> + <a href="integration.html" title="Continuous Integration"> <span class="none"></span> Continuous Integration</a> @@ -438,25 +445,25 @@ <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> <p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div> <div class="section"> -<h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a> -<p>The following is a link to the online source repository.</p> -<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-3.0.0">http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-3.0.0</a></pre></div></div> +<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> +<p>The following is a link to a browsable version of the source repository:</p> +<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-3.0.1">http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-3.0.1</a></pre></div></div> <div class="section"> -<h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a> -<p>The source can be checked out anonymously from SVN with this command:</p> -<div class="source"><pre class="prettyprint linenums">$ svn checkout http://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.0.0 maven-archiver</pre></div></div> +<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> +<p>The source can be checked out anonymously from Subversion with this command:</p> +<div class="source"><pre class="prettyprint linenums">$ svn checkout http://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.0.1 maven-archiver</pre></div></div> <div class="section"> -<h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a> -<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p> -<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.0.0 maven-archiver</pre></div> -<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p> +<h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> +<p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p> +<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.0.1 maven-archiver</pre></div> +<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p> <div class="source"><pre class="prettyprint linenums">$ svn commit --username your-username -m "A message"</pre></div></div> <div class="section"> -<h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a> +<h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p> -<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.0.0 maven-archiver</pre></div></div> +<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.0.1 maven-archiver</pre></div></div> <div class="section"> -<h2><a name="Access_through_a_proxy"></a>Access through a proxy</h2><a name="Access_through_a_proxy"></a> +<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a name="Access_Through_a_Proxy"></a> <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)</p> <p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p> <p>Example: Edit the 'servers' file and add something like:</p> @@ -473,7 +480,7 @@ http-proxy-port = 3128 <footer> <div class="container-fluid"> <div class="row-fluid"> - <p >Copyright © 2002–2015 + <p >Copyright © 2002–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
