You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 15:09:30 UTC

svn commit: r816619 [11/27] - in /websites/production/maventest/content/plugins/maven-compiler-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-use/ cobertura/ cobertura/css/ css/ examples/ testapidocs/ ...

Modified: websites/production/maventest/content/plugins/maven-compiler-plugin-latest/dependencies.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-compiler-plugin-latest/dependencies.html (original)
+++ websites/production/maventest/content/plugins/maven-compiler-plugin-latest/dependencies.html Tue May  8 13:09:26 2012
@@ -1,25 +1,16 @@
 <!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 Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Compiler plugin - Project Dependencies</title>
+    <title>Project Dependencies</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
                                                         
@@ -28,52 +19,32 @@
                     </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://maven.apache.org/" id="bannerLeft">
-    
-                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
-    
-            </a>
-                        <a href="http://maven.apache.org/" id="bannerRight">
-    
-                                    <img src="http://maven.apache.org/images/maven-logo-2.gif" alt="" />
-    
-            </a>
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
             <div class="clear">
         <hr/>
       </div>
     </div>
     <div id="breadcrumbs">
-          
-  
-
-  
-    
             
-  
-    
-            <div class="xleft">
-          
-                <a href="http://www.apache.org/" class="externalLink">Apache</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/index.html" class="externalLink">Maven</a>
-                &gt;
-      
-                <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-                &gt;
-      
-                <a href="../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin">Maven Compiler Plugin</a>
-                  </div>
-            <div class="xright">      
-  
-
-  
-    
-            
-  
-    
-             Last Published: 2010-09-04
-              &nbsp;| Version: 2.3.2
+                                <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Maven Compiler plugin</a>
+        &gt;
+    Project Dependencies
+      </div>
+            <div class="xright">        
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 2.4
             </div>
       <div class="clear">
         <hr/>
@@ -81,400 +52,147 @@
     </div>
     <div id="leftColumn">
       <div id="navcolumn">
-           
-  
-
-  
-    
-            
-  
-    
-                   <h5>Overview</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="index.html">Introduction</a>
-          </li>
-              
-    <li class="none">
-                    <a href="plugin-info.html">Goals</a>
-          </li>
-              
-    <li class="none">
-                    <a href="usage.html">Usage</a>
-          </li>
-              
-    <li class="none">
-                    <a href="faq.html">FAQ</a>
-          </li>
+             
+                                                <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
           </ul>
-              <h5>Examples</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
-          </li>
-              
-    <li class="none">
-                    <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
-          </li>
-              
-    <li class="none">
-                    <a href="non-javac-compilers.html">Non-javac compilerIds</a>
-          </li>
+                       <h5>Examples</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="examples/compile-using-different-jdk.html">Compile Using A Different JDK</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/set-compiler-source-and-target.html">Compile Using -source and -target javac Options</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/compile-with-memory-enhancements.html">Compile Using Memory Allocation Enhancements</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/pass-compiler-arguments.html">Pass Compiler Arguments</a>
+            </li>
+                  <li class="none">
+                  <a href="non-javac-compilers.html">Non-javac compilerIds</a>
+            </li>
           </ul>
-              <h5>Project Documentation</h5>
-            <ul>
-              
-                
-              
-      
-            
-      
-            
-            
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-            <li class="expanded">
-                    <a href="project-info.html">Project Information</a>
+                       <h5>Project Documentation</h5>
                   <ul>
