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 rf...@apache.org on 2015/02/09 22:05:35 UTC

svn commit: r939608 [3/5] - in /websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin: ./ apidocs/ apidocs/org/apache/maven/plugin/jdeps/consumers/ testapidocs/ testapidocs/org/apache/maven/plugin/jdeps/consume...

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -236,6 +236,17 @@ dependences<br /><b>User property is</b>
           
 <tr class="a">
             
+<td><b><a href="#module">module</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>JDK 1.9.0</tt></td>
+            
+<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">
+            
 <td><b><a href="#profile">profile</a></b></td>
             
 <td><tt>boolean</tt></td>
@@ -245,7 +256,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="b">
+<tr class="a">
             
 <td><b><a href="#recursive">recursive</a></b></td>
             
@@ -253,10 +264,13 @@ dependences<br /><b>User property is</b>
             
 <td><tt>-</tt></td>
             
-<td>Recursively traverse all dependencies<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.recursive</tt>.</td>
+<td>Recursively traverse all dependencies. The <tt>-R</tt> option
+implies <tt>-filter:none</tt>. If <tt>-p</tt>,
+<tt>-e</tt>, <tt>-f</tt> option is specified, only the
+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="a">
+<tr class="b">
             
 <td><b><a href="#verbose">verbose</a></b></td>
             
@@ -333,6 +347,22 @@ dependences</div>
           
 <li><b>User Property</b>: <tt>jdeps.include</tt></li>
         </ul><hr />
+<p><b><a name="module">module</a>:</b></p>
+        
+<div>Show module containing the package</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>JDK 1.9.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>jdeps.module</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
 <p><b><a name="profile">profile</a>:</b></p>
         
 <div>Show profile or the file containing a package</div>
@@ -349,7 +379,10 @@ dependences</div>
         </ul><hr />
 <p><b><a name="recursive">recursive</a>:</b></p>
         
