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 kh...@apache.org on 2015/05/31 22:51:08 UTC

svn commit: r953343 [7/39] - in /websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/war/ apidocs/org/apache/maven/plugin/war/class-use/ apidocs/org/apache/maven/plugin/war/overlay/...

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPackagingContext.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPackagingContext.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPackagingContext.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingContext (Apache Maven WAR Plugin 2.6 API)</title>
+<title>Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingContext (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingContext (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingContext (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -96,28 +96,28 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFile(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.lang.String)">copyFile</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
+<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFile(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.lang.String)">copyFile</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
         <a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFilename)</code>
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFilename)</code>
 <div class="block">Copy the specified file if the target location has not yet already been used.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected boolean</code></td>
 <td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFile(org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.io.File, java.lang.String, boolean)">copyFile</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;source,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destination,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFilename,
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;source,
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destination,
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFilename,
         boolean&nbsp;onlyIfModified)</code>
 <div class="block">Copy file from source to destination.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFiles(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, org.apache.maven.plugin.war.util.PathSet, boolean)">copyFiles</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
+<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFiles(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, org.apache.maven.plugin.war.util.PathSet, boolean)">copyFiles</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
          <a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-         <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;sourceBaseDir,
+         <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;sourceBaseDir,
          <a href="../../../../../../../org/apache/maven/plugin/war/util/PathSet.html" title="class in org.apache.maven.plugin.war.util">PathSet</a>&nbsp;sourceFilesSet,
          boolean&nbsp;filtered)</code>
 <div class="block">Copies the files if possible as is.</div>
@@ -125,21 +125,21 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFiles(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, org.apache.maven.plugin.war.util.PathSet, java.lang.String, boolean)">copyFiles</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
+<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFiles(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, org.apache.maven.plugin.war.util.PathSet, java.lang.String, boolean)">copyFiles</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
          <a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-         <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;sourceBaseDir,
+         <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;sourceBaseDir,
          <a href="../../../../../../../org/apache/maven/plugin/war/util/PathSet.html" title="class in org.apache.maven.plugin.war.util">PathSet</a>&nbsp;sourceFilesSet,
-         <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetPrefix,
+         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetPrefix,
          boolean&nbsp;filtered)</code>
 <div class="block">Copies the files if possible with an optional target prefix.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFilteredFile(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.lang.String)">copyFilteredFile</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
+<td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#copyFilteredFile(java.lang.String, org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.lang.String)">copyFilteredFile</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceId,
                 <a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-                <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
-                <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFilename)</code>
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFilename)</code>
 <div class="block">Copy the specified file if the target location has not yet already been used and filter its content with the
  configured filter properties.</div>
 </td>
@@ -154,8 +154,8 @@
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#doUnpack(org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.io.File)">doUnpack</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
-        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;unpackDirectory)</code>
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+        <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;unpackDirectory)</code>
 <div class="block">Unpacks the specified file to the specified directory.</div>
 </td>
 </tr>
@@ -164,14 +164,14 @@
 <td class="colLast"><span class="strong">ClassesPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/ClassesPackagingTask.html#generateJarArchive(org.apache.maven.plugin.war.packaging.WarPackagingContext)">generateJarArchive</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><span class="strong">AbstractWarPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html#getArtifactFinalName(org.apache.maven.plugin.war.packaging.WarPackagingContext, org.apache.maven.artifact.Artifact)">getArtifactFinalName</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
                     <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;artifact)</code>
 <div class="block">Returns the final name of the specified artifact.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><span class="strong">OverlayPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/OverlayPackagingTask.html#getOverlayTempDirectory(org.apache.maven.plugin.war.packaging.WarPackagingContext, org.apache.maven.plugin.war.Overlay)">getOverlayTempDirectory</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
                        <a href="../../../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&nbsp;overlay)</code>
 <div class="block">Returns the directory to use to unpack the specified overlay.</div>
@@ -199,24 +199,24 @@
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">DependenciesAnalysisPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/DependenciesAnalysisPackagingTask.html#handleDependency(org.apache.maven.plugin.war.packaging.WarPackagingContext, org.apache.maven.model.Dependency, java.lang.String, java.lang.String, java.lang.String, boolean)">handleDependency</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
                 <a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Dependency.html?is-external=true" title="class or interface in org.apache.maven.model">Dependency</a>&nbsp;dependency,