-                  
-    <li class="none">
-                    <a href="index.html">About</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-              <strong>Dependencies</strong>
-        </li>
-                  
-    <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="mail-lists.html">Mailing Lists</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugin-management.html">Plugin Management</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="license.html">Project License</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="plugins.html">Project Plugins</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="team-list.html">Project Team</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="source-repository.html">Source Repository</a>
-          </li>
+                                                                                                                                                                                                                                                                                    <li class="expanded">
+                  <a href="project-info.html">Project Information</a>
+                    <ul>
+                      <li class="none">
+                  <a href="index.html">About</a>
+            </li>
+                      <li class="none">
+                  <a href="project-summary.html">Project Summary</a>
+            </li>
+                      <li class="none">
+                  <a href="license.html">Project License</a>
+            </li>
+                      <li class="none">
+                  <a href="team-list.html">Project Team</a>
+            </li>
+                      <li class="none">
+                  <a href="source-repository.html">Source Repository</a>
+            </li>
+                      <li class="none">
+                  <a href="issue-tracking.html">Issue Tracking</a>
+            </li>
+                      <li class="none">
+                  <a href="mail-lists.html">Mailing Lists</a>
+            </li>
+                      <li class="none">
+            <strong>Dependencies</strong>
+          </li>
+                      <li class="none">
+                  <a href="integration.html">Continuous Integration</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-management.html">Plugin Management</a>
+            </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
+            </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
+            </li>
               </ul>
         </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-                    <a href="project-reports.html">Project Reports</a>
-                </li>
+                                                                                                                                                                                                                                                                                            <li class="collapsed">
+                  <a href="project-reports.html">Project Reports</a>
+                  </li>
           </ul>
-              <h5>Maven Projects</h5>
-            <ul>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/ant-tasks/index.html" class="externalLink">Ant Tasks</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/doxia/index.html" class="externalLink">Doxia</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/jxr/index.html" class="externalLink">JXR</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/maven-1.x/index.html" class="externalLink">Maven 1.x</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/index.html" class="externalLink">Maven 2</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/mercury/index.html" class="externalLink">Mercury</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/plugins/index.html" class="externalLink">Plugins</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/scm/index.html" class="externalLink">SCM</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/shared/index.html" class="externalLink">Shared Components</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/surefire/index.html" class="externalLink">Surefire</a>
-          </li>
-              
-    <li class="none">
-                    <a href="http://maven.apache.org/wagon/index.html" class="externalLink">Wagon</a>
-          </li>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
           </ul>
-                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
-          </a>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
                        