-<div>Recursively traverse all dependencies</div>
+<div>Recursively traverse all dependencies. The <tt>-R</tt> option
+implies <tt>-filter:none</tt>. If <tt>-p</tt>,
+<tt>-e</tt>, <tt>-f</tt> option is specified, only the
+matching dependences are analyzed.</div>
         
 <ul>
           

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -206,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#L349">349</a></td></tr></table></div></div>
+<td><a href="./xref/org/apache/maven/plugin/jdeps/AbstractJDepsMojo.html#L367">367</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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -224,12 +224,12 @@ function toggleDisplay(elementId) {
 <th>Success Rate</th>
 <th>Time</th></tr>
 <tr class="b">
-<td>1</td>
+<td>2</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.001</td></tr></table><br />
+<td>0</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>
@@ -245,12 +245,12 @@ function toggleDisplay(elementId) {
 <th>Time</th></tr>
 <tr class="b">
 <td><a href="#org.apache.maven.plugin.jdeps.consumers">org.apache.maven.plugin.jdeps.consumers</a></td>
-<td>1</td>
+<td>2</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.001</td></tr></table><br />
+<td>0</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>
@@ -267,12 +267,12 @@ function toggleDisplay(elementId) {
 <tr class="b">
 <td><a href="#org.apache.maven.plugin.jdeps.consumersJDepsConsumerTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
 <td><a href="#org.apache.maven.plugin.jdeps.consumersJDepsConsumerTest">JDepsConsumerTest</a></td>
-<td>1</td>
+<td>2</td>
 <td>0</td>
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.001</td></tr></table></div><br /></div>
+<td>0</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>
@@ -281,8 +281,12 @@ function toggleDisplay(elementId) {
 <table border="1" class="bodyTable">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
+<td>testProfile</td>
+<td>0</td></tr>
+<tr class="b">
+<td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testJDKInterAPI</td>
-<td>0.001</td></tr></table></div><br /></div>
+<td>0</td></tr></table></div><br /></div>
       </div>
     </div>
     <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">

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 Mon Feb  9 21:05:34 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-07
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150207" />
+        <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-07
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| Version: 3.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -236,6 +236,17 @@ dependences<br /><b>User property is</b>
           
 <tr class="a">
             
+<td><b><a href="#module">module</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>JDK 1.9.0</tt></td>
+            
+<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">
+            
 <td><b><a href="#profile">profile</a></b></td>
             
 <td><tt>boolean</tt></td>
@@ -245,7 +256,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="b">
+<tr class="a">
             
 <td><b><a href="#recursive">recursive</a></b></td>
             
@@ -253,10 +264,13 @@ dependences<br /><b>User property is</b>
             
 <td><tt>-</tt></td>
             
-<td>Recursively traverse all dependencies<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>jdeps.recursive</tt>.</td>
+<td>Recursively traverse all dependencies. The <tt>-R</tt> option
+implies <tt>-filter:none</tt>. If <tt>-p</tt>,
+<tt>-e</tt>, <tt>-f</tt> option is specified, only the
+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="a">
+<tr class="b">
             
 <td><b><a href="#verbose">verbose</a></b></td>
             
@@ -333,6 +347,22 @@ dependences</div>
           
 <li><b>User Property</b>: <tt>jdeps.include</tt></li>
         </ul><hr />
+<p><b><a name="module">module</a>:</b></p>
+        
+<div>Show module containing the package</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>JDK 1.9.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>jdeps.module</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
 <p><b><a name="profile">profile</a>:</b></p>
         
 <div>Show profile or the file containing a package</div>
@@ -349,7 +379,10 @@ dependences</div>
         </ul><hr />
 <p><b><a name="recursive">recursive</a>:</b></p>
         
-<div>Recursively traverse all dependencies</div>
+<div>Recursively traverse all dependencies. The <tt>-R</tt> option
+implies <tt>-filter:none</tt>. If <tt>-p</tt>,
+<tt>-e</tt>, <tt>-f</tt> option is specified, only the
+matching dependences are analyzed.</div>
         
 <ul>
           

Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/testapidocs/index-all.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/testapidocs/index-all.html (original)
+++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/testapidocs/index-all.html Mon Feb  9 21:05:34 2015
@@ -85,6 +85,8 @@
 <dl>
 <dt><span class="strong"><a href="./org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html#testJDKInterAPI()">testJDKInterAPI()</a></span> - Method in class org.apache.maven.plugin.jdeps.consumers.<a href="./org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html" title="class in org.apache.maven.plugin.jdeps.consumers">JDepsConsumerTest</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html#testProfile()">testProfile()</a></span> - Method in class org.apache.maven.plugin.jdeps.consumers.<a href="./org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html" title="class in org.apache.maven.plugin.jdeps.consumers">JDepsConsumerTest</a></dt>
+<dd>&nbsp;</dd>
 </dl>
 <a href="#_J_">J</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_T_">T</a>&nbsp;</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->

Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/testapidocs/org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/testapidocs/org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/testapidocs/org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html Mon Feb  9 21:05:34 2015
@@ -135,6 +135,10 @@ extends <a href="http://docs.oracle.com/
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html#testJDKInterAPI()">testJDKInterAPI</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html#testProfile()">testProfile</a></strong>()</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -177,12 +181,21 @@ extends <a href="http://docs.oracle.com/
 <a name="testJDKInterAPI()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>testJDKInterAPI</h4>
 <pre>public&nbsp;void&nbsp;testJDKInterAPI()</pre>
 </li>
 </ul>
+<a name="testProfile()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>testProfile</h4>
+<pre>public&nbsp;void&nbsp;testProfile()</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>

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 Mon Feb  9 21:05:34 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-05
+ | Generated by Apache Maven Doxia at 2015-02-09
  | 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="20150205" />
+    <meta name="Date-Revision-yyyymmdd" content="20150209" />
     <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>
               
-                                   &nbsp;| Last Published: 2015-02-05
+                                   &nbsp;| Last Published: 2015-02-09
               &nbsp;| 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>

Modified: websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref-test/org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref-test/org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html (original)
+++ websites/production/maven/content/plugins-archives/maven-jdeps-plugin-LATEST/maven-jdeps-plugin/xref-test/org/apache/maven/plugin/jdeps/consumers/JDepsConsumerTest.html Mon Feb  9 21:05:34 2015
@@ -50,9 +50,28 @@
 <a class="jxr_linenumber" name="L42" href="#L42">42</a>          
 <a class="jxr_linenumber" name="L43" href="#L43">43</a>          assertEquals( 1, consumer.getOffendingPackages().size() );
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>          assertEquals( <span class="jxr_string">"JDK internal API (java.base)"</span>, consumer.getOffendingPackages().get( <span class="jxr_string">"sun.misc"</span> ) );
-<a class="jxr_linenumber" name="L45" href="#L45">45</a>      }
-<a class="jxr_linenumber" name="L46" href="#L46">46</a>  
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>  }
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>          assertEquals( 0, consumer.getProfiles().size() );
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>      }
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>  
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>      @Test
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testProfile()
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      {
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>          consumer = <strong class="jxr_keyword">new</strong> JDepsConsumer();
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>          consumer.consumeLine( <span class="jxr_string">"E:&#92;&#92;java-workspace&#92;&#92;apache-maven-plugins&#92;&#92;maven-jdeps-plugin&#92;&#92;target&#92;&#92;classes -&gt; "</span>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>              + <span class="jxr_string">"C:&#92;&#92;Program Files&#92;&#92;Java&#92;&#92;jdk1.8.0&#92;&#92;jre&#92;&#92;lib&#92;&#92;rt.jar (compact1)"</span> );
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>          consumer.consumeLine( <span class="jxr_string">"   &lt;unnamed&gt; (classes)"</span> );
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>          consumer.consumeLine( <span class="jxr_string">"      -&gt; java.io                                            compact1"</span> );
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>          consumer.consumeLine( <span class="jxr_string">"      -&gt; java.lang                                          compact1"</span> );
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>          consumer.consumeLine( <span class="jxr_string">"      -&gt; sun.misc                                           JDK internal API (rt.jar)"</span> );
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>          
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>          assertEquals( 1, consumer.getOffendingPackages().size() );
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>          assertEquals( <span class="jxr_string">"JDK internal API (rt.jar)"</span>, consumer.getOffendingPackages().get( <span class="jxr_string">"sun.misc"</span> ) );
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>          assertEquals( 2, consumer.getProfiles().size() );
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>          assertEquals( <span class="jxr_string">"compact1"</span>, consumer.getProfiles().get( <span class="jxr_string">"java.io"</span> ) );
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>          assertEquals( <span class="jxr_string">"compact1"</span>, consumer.getProfiles().get( <span class="jxr_string">"java.lang"</span> ) );
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>      }
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>  
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>  }
 </pre>
 <hr/>
 <div id="footer">Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>