-                <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;notBundledMessage,
-                <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warOrZipMessage,
-                <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;standardMessage,
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;notBundledMessage,
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warOrZipMessage,
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;standardMessage,
                 boolean&nbsp;removeFile)</code></td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">DependenciesAnalysisPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/DependenciesAnalysisPackagingTask.html#handleDependencyScope(org.apache.maven.plugin.war.packaging.WarPackagingContext, org.apache.maven.model.Dependency, java.lang.String, java.lang.String, boolean)">handleDependencyScope</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
                      <a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Dependency.html?is-external=true" title="class or interface in org.apache.maven.model">Dependency</a>&nbsp;dependency,
-                     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warOrZipMessage,
-                     <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;standardMessage,
+                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warOrZipMessage,
+                     <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;standardMessage,
                      boolean&nbsp;removeFile)</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><span class="strong">WarProjectPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarProjectPackagingTask.html#handleDeploymentDescriptors(org.apache.maven.plugin.war.packaging.WarPackagingContext, java.io.File, java.io.File)">handleDeploymentDescriptors</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
-                           <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webinfDir,
-                           <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;metainfDir)</code>
+                           <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webinfDir,
+                           <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;metainfDir)</code>
 <div class="block">Handles the deployment descriptors, if specified.</div>
 </td>
 </tr>