-  
-
-  
-    
-            
-  
-    
-        </div>
+                            </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies</h2>
-<a name="compile"></a><div class="section"><h3>compile</h3>
-<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
-<table class="bodyTable"><tr class="a"><th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Type</th>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-artifact" class="externalLink">maven-artifact</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-core" class="externalLink">maven-core</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-plugin-api" class="externalLink">maven-plugin-api</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org" class="externalLink">maven-toolchain</a></td>
-<td>1.0</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.codehaus.plexus</td>
-<td><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api" class="externalLink">plexus-compiler-api</a></td>
-<td>1.8.1</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.codehaus.plexus</td>
-<td><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager" class="externalLink">plexus-compiler-manager</a></td>
-<td>1.8.1</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.codehaus.plexus</td>
-<td><a href="http://plexus.codehaus.org/plexus-utils" class="externalLink">plexus-utils</a></td>
-<td>2.0.5</td>
-<td>jar</td>
-</tr>
-</table>
-</div>
-<a name="runtime"></a><div class="section"><h3>runtime</h3>
-<p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p>
-<table class="bodyTable"><tr class="a"><th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Type</th>
-</tr>
-<tr class="b"><td>org.codehaus.plexus</td>
-<td><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compilers/plexus-compiler-javac" class="externalLink">plexus-compiler-javac</a></td>
-<td>1.8.1</td>
-<td>jar</td>
-</tr>
-</table>
-</div>
-<a name="test"></a><div class="section"><h3>test</h3>
-<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
-<table class="bodyTable"><tr class="a"><th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Type</th>
-</tr>
-<tr class="b"><td>org.apache.maven.shared</td>
-<td><a href="http://maven.apache.org/shared/maven-plugin-testing-harness" class="externalLink">maven-plugin-testing-harness</a></td>
-<td>1.1</td>
-<td>jar</td>
-</tr>
-</table>
-</div>
-</div>
-<a name="Project_Transitive_Dependencies"></a><div class="section"><h2>Project Transitive Dependencies</h2>
-<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p>
-<a name="compile"></a><div class="section"><h3>compile</h3>
-<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
-<table class="bodyTable"><tr class="a"><th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Type</th>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-artifact-manager" class="externalLink">maven-artifact-manager</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-error-diagnostics" class="externalLink">maven-error-diagnostics</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-model" class="externalLink">maven-model</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-monitor" class="externalLink">maven-monitor</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-plugin-descriptor" class="externalLink">maven-plugin-descriptor</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-plugin-parameter-documenter" class="externalLink">maven-plugin-parameter-documenter</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-plugin-registry" class="externalLink">maven-plugin-registry</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-profile" class="externalLink">maven-profile</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-project" class="externalLink">maven-project</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-repository-metadata" class="externalLink">maven-repository-metadata</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.apache.maven</td>
-<td><a href="http://maven.apache.org/maven-settings" class="externalLink">maven-settings</a></td>
-<td>2.0.6</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.apache.maven.wagon</td>
-<td><a href="http://maven.apache.org/wagon/wagon-provider-api" class="externalLink">wagon-provider-api</a></td>
-<td>1.0-beta-2</td>
-<td>jar</td>
-</tr>
-</table>
-</div>
-<a name="test"></a><div class="section"><h3>test</h3>
-<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
-<table class="bodyTable"><tr class="b"><th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Type</th>
-</tr>
-<tr class="a"><td>classworlds</td>
-<td><a href="http://classworlds.codehaus.org/" class="externalLink">classworlds</a></td>
-<td>1.1-alpha-2</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>junit</td>
-<td><a href="http://junit.org" class="externalLink">junit</a></td>
-<td>3.8.1</td>
-<td>jar</td>
-</tr>
-<tr class="a"><td>org.codehaus.plexus</td>
-<td>plexus-archiver</td>
-<td>1.0-alpha-7</td>
-<td>jar</td>
-</tr>
-<tr class="b"><td>org.codehaus.plexus</td>
-<td>plexus-container-default</td>
-<td>1.0-alpha-8</td>
-<td>jar</td>
-</tr>
-</table>
-</div>
-</div>
-<a name="Project_Dependency_Graph"></a><div class="section"><h2>Project Dependency Graph</h2>
-<script language="javascript" type="text/javascript">
+        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies<a name="Project_Dependencies"></a></h2><a name="Project_Dependencies_compile"></a><div class="section"><h3>compile<a name="compile"></a></h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-artifact">maven-artifact</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-core">maven-core</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href
 ="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-plugin-api">maven-plugin-api</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org">maven-toolchain</a></td><td>1.0</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api">plexus-compiler-api</a></td><td>1.8.6</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apa
 che Software License, Version 2.0</a></td></tr><tr class="a"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager">plexus-compiler-manager</a></td><td>1.8.6</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-utils">plexus-utils</a></td><td>3.0</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></td></tr></table></div><a name="Project_Dependencies_runtime"></a><div class="section"><h3>runtime<a name="runtime"></a></h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</
 th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compilers/plexus-compiler-javac">plexus-compiler-javac</a></td><td>1.8.6</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><a name="Project_Dependencies_test"></a><div class="section"><h3>test<a name="test"></a></h3><p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.apache.maven.shared</td><td><a class="externalLink" href="http://maven.apache.org/shared/maven-plugin-testing-harness/">maven-p
 lugin-testing-harness</a></td><td>1.1</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a><div class="section"><h2>Project Transitive Dependencies<a name="Project_Transitive_Dependencies"></a></h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_compile"></a><div class="section"><h3>compile<a name="compile"></a></h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apa
 che.org/maven-artifact-manager">maven-artifact-manager</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-error-diagnostics">maven-error-diagnostics</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-model">maven-model</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-monitor">maven-monitor</a></td><td>2.0.9</td><td>jar<
 /td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-plugin-descriptor">maven-plugin-descriptor</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-plugin-parameter-documenter">maven-plugin-parameter-documenter</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-plugin-registry">maven-plugin-registry</a></td><td>2.0.9</td><td>jar</td><td><a class="externa
 lLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-profile">maven-profile</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-project">maven-project</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-repository-metadata">maven-repository-metadata</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Softw
 are License, Version 2.0</a></td></tr><tr class="b"><td>org.apache.maven</td><td><a class="externalLink" href="http://maven.apache.org/maven-settings">maven-settings</a></td><td>2.0.9</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr><tr class="a"><td>org.apache.maven.wagon</td><td><a class="externalLink" href="http://maven.apache.org/wagon/wagon-provider-api">wagon-provider-api</a></td><td>1.0-beta-2</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><a name="Project_Transitive_Dependencies_runtime"></a><div class="section"><h3>runtime<a name="runtime"></a></h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>Artif
 actId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>commons-httpclient</td><td><a class="externalLink" href="http://jakarta.apache.org/commons/httpclient/">commons-httpclient</a></td><td>2.0.2</td><td>jar</td><td>-</td></tr><tr class="a"><td>commons-logging</td><td><a class="externalLink" href="http://jakarta.apache.org/commons/logging/">commons-logging</a></td><td>1.0.4</td><td>jar</td><td>/LICENSE.txt</td></tr><tr class="b"><td>de.zeigermann.xml</td><td><a class="externalLink" href="http://xml-im-exporter.sourceforge.net">xml-im-exporter</a></td><td>1.1</td><td>jar</td><td>-</td></tr><tr class="a"><td>jdom</td><td>jdom</td><td>1.0</td><td>jar</td><td>-</td></tr><tr class="b"><td>org.apache.maven.wagon</td><td><a class="externalLink" href="http://maven.apache.org/wagon/wagon-providers/wagon-webdav">wagon-webdav</a></td><td>1.0-beta-2</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Softwar
 e License, Version 2.0</a></td></tr><tr class="a"><td>slide</td><td>slide-webdavlib</td><td>2.1</td><td>jar</td><td>-</td></tr></table></div><a name="Project_Transitive_Dependencies_test"></a><div class="section"><h3>test<a name="test"></a></h3><p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>classworlds</td><td><a class="externalLink" href="http://classworlds.codehaus.org/">classworlds</a></td><td>1.1-alpha-2</td><td>jar</td><td>-</td></tr><tr class="a"><td>junit</td><td><a class="externalLink" href="http://junit.org">junit</a></td><td>3.8.1</td><td>jar</td><td><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></td></tr><tr class="b"><td>org.codehaus.plex
 us</td><td>plexus-archiver</td><td>1.0-alpha-7</td><td>jar</td><td>-</td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-container-default</td><td>1.0-alpha-8</td><td>jar</td><td>-</td></tr></table></div></div><a name="Project_Dependency_Graph"></a><div class="section"><h2>Project Dependency Graph<a name="Project_Dependency_Graph"></a></h2><script language="javascript" type="text/javascript">
       function toggleDependencyDetail( divId, imgId )
       {
         var div = document.getElementById( divId );
@@ -491,917 +209,24 @@
         }
       }
 </script>
