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 mi...@apache.org on 2020/05/23 21:11:59 UTC

svn commit: r1878067 [32/34] - in /maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/report/projectinfo/ apidocs/org/apache/maven/report/projectinfo/class-use/ apidocs/org/apache/ma...

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/Dependencies.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/Dependencies.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/Dependencies.html Sat May 23 21:11:56 2020
@@ -342,6 +342,6 @@
 <a class="jxr_linenumber" name="L334" href="#L334">334</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/DependenciesReportConfiguration.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/DependenciesReportConfiguration.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/DependenciesReportConfiguration.html Sat May 23 21:11:56 2020
@@ -54,6 +54,6 @@
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/DependencyVersionMap.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/DependencyVersionMap.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/DependencyVersionMap.html Sat May 23 21:11:56 2020
@@ -172,6 +172,6 @@
 <a class="jxr_linenumber" name="L164" href="#L164">164</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/ManagementDependencies.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/ManagementDependencies.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/ManagementDependencies.html Sat May 23 21:11:56 2020
@@ -95,6 +95,6 @@
 <a class="jxr_linenumber" name="L87" href="#L87">87</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.html Sat May 23 21:11:56 2020
@@ -41,12 +41,12 @@
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.project.ProjectBuildingException;
 <a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.project.ProjectBuildingRequest;
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.repository.RepositorySystem;
-<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.shared.artifact.resolve.ArtifactResolver;
-<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.shared.artifact.resolve.ArtifactResolverException;
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.shared.artifact.resolve.ArtifactResult;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolver;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolverException;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.shared.transfer.artifact.resolve.ArtifactResult;
 <a class="jxr_linenumber" name="L39" href="#L39">39</a>  
 <a class="jxr_linenumber" name="L40" href="#L40">40</a>  <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <em class="jxr_javadoccomment"> * Utilities methods to play with repository</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  <em class="jxr_javadoccomment"> * Utility methods to play with repository.</em>
 <a class="jxr_linenumber" name="L42" href="#L42">42</a>  <em class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="L43" href="#L43">43</a>  <em class="jxr_javadoccomment"> * @version $Id$</em>
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>  <em class="jxr_javadoccomment"> * @since 2.1</em>
@@ -136,7 +136,7 @@
 <a class="jxr_linenumber" name="L128" href="#L128">128</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L129" href="#L129">129</a> <em class="jxr_javadoccomment">     * @param artifact not null</em>
 <a class="jxr_linenumber" name="L130" href="#L130">130</a> <em class="jxr_javadoccomment">     * @param repo not null</em>
-<a class="jxr_linenumber" name="L131" href="#L131">131</a> <em class="jxr_javadoccomment">     * @return the artifact url in the given repo for the given artifact. If it is a snapshot artifact, the version</em>
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> <em class="jxr_javadoccomment">     * @return the URL in the given repo for the given artifact. If it is a snapshot artifact, the version</em>
 <a class="jxr_linenumber" name="L132" href="#L132">132</a> <em class="jxr_javadoccomment">     * will be the timestamp and the build number from the metadata. Could return null if the repo is blacklisted.</em>
 <a class="jxr_linenumber" name="L133" href="#L133">133</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L134" href="#L134">134</a>     <strong class="jxr_keyword">public</strong> String getDependencyUrlFromRepository( Artifact artifact, ArtifactRepository repo )
@@ -172,6 +172,6 @@
 <a class="jxr_linenumber" name="L164" href="#L164">164</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/SinkSerializingDependencyNodeVisitor.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/SinkSerializingDependencyNodeVisitor.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/SinkSerializingDependencyNodeVisitor.html Sat May 23 21:11:56 2020
@@ -217,6 +217,6 @@
 <a class="jxr_linenumber" name="L209" href="#L209">209</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/package-frame.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/package-frame.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/package-frame.html Sat May 23 21:11:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Project Info Reports Plugin 3.0.1 Reference Package org.apache.maven.report.projectinfo.dependencies</title>
+		<title>Apache Maven Project Info Reports Plugin 3.1.0 Reference Package org.apache.maven.report.projectinfo.dependencies</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/package-summary.html
==============================================================================
--- maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/package-summary.html (original)
+++ maven/website/components/plugins-archives/maven-project-info-reports-plugin-LATEST/xref/org/apache/maven/report/projectinfo/dependencies/package-summary.html Sat May 23 21:11:56 2020
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Project Info Reports Plugin 3.0.1 Reference Package org.apache.maven.report.projectinfo.dependencies</title>
+		<title>Apache Maven Project Info Reports Plugin 3.1.0 Reference Package org.apache.maven.report.projectinfo.dependencies</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -93,7 +93,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2005&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2005&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file