Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/issue-tracking.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/issue-tracking.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/issue-tracking.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul>
Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/jdkinternals-mojo.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/jdkinternals-mojo.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/jdkinternals-mojo.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> @@ -211,6 +211,52 @@ types etc<br /><b>Default value is</b>: <tr class="a"> +<td><b><a href="#dependenciesToAnalyzeExcludes">dependenciesToAnalyzeExcludes</a></b></td> + +<td><tt>List</tt></td> + +<td><tt>-</tt></td> + +<td>Subset of +<tt>AbstractJDepsMojo.dependenciesToAnalyzeIncludes</tt> which +should be not analyzed. Specify as <tt>groupId:artifactId</tt>, +allowing ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeExcludes> + <exclude>org.foo.*:*</exclude> + <exclude>com.foo.bar:*</exclude> + <exclude>dot.foo.bar:utilities</exclude> + </dependenciesToAnalyzeExcludes> +</pre></div><br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#dependenciesToAnalyzeIncludes">dependenciesToAnalyzeIncludes</a></b></td> + +<td><tt>List</tt></td> + +<td><tt>-</tt></td> + +<td>Additional dependencies which should be analyzed besides the +classes. Specify as <tt>groupId:artifactId</tt>, allowing +ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeIncludes> + <include>*:*</include> + <include>org.foo.*:*</include> + <include>com.foo.bar:*</include> + <include>dot.foo.bar:utilities</include> + </dependenciesToAnalyzeIncludes> +</pre></div><br /></td> + </tr> + +<tr class="a"> + <td><b><a href="#dotOutput">dotOutput</a></b></td> <td><tt>File</tt></td> @@ -222,6 +268,18 @@ types etc<br /><b>Default value is</b>: <tr class="b"> +<td><b><a href="#failOnWarning">failOnWarning</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>Indicates whether the build will continue even if there are jdeps +warnings.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td> + </tr> + +<tr class="a"> + <td><b><a href="#include">include</a></b></td> <td><tt>String</tt></td> @@ -234,7 +292,7 @@ the list of classes to be analyzed. It c dependences<br /><b>User property is</b>: <tt>jdeps.include</tt>.</td> </tr> -<tr class="a"> +<tr class="b"> <td><b><a href="#module">module</a></b></td> @@ -245,7 +303,7 @@ dependences<br /><b>User property is</b> <td>Show module containing the package<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.module</tt>.</td> </tr> -<tr class="b"> +<tr class="a"> <td><b><a href="#profile">profile</a></b></td> @@ -256,7 +314,7 @@ dependences<br /><b>User property is</b> <td>Show profile or the file containing a package<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.profile</tt>.</td> </tr> -<tr class="a"> +<tr class="b"> <td><b><a href="#recursive">recursive</a></b></td> @@ -270,7 +328,7 @@ implies <tt>-filter:none</tt>. If <tt>-p matching dependences are analyzed.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.recursive</tt>.</td> </tr> -<tr class="b"> +<tr class="a"> <td><b><a href="#verbose">verbose</a></b></td> @@ -320,6 +378,50 @@ types etc</div> <li><b>Default</b>: <tt>false</tt></li> </ul><hr /> +<p><b><a name="dependenciesToAnalyzeExcludes">dependenciesToAnalyzeExcludes</a>:</b></p> + +<div>Subset of +<tt>AbstractJDepsMojo.dependenciesToAnalyzeIncludes</tt> which +should be not analyzed. Specify as <tt>groupId:artifactId</tt>, +allowing ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeExcludes> + <exclude>org.foo.*:*</exclude> + <exclude>com.foo.bar:*</exclude> + <exclude>dot.foo.bar:utilities</exclude> + </dependenciesToAnalyzeExcludes> +</pre></div></div> + +<ul> + +<li><b>Type</b>: <tt>java.util.List</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="dependenciesToAnalyzeIncludes">dependenciesToAnalyzeIncludes</a>:</b></p> + +<div>Additional dependencies which should be analyzed besides the +classes. Specify as <tt>groupId:artifactId</tt>, allowing +ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeIncludes> + <include>*:*</include> + <include>org.foo.*:*</include> + <include>com.foo.bar:*</include> + <include>dot.foo.bar:utilities</include> + </dependenciesToAnalyzeIncludes> +</pre></div></div> + +<ul> + +<li><b>Type</b>: <tt>java.util.List</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> <p><b><a name="dotOutput">dotOutput</a>:</b></p> <div>Destination directory for DOT file output</div> @@ -332,6 +434,19 @@ types etc</div> <li><b>User Property</b>: <tt>jdeps.dotOutput</tt></li> </ul><hr /> +<p><b><a name="failOnWarning">failOnWarning</a>:</b></p> + +<div>Indicates whether the build will continue even if there are jdeps +warnings.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>true</tt></li> + </ul><hr /> <p><b><a name="include">include</a>:</b></p> <div>Restrict analysis to classes matching pattern. This option filters Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/mail-lists.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/mail-lists.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/mail-lists.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugin-info.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugin-info.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugin-info.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <a href="project-reports.html">Project Reports</a> <ul> <li class="none"> @@ -116,6 +116,9 @@ <li class="none"> <strong>Plugin Documentation</strong> </li> + <li class="none"> + <a href="invoker-report.html">Invoker Build Results</a> + </li> </ul> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugin-management.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugin-management.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugin-management.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugins.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugins.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/plugins.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/pmd.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/pmd.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/pmd.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <a href="project-reports.html">Project Reports</a> <ul> <li class="none"> @@ -116,6 +116,9 @@ <li class="none"> <a href="plugin-info.html">Plugin Documentation</a> </li> + <li class="none"> + <a href="invoker-report.html">Invoker Build Results</a> + </li> </ul> </li> </ul> @@ -203,7 +206,7 @@ <th>Line</th></tr> <tr class="b"> <td>Avoid unused method parameters such as 'jOutputDirectory'.</td> -<td><a href="./xref/org/apache/maven/plugin/jdeps/AbstractJDepsMojo.html#L367">367</a></td></tr></table></div></div> +<td><a href="./xref/org/apache/maven/plugin/jdeps/AbstractJDepsMojo.html#L439">439</a></td></tr></table></div></div> </div> </div> <div class="clear"> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-info.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-info.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-info.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-reports.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-reports.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-reports.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <strong>Project Reports</strong> <ul> <li class="none"> @@ -116,6 +116,9 @@ <li class="none"> <a href="plugin-info.html">Plugin Documentation</a> </li> + <li class="none"> + <a href="invoker-report.html">Invoker Build Results</a> + </li> </ul> </li> </ul> @@ -231,7 +234,10 @@ <td>Quality analysis dashboard.</td></tr> <tr class="b"> <td><a href="plugin-info.html">Plugin Documentation</a></td> -<td>This report provides goals and parameters documentation of a plugin.</td></tr></table></div></div> +<td>This report provides goals and parameters documentation of a plugin.</td></tr> +<tr class="a"> +<td><a href="invoker-report.html">Invoker Build Results</a></td> +<td>The results of the Maven invocations.</td></tr></table></div></div> </div> </div> <div class="clear"> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-summary.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-summary.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/project-summary.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/sonar.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/sonar.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/sonar.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <a href="project-reports.html">Project Reports</a> <ul> <li class="none"> @@ -116,6 +116,9 @@ <li class="none"> <a href="plugin-info.html">Plugin Documentation</a> </li> + <li class="none"> + <a href="invoker-report.html">Invoker Build Results</a> + </li> </ul> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/source-repository.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/source-repository.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/source-repository.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/surefire-report.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/surefire-report.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/surefire-report.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <a href="project-reports.html">Project Reports</a> <ul> <li class="none"> @@ -116,6 +116,9 @@ <li class="none"> <a href="plugin-info.html">Plugin Documentation</a> </li> + <li class="none"> + <a href="invoker-report.html">Invoker Build Results</a> + </li> </ul> </li> </ul> @@ -226,7 +229,7 @@ function toggleDisplay(elementId) { <td>0</td> <td>0</td> <td>100%</td> -<td>0.023</td></tr></table><br /> +<td>0.047</td></tr></table><br /> <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div> <div class="section"> <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a> @@ -247,7 +250,7 @@ function toggleDisplay(elementId) { <td>0</td> <td>0</td> <td>100%</td> -<td>0.023</td></tr></table><br /> +<td>0.047</td></tr></table><br /> <p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p> <div class="section"> <h3><a name="org.apache.maven.plugin.jdeps.consumers"></a>org.apache.maven.plugin.jdeps.consumers</h3><a name="org.apache.maven.plugin.jdeps.consumers"></a> @@ -269,7 +272,7 @@ function toggleDisplay(elementId) { <td>0</td> <td>0</td> <td>100%</td> -<td>0.023</td></tr></table></div><br /></div> +<td>0.047</td></tr></table></div><br /></div> <div class="section"> <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p> @@ -279,7 +282,7 @@ function toggleDisplay(elementId) { <tr class="a"> <td><img src="images/icon_success_sml.gif" alt="" /></td> <td>testProfile</td> -<td>0.023</td></tr> +<td>0.047</td></tr> <tr class="b"> <td><img src="images/icon_success_sml.gif" alt="" /></td> <td>testJDKInterAPI</td> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/taglist.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/taglist.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/taglist.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <a href="project-reports.html">Project Reports</a> <ul> <li class="none"> @@ -116,6 +116,9 @@ <li class="none"> <a href="plugin-info.html">Plugin Documentation</a> </li> + <li class="none"> + <a href="invoker-report.html">Invoker Build Results</a> + </li> </ul> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/team-list.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/team-list.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/team-list.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -121,7 +121,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/test-jdkinternals-mojo.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/test-jdkinternals-mojo.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/test-jdkinternals-mojo.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,7 +12,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -47,7 +47,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -80,7 +80,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul> @@ -211,6 +211,52 @@ types etc<br /><b>Default value is</b>: <tr class="a"> +<td><b><a href="#dependenciesToAnalyzeExcludes">dependenciesToAnalyzeExcludes</a></b></td> + +<td><tt>List</tt></td> + +<td><tt>-</tt></td> + +<td>Subset of +<tt>AbstractJDepsMojo.dependenciesToAnalyzeIncludes</tt> which +should be not analyzed. Specify as <tt>groupId:artifactId</tt>, +allowing ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeExcludes> + <exclude>org.foo.*:*</exclude> + <exclude>com.foo.bar:*</exclude> + <exclude>dot.foo.bar:utilities</exclude> + </dependenciesToAnalyzeExcludes> +</pre></div><br /></td> + </tr> + +<tr class="b"> + +<td><b><a href="#dependenciesToAnalyzeIncludes">dependenciesToAnalyzeIncludes</a></b></td> + +<td><tt>List</tt></td> + +<td><tt>-</tt></td> + +<td>Additional dependencies which should be analyzed besides the +classes. Specify as <tt>groupId:artifactId</tt>, allowing +ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeIncludes> + <include>*:*</include> + <include>org.foo.*:*</include> + <include>com.foo.bar:*</include> + <include>dot.foo.bar:utilities</include> + </dependenciesToAnalyzeIncludes> +</pre></div><br /></td> + </tr> + +<tr class="a"> + <td><b><a href="#dotOutput">dotOutput</a></b></td> <td><tt>File</tt></td> @@ -222,6 +268,18 @@ types etc<br /><b>Default value is</b>: <tr class="b"> +<td><b><a href="#failOnWarning">failOnWarning</a></b></td> + +<td><tt>boolean</tt></td> + +<td><tt>-</tt></td> + +<td>Indicates whether the build will continue even if there are jdeps +warnings.<br /><b>Default value is</b>: <tt>true</tt>.<br /></td> + </tr> + +<tr class="a"> + <td><b><a href="#include">include</a></b></td> <td><tt>String</tt></td> @@ -234,7 +292,7 @@ the list of classes to be analyzed. It c dependences<br /><b>User property is</b>: <tt>jdeps.include</tt>.</td> </tr> -<tr class="a"> +<tr class="b"> <td><b><a href="#module">module</a></b></td> @@ -245,7 +303,7 @@ dependences<br /><b>User property is</b> <td>Show module containing the package<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.module</tt>.</td> </tr> -<tr class="b"> +<tr class="a"> <td><b><a href="#profile">profile</a></b></td> @@ -256,7 +314,7 @@ dependences<br /><b>User property is</b> <td>Show profile or the file containing a package<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.profile</tt>.</td> </tr> -<tr class="a"> +<tr class="b"> <td><b><a href="#recursive">recursive</a></b></td> @@ -270,7 +328,7 @@ implies <tt>-filter:none</tt>. If <tt>-p matching dependences are analyzed.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.recursive</tt>.</td> </tr> -<tr class="b"> +<tr class="a"> <td><b><a href="#verbose">verbose</a></b></td> @@ -320,6 +378,50 @@ types etc</div> <li><b>Default</b>: <tt>false</tt></li> </ul><hr /> +<p><b><a name="dependenciesToAnalyzeExcludes">dependenciesToAnalyzeExcludes</a>:</b></p> + +<div>Subset of +<tt>AbstractJDepsMojo.dependenciesToAnalyzeIncludes</tt> which +should be not analyzed. Specify as <tt>groupId:artifactId</tt>, +allowing ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeExcludes> + <exclude>org.foo.*:*</exclude> + <exclude>com.foo.bar:*</exclude> + <exclude>dot.foo.bar:utilities</exclude> + </dependenciesToAnalyzeExcludes> +</pre></div></div> + +<ul> + +<li><b>Type</b>: <tt>java.util.List</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> +<p><b><a name="dependenciesToAnalyzeIncludes">dependenciesToAnalyzeIncludes</a>:</b></p> + +<div>Additional dependencies which should be analyzed besides the +classes. Specify as <tt>groupId:artifactId</tt>, allowing +ant-pattern. E.g. + +<div> +<pre> + <dependenciesToAnalyzeIncludes> + <include>*:*</include> + <include>org.foo.*:*</include> + <include>com.foo.bar:*</include> + <include>dot.foo.bar:utilities</include> + </dependenciesToAnalyzeIncludes> +</pre></div></div> + +<ul> + +<li><b>Type</b>: <tt>java.util.List</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + </ul><hr /> <p><b><a name="dotOutput">dotOutput</a>:</b></p> <div>Destination directory for DOT file output</div> @@ -332,6 +434,19 @@ types etc</div> <li><b>User Property</b>: <tt>jdeps.dotOutput</tt></li> </ul><hr /> +<p><b><a name="failOnWarning">failOnWarning</a>:</b></p> + +<div>Indicates whether the build will continue even if there are jdeps +warnings.</div> + +<ul> + +<li><b>Type</b>: <tt>boolean</tt></li> + +<li><b>Required</b>: <tt>No</tt></li> + +<li><b>Default</b>: <tt>true</tt></li> + </ul><hr /> <p><b><a name="include">include</a>:</b></p> <div>Restrict analysis to classes matching pattern. This option filters Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/usage.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/usage.html (original) +++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/usage.html Thu Feb 19 20:39:45 2015 @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- - | Generated by Apache Maven Doxia at 2015-02-14 + | Generated by Apache Maven Doxia at 2015-02-19 | Rendered using Apache Maven Stylus Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -14,7 +14,7 @@ <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> <meta name="author" content="Robert Scholte" /> <meta name="Date-Creation-yyyymmdd" content="20150205" /> - <meta name="Date-Revision-yyyymmdd" content="20150214" /> + <meta name="Date-Revision-yyyymmdd" content="20150219" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> @@ -49,7 +49,7 @@ </div> <div class="xright"> <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink">Javadoc Tool</a> - | Last Published: 2015-02-14 + | Last Published: 2015-02-19 | Version: 3.0-SNAPSHOT </div> <div class="clear"> @@ -82,7 +82,7 @@ <li class="collapsed"> <a href="project-info.html">Project Information</a> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html">Project Reports</a> </li> </ul>