-<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree</h3>
-<ul><li>org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.3.2 <img id="_1907458611" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1962087179', '_1907458611' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1962087179" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Compiler Plugin</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>The Compiler Plugin is used to compile the sources of your project.</p>
-<p><b>URL: </b>../../../../../people.apache.org/www/maven.apache.org/plugins/maven-compiler-plugin</p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-plugin-api:jar:2.0.6 (compile) <img id="_1957907759" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1112328561', '_1957907759' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1112328561" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Plugin API</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-plugin-api" class="externalLink">http://maven.apache.org/maven-plugin-api</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact:jar:2.0.6 (compile) <img id="_1504532125" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_185624909', '_1504532125' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_185624909" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact" class="externalLink">http://maven.apache.org/maven-artifact</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-core:jar:2.0.6 (compile) <img id="_413992318" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_705750726', '_413992318' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_705750726" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Core</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-core" class="externalLink">http://maven.apache.org/maven-core</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-settings:jar:2.0.6 (compile) <img id="_1349727131" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1424186524', '_1349727131' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1424186524" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Local Settings Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-settings" class="externalLink">http://maven.apache.org/maven-settings</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-model:jar:2.0.6 (compile) <img id="_1273253474" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1588679261', '_1273253474' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1588679261" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Model</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-model" class="externalLink">http://maven.apache.org/maven-model</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 (compile) <img id="_1318695337" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_859755548', '_1318695337' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_859755548" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Plugin Parameter Documenter API</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-plugin-parameter-documenter" class="externalLink">http://maven.apache.org/maven-plugin-parameter-documenter</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-profile:jar:2.0.6 (compile) <img id="_1217143525" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1279513186', '_1217143525' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1279513186" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Profile Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-profile" class="externalLink">http://maven.apache.org/maven-profile</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-model:jar:2.0.6 (compile) <img id="_1579213004" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1405802066', '_1579213004' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1405802066" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Model</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-model" class="externalLink">http://maven.apache.org/maven-model</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.apache.maven:maven-model:jar:2.0.6 (compile) <img id="_158270043" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1983103539', '_158270043' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1983103539" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Model</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-model" class="externalLink">http://maven.apache.org/maven-model</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact:jar:2.0.6 (compile) <img id="_1170611201" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_376293797', '_1170611201' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_376293797" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact" class="externalLink">http://maven.apache.org/maven-artifact</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 (compile) <img id="_1630498857" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1835934183', '_1630498857' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1835934183" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Wagon API</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Wagon API that defines the contract between different Wagon implementations</p>
-<p><b>URL: </b><a href="http://maven.apache.org/wagon/wagon-provider-api" class="externalLink">http://maven.apache.org/wagon/wagon-provider-api</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-repository-metadata:jar:2.0.6 (compile) <img id="_1125539799" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_280625541', '_1125539799' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_280625541" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Repository Metadata Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Plugin Mapping</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-repository-metadata" class="externalLink">http://maven.apache.org/maven-repository-metadata</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-error-diagnostics:jar:2.0.6 (compile) <img id="_1366013761" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2104537004', '_1366013761' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2104537004" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Error Diagnostics</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Provides a manager component which will process a given Throwable instance through a set of diagnostic
+<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.4 <img id="_411479719" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_765966140', '_411479719' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_765966140" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Compiler Plugin</th></tr><tr class="b"><td><p><b>Description: </b>The Compiler Plugin is used to compile the sources of your project.</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">http://maven.apache.org/plugins/maven-compiler-plugin/</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.maven:maven-plugin-a
 pi:jar:2.0.9 (compile) <img id="_1033866049" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2093789125', '_1033866049' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2093789125" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Plugin API</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-plugin-api">http://maven.apache.org/maven-plugin-api</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/L
 ICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven:maven-artifact:jar:2.0.9 (compile) <img id="_877956370" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_34212522', '_877956370' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_34212522" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Artifact</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-artifact">http://maven.apache.o
 rg/maven-artifact</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven:maven-core:jar:2.0.9 (compile) <img id="_713903406" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2047403191', '_713903406' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2047403191" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Core</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
 </p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-core">http://maven.apache.org/maven-core</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.maven:maven-settings:jar:2.0.9 (compile) <img id="_848436984" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_503871004', '_848436984' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_503871004" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Local Settings Model</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative fi
 le. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-settings">http://maven.apache.org/maven-settings</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.maven:maven-model:jar:2.0.9 (compile) <img id="_552672608" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_524937236', '_552672608' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_524937236" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Model</th></tr><tr class="b"><td><p><b>Description: </b>Maven Model</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-model">http://maven.apache.org/maven-model</a></p><p><b>Pro
 ject License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 (compile) <img id="_621037906" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1313658428', '_621037906' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1313658428" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Plugin Parameter Documenter API</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for repor
 ting or the build process.</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-plugin-parameter-documenter">http://maven.apache.org/maven-plugin-parameter-documenter</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2 (runtime) <img id="_50942405" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1909733523', '_50942405' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1909733523" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Wagon WebDav Provider</th></tr><tr class="b"><td><p><b>Description: </b>Wagon that gets and puts artifacts through webdav protocol</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/wagon/wagon-providers/wagon-webdav">http://m
 aven.apache.org/wagon/wagon-providers/wagon-webdav</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>slide:slide-webdavlib:jar:2.1 (runtime) <img id="_1181251712" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_351438406', '_1181251712' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_351438406" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>slide-webdavlib</th></tr><tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div><ul><li>commons-httpclient:commons-httpclient:jar:2.0.2 (runtime) <img id="_1227266003" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_94296
 5127', '_1227266003' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_942965127" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>HttpClient</th></tr><tr class="b"><td><p><b>Description: </b>The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.</p><p><b>URL: </b><a class="externalLink" href="http://jakarta.apache.org/commons/httpclient/">http://jakarta.apache.org/commons/httpclient/</a></p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>jdom:jdom:jar:1.0 (runtime) <img id="_422405415" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1237958442', '_422405415' );" style="cursor: pointer;vert
 ical-align:text-bottom;"></img><div id="_1237958442" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>jdom</th></tr><tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>de.zeigermann.xml:xml-im-exporter:jar:1.1 (runtime) <img id="_2024149761" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_668270207', '_2024149761' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_668270207" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>XML Im-/Exporter</th></tr><tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>URL: </b><a class="externalLink" href="http://xml-im-exporter.sourceforge.net">http://xml-im-exporter.sourceforge.net</a></p><p><b>Project Licen
 se: </b>No project license is defined for this project.</p></td></tr></table></div></li></ul></li><li>commons-logging:commons-logging:jar:1.0.4 (runtime) <img id="_1518958893" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1397623218', '_1518958893' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1397623218" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Logging</th></tr><tr class="b"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><b>URL: </b><a class="externalLink" href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a></p><p><b>Project License: </b><a href="/LICENSE.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 (runtime) <img id="_593047801" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_202396392', '_593047801' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_202396392" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Wagon API</th></tr><tr class="b"><td><p><b>Description: </b>Maven Wagon API that defines the contract between different Wagon implementations</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/wagon/wagon-provider-api">http://maven.apache.org/wagon/wagon-provider-api</a></p><p><b>Project License: </
 b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.maven:maven-profile:jar:2.0.9 (compile) <img id="_276145017" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_752812205', '_276145017' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_752812205" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Profile Model</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><b>URL: </b><a class="e
 xternalLink" href="http://maven.apache.org/maven-profile">http://maven.apache.org/maven-profile</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.maven:maven-model:jar:2.0.9 (compile) <img id="_279774836" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_77528990', '_279774836' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_77528990" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Model</th></tr><tr class="b"><td><p><b>Description: </b>Maven Model</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-model">http://maven.apache.org/maven-model</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr
 ></table></div></li></ul></li><li>org.apache.maven:maven-model:jar:2.0.9 (compile) <img id="_1661162500" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1077395373', '_1661162500' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1077395373" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Model</th></tr><tr class="b"><td><p><b>Description: </b>Maven Model</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-model">http://maven.apache.org/maven-model</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven:maven-artifact:jar:2.0.9 (compile) <img id="_1885028119" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1696644269', '_1885028119' );" style="cursor: pointer;vertical-a
 lign:text-bottom;"></img><div id="_1696644269" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Artifact</th></tr><tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-artifact">http://maven.apache.org/maven-artifact</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 (compile) <img id="_237719548" src="./images/ic
 on_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1037338812', '_237719548' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1037338812" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Wagon API</th></tr><tr class="b"><td><p><b>Description: </b>Maven Wagon API that defines the contract between different Wagon implementations</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/wagon/wagon-provider-api">http://maven.apache.org/wagon/wagon-provider-api</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven:maven-repository-metadata:jar:2.0.9 (compile) <img id="_381560130" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1185467826', '_381560130' );" style="cursor: pointer;vertical-align:text-bot
 tom;"></img><div id="_1185467826" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Repository Metadata Model</th></tr><tr class="b"><td><p><b>Description: </b>Maven Plugin Mapping</p><p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/maven-repository-metadata">http://maven.apache.org/maven-repository-metadata</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.maven:maven-error-diagnostics:jar:2.0.9 (compile) <img id="_1936672132" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1325476210', '_1936672132' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1325476210" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Maven Error Diagnostics</th></tr><tr class="b"><td><p><b>Description: </b>Provid
 es a manager component which will process a given Throwable instance through a set of diagnostic
     sub-components, and return a String message with user-friendly information about the error and possibly