@@ -279,7 +279,7 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><span class="strong">OverlayPackagingTask.</span><code><strong><a href="../../../../../../../org/apache/maven/plugin/war/packaging/OverlayPackagingTask.html#unpackOverlay(org.apache.maven.plugin.war.packaging.WarPackagingContext, org.apache.maven.plugin.war.Overlay)">unpackOverlay</a></strong>(<a href="../../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingContext.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingContext</a>&nbsp;context,
              <a href="../../../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&nbsp;overlay)</code>
 <div class="block">Unpacks the specified overlay.</div>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPackagingTask.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPackagingTask.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPackagingTask.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingTask (Apache Maven WAR Plugin 2.6 API)</title>
+<title>Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingTask (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingTask (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="Uses of Interface org.apache.maven.plugin.war.packaging.WarPackagingTask (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPostPackagingTask.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPostPackagingTask.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarPostPackagingTask.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.plugin.war.packaging.WarPostPackagingTask (Apache Maven WAR Plugin 2.6 API)</title>
+<title>Uses of Interface org.apache.maven.plugin.war.packaging.WarPostPackagingTask (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.plugin.war.packaging.WarPostPackagingTask (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="Uses of Interface org.apache.maven.plugin.war.packaging.WarPostPackagingTask (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarProjectPackagingTask.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarProjectPackagingTask.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/class-use/WarProjectPackagingTask.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask (Apache Maven WAR Plugin 2.6 API)</title>
+<title>Uses of Class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-frame.html Sun May 31 20:51:05 2015
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.6 API)</title>
+<title>org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-summary.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.6 API)</title>
+<title>org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-tree.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-tree.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-tree.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.war.packaging Class Hierarchy (Apache Maven WAR Plugin 2.6 API)</title>
+<title>org.apache.maven.plugin.war.packaging Class Hierarchy (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.war.packaging Class Hierarchy (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="org.apache.maven.plugin.war.packaging Class Hierarchy (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -71,7 +71,7 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
+<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.maven.plugin.war.packaging.<a href="../../../../../../org/apache/maven/plugin/war/packaging/AbstractWarPackagingTask.html" title="class in org.apache.maven.plugin.war.packaging"><span class="strong">AbstractWarPackagingTask</span></a> (implements org.apache.maven.plugin.war.packaging.<a href="../../../../../../org/apache/maven/plugin/war/packaging/WarPackagingTask.html" title="interface in org.apache.maven.plugin.war.packaging">WarPackagingTask</a>)
 <ul>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-use.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-use.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/packaging/package-use.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.6 API)</title>
+<title>Uses of Package org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.war.packaging (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/util/ClassesPackager.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/util/ClassesPackager.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/util/ClassesPackager.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ClassesPackager (Apache Maven WAR Plugin 2.6 API)</title>
+<title>ClassesPackager (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ClassesPackager (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="ClassesPackager (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugin.war.util.ClassesPackager</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">ClassesPackager</span>
-extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Packages the content of the classes directory.</div>
 <dl><dt><span class="strong">Version:</span></dt>
   <dd>$Id$</dd>
@@ -140,15 +140,15 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/ClassesPackager.html#getClassesDirectory(java.io.File)">getClassesDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</code>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/ClassesPackager.html#getClassesDirectory(java.io.File)">getClassesDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</code>
 <div class="block">Returns the classes directory from the specified webapp directory.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/ClassesPackager.html#packageClasses(java.io.File, java.io.File, org.codehaus.plexus.archiver.jar.JarArchiver, org.apache.maven.execution.MavenSession, org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)">packageClasses</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory,
-              <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;targetFile,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/ClassesPackager.html#packageClasses(java.io.File, java.io.File, org.codehaus.plexus.archiver.jar.JarArchiver, org.apache.maven.execution.MavenSession, org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)">packageClasses</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory,
+              <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;targetFile,
               <a href="http://plexus.codehaus.org/plexus-components/plexus-archiver/apidocs/org/codehaus/plexus/archiver/jar/JarArchiver.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver.jar">JarArchiver</a>&nbsp;jarArchiver,
               <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
               <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
@@ -161,8 +161,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -202,8 +202,8 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>packageClasses</h4>
-<pre>public&nbsp;void&nbsp;packageClasses(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory,
-                  <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;targetFile,
+<pre>public&nbsp;void&nbsp;packageClasses(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory,
+                  <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;targetFile,
                   <a href="http://plexus.codehaus.org/plexus-components/plexus-archiver/apidocs/org/codehaus/plexus/archiver/jar/JarArchiver.html?is-external=true" title="class or interface in org.codehaus.plexus.archiver.jar">JarArchiver</a>&nbsp;jarArchiver,
                   <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a>&nbsp;session,
                   <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
@@ -221,7 +221,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getClassesDirectory</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getClassesDirectory(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getClassesDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</pre>
 <div class="block">Returns the classes directory from the specified webapp directory.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>webappDirectory</code> - the webapp directory</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the classes directory of the specified webapp directory</dd></dl>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/util/DependencyInfo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/util/DependencyInfo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/util/DependencyInfo.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DependencyInfo (Apache Maven WAR Plugin 2.6 API)</title>
+<title>DependencyInfo (Apache Maven WAR Plugin 2.7-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DependencyInfo (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="DependencyInfo (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugin.war.util.DependencyInfo</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">DependencyInfo</span>
-extends <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Holds a dependency and packaging information.</div>
 <dl><dt><span class="strong">Version:</span></dt>
   <dd>$Id$</dd>
@@ -141,7 +141,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/DependencyInfo.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/DependencyInfo.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Dependency.html?is-external=true" title="class or interface in org.apache.maven.model">Dependency</a></code></td>
@@ -150,7 +150,7 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/DependencyInfo.html#getTargetFileName()">getTargetFileName</a></strong>()</code>
 <div class="block">Returns the target filen ame of the dependency.</div>
 </td>
@@ -161,7 +161,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/DependencyInfo.html#setTargetFileName(java.lang.String)">setTargetFileName</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFileName)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/war/util/DependencyInfo.html#setTargetFileName(java.lang.String)">setTargetFileName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFileName)</code>
 <div class="block">Sets the target file name.</div>
 </td>
 </tr>
@@ -170,8 +170,8 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/
 docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.ht
 ml?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -223,7 +223,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getTargetFileName</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getTargetFileName()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getTargetFileName()</pre>
 <div class="block">Returns the target filen ame of the dependency. If no target file name is associated, returns <tt>null</tt>.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the target file name or <tt>null</tt></dd></dl>
 </li>
@@ -234,7 +234,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setTargetFileName</h4>
-<pre>public&nbsp;void&nbsp;setTargetFileName(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFileName)</pre>
+<pre>public&nbsp;void&nbsp;setTargetFileName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;targetFileName)</pre>
 <div class="block">Sets the target file name.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>targetFileName</code> - the target file name</dd></dl>
 </li>
@@ -245,10 +245,10 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -261,7 +261,7 @@ extends <a href="http://docs.oracle.com/
 <pre>public&nbsp;int&nbsp;hashCode()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
 </dl>
 </li>
 </ul>