-    how to fix it.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-error-diagnostics" class="externalLink">http://maven.apache.org/maven-error-diagnostics</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-project:jar:2.0.6 (compile) <img id="_1290038769" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_680700131', '_1290038769' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_680700131" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Project Builder</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>This library is used to not only read Maven project object model files, but to assemble inheritence
-    and to retrieve remote models as required.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-project" class="externalLink">http://maven.apache.org/maven-project</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-settings:jar:2.0.6 (compile) <img id="_1039535669" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_808905894', '_1039535669' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_808905894" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Local Settings Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-settings" class="externalLink">http://maven.apache.org/maven-settings</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-profile:jar:2.0.6 (compile) <img id="_439098587" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_754476162', '_439098587' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_754476162" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Profile Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-profile" class="externalLink">http://maven.apache.org/maven-profile</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-model:jar:2.0.6 (compile) <img id="_1226486021" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1201493176', '_1226486021' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1201493176" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Model</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-model" class="externalLink">http://maven.apache.org/maven-model</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact-manager:jar:2.0.6 (compile) <img id="_1042984594" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_6401103', '_1042984594' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_6401103" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact Manager</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact-manager" class="externalLink">http://maven.apache.org/maven-artifact-manager</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-plugin-registry:jar:2.0.6 (compile) <img id="_1051897553" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_219677115', '_1051897553' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_219677115" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Plugin Registry Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-plugin-registry" class="externalLink">http://maven.apache.org/maven-plugin-registry</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact:jar:2.0.6 (compile) <img id="_813102373" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1828180621', '_813102373' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1828180621" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact" class="externalLink">http://maven.apache.org/maven-artifact</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.apache.maven:maven-plugin-api:jar:2.0.6 (compile) <img id="_1084007087" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_683466891', '_1084007087' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_683466891" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Plugin API</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-plugin-api" class="externalLink">http://maven.apache.org/maven-plugin-api</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-plugin-descriptor:jar:2.0.6 (compile) <img id="_1140535862" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1770593984', '_1140535862' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1770593984" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Plugin Descriptor Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-plugin-descriptor" class="externalLink">http://maven.apache.org/maven-plugin-descriptor</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-plugin-api:jar:2.0.6 (compile) <img id="_1236786551" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_769863585', '_1236786551' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_769863585" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Plugin API</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-plugin-api" class="externalLink">http://maven.apache.org/maven-plugin-api</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact:jar:2.0.6 (compile) <img id="_10480370" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1288378753', '_10480370' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1288378753" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact" class="externalLink">http://maven.apache.org/maven-artifact</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.apache.maven:maven-artifact-manager:jar:2.0.6 (compile) <img id="_1024583157" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1235286965', '_1024583157' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1235286965" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact Manager</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact-manager" class="externalLink">http://maven.apache.org/maven-artifact-manager</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-repository-metadata:jar:2.0.6 (compile) <img id="_268168266" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_603531777', '_268168266' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_603531777" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Repository Metadata Model</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Plugin Mapping</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-repository-metadata" class="externalLink">http://maven.apache.org/maven-repository-metadata</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact:jar:2.0.6 (compile) <img id="_818320522" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1313657186', '_818320522' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1313657186" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact" class="externalLink">http://maven.apache.org/maven-artifact</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 (compile) <img id="_1741898401" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_300782330', '_1741898401' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_300782330" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Wagon API</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven Wagon API that defines the contract between different Wagon implementations</p>
-<p><b>URL: </b><a href="http://maven.apache.org/wagon/wagon-provider-api" class="externalLink">http://maven.apache.org/wagon/wagon-provider-api</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.apache.maven:maven-monitor:jar:2.0.6 (compile) <img id="_1439701123" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_501206960', '_1439701123' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_501206960" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Monitor</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-monitor" class="externalLink">http://maven.apache.org/maven-monitor</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.apache.maven:maven-toolchain:jar:1.0 (compile) <img id="_1508217848" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1988954454', '_1508217848' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1988954454" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Toolchains</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org" class="externalLink">http://maven.apache.org</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.apache.maven:maven-core:jar:2.0.6 (compile) <img id="_1660515191" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_344781813', '_1660515191' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_344781813" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Core</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-core" class="externalLink">http://maven.apache.org/maven-core</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.apache.maven:maven-artifact:jar:2.0.6 (compile) <img id="_2128295679" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1124181829', '_2128295679' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1124181829" style="display:none"><table class="bodyTable"><tr class="a"><th>Maven Artifact</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</p>
-<p><b>URL: </b><a href="http://maven.apache.org/maven-artifact" class="externalLink">http://maven.apache.org/maven-artifact</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-</ul>
-</li>
-<li>org.codehaus.plexus:plexus-utils:jar:2.0.5 (compile) <img id="_1789504660" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_588093745', '_1789504660' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_588093745" style="display:none"><table class="bodyTable"><tr class="a"><th>Plexus Common Utilities</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>A collection of various utility classes to ease working with strings, files, command lines, XML and more.</p>
-<p><b>URL: </b><a href="http://plexus.codehaus.org/plexus-utils" class="externalLink">http://plexus.codehaus.org/plexus-utils</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.codehaus.plexus:plexus-compiler-api:jar:1.8.1 (compile) <img id="_1777082834" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_186459112', '_1777082834' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_186459112" style="display:none"><table class="bodyTable"><tr class="a"><th>Plexus Compiler Api</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>The Plexus project provides a full software stack for creating and executing software projects.</p>
-<p><b>URL: </b><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api" class="externalLink">http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div></li>
-<li>org.codehaus.plexus:plexus-compiler-manager:jar:1.8.1 (compile) <img id="_1321942098" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1786905882', '_1321942098' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1786905882" style="display:none"><table class="bodyTable"><tr class="a"><th>Plexus Compiler Manager</th>
-</tr>
-<tr class="b"><td><p><b>Description: </b>The Plexus project provides a full software stack for creating and executing software projects.</p>
-<p><b>URL: </b><a href="http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager" class="externalLink">http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager</a></p>
-<p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt" class="externalLink">The Apache Software License, Version 2.0</a></p>
-</td>
-</tr>
-</table>
-</div><ul><li>org.codehaus.plexus:plexus-compiler-api:jar:1.8.1 (compile) <img id="_2027725884" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_604073952', '_2027725884' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_604073952" style="display:none"><table class="bodyTable"><tr class="a"><th>Plexus Compiler Api</th>
-</tr>

[... 588 lines stripped ...]