Modified: websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/Selector.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/Selector.html (original) +++ websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/Selector.html Mon Sep 22 06:49:35 2014 @@ -1,61 +1,61 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<title>Selector xref</title> -<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> -</head> -<body> -<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/clean/Selector.html">View Javadoc</a></div><pre> - -<a class="jxr_linenumber" name="1" href="#1">1</a> <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.clean; -<a class="jxr_linenumber" name="2" href="#2">2</a> -<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_comment">/*</em> -<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> -<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> -<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_comment"> * distributed with this work for additional information</em> -<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> -<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> -<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> -<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> -<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> -<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> -<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> -<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> -<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> -<a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> -<a class="jxr_linenumber" name="19" href="#19">19</a> <em class="jxr_comment"> * under the License.</em> -<a class="jxr_linenumber" name="20" href="#20">20</a> <em class="jxr_comment"> */</em> -<a class="jxr_linenumber" name="21" href="#21">21</a> -<a class="jxr_linenumber" name="22" href="#22">22</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="23" href="#23">23</a> <em class="jxr_javadoccomment"> * Determines whether a path is selected for deletion. The pathnames used for method parameters will be relative to some</em> -<a class="jxr_linenumber" name="24" href="#24">24</a> <em class="jxr_javadoccomment"> * base directory and use {@link java.io.File#separatorChar} as separator.</em> -<a class="jxr_linenumber" name="25" href="#25">25</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * @author Benjamin Bentmann</em> -<a class="jxr_linenumber" name="27" href="#27">27</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">interface</strong> <a href="../../../../../org/apache/maven/plugin/clean/Selector.html">Selector</a> -<a class="jxr_linenumber" name="29" href="#29">29</a> { -<a class="jxr_linenumber" name="30" href="#30">30</a> -<a class="jxr_linenumber" name="31" href="#31">31</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="32" href="#32">32</a> <em class="jxr_javadoccomment"> * Determines whether a path is selected for deletion.</em> -<a class="jxr_linenumber" name="33" href="#33">33</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="34" href="#34">34</a> <em class="jxr_javadoccomment"> * @param pathname The pathname to test, must not be <code>null</code>.</em> -<a class="jxr_linenumber" name="35" href="#35">35</a> <em class="jxr_javadoccomment"> * @return <code>true</code> if the given path is selected for deletion, <code>false</code> otherwise.</em> -<a class="jxr_linenumber" name="36" href="#36">36</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">boolean</strong> isSelected( String pathname ); -<a class="jxr_linenumber" name="38" href="#38">38</a> -<a class="jxr_linenumber" name="39" href="#39">39</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="40" href="#40">40</a> <em class="jxr_javadoccomment"> * Determines whether a directory could contain selected paths.</em> -<a class="jxr_linenumber" name="41" href="#41">41</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="42" href="#42">42</a> <em class="jxr_javadoccomment"> * @param pathname The directory pathname to test, must not be <code>null</code>.</em> -<a class="jxr_linenumber" name="43" href="#43">43</a> <em class="jxr_javadoccomment"> * @return <code>true</code> if the given directory might contain selected paths, <code>false</code> if the</em> -<a class="jxr_linenumber" name="44" href="#44">44</a> <em class="jxr_javadoccomment"> * directory will definitively not contain selected paths..</em> -<a class="jxr_linenumber" name="45" href="#45">45</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="46" href="#46">46</a> <strong class="jxr_keyword">boolean</strong> couldHoldSelected( String pathname ); -<a class="jxr_linenumber" name="47" href="#47">47</a> -<a class="jxr_linenumber" name="48" href="#48">48</a> } -</pre> -<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<title>Selector xref</title> +<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> +</head> +<body> +<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/clean/Selector.html">View Javadoc</a></div><pre> +<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.clean; +<a class="jxr_linenumber" name="L2" href="#L2">2</a> +<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em> +<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> +<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> +<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * distributed with this work for additional information</em> +<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> +<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> +<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> +<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> +<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em> +<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em> +<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> *</em> +<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> +<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> +<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> +<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> +<a class="jxr_linenumber" name="L18" href="#L18">18</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> +<a class="jxr_linenumber" name="L19" href="#L19">19</a> <em class="jxr_comment"> * under the License.</em> +<a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_comment"> */</em> +<a class="jxr_linenumber" name="L21" href="#L21">21</a> +<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * Determines whether a path is selected for deletion. The pathnames used for method parameters will be relative to some</em> +<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * base directory and use {@link java.io.File#separatorChar} as separator.</em> +<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * </em> +<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @author Benjamin Bentmann</em> +<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">interface</strong> <a href="../../../../../org/apache/maven/plugin/clean/Selector.html">Selector</a> +<a class="jxr_linenumber" name="L29" href="#L29">29</a> { +<a class="jxr_linenumber" name="L30" href="#L30">30</a> +<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment"> * Determines whether a path is selected for deletion.</em> +<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * </em> +<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * @param pathname The pathname to test, must not be <code>null</code>.</em> +<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> * @return <code>true</code> if the given path is selected for deletion, <code>false</code> otherwise.</em> +<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">boolean</strong> isSelected( String pathname ); +<a class="jxr_linenumber" name="L38" href="#L38">38</a> +<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * Determines whether a directory could contain selected paths.</em> +<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> * </em> +<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> * @param pathname The directory pathname to test, must not be <code>null</code>.</em> +<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> * @return <code>true</code> if the given directory might contain selected paths, <code>false</code> if the</em> +<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * directory will definitively not contain selected paths..</em> +<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">boolean</strong> couldHoldSelected( String pathname ); +<a class="jxr_linenumber" name="L47" href="#L47">47</a> +<a class="jxr_linenumber" name="L48" href="#L48">48</a> } +</pre> +<hr/> +<div id="footer">Copyright © 2001–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +</body> +</html> \ No newline at end of file
Modified: websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/package-frame.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/package-frame.html (original) +++ websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/package-frame.html Mon Sep 22 06:49:35 2014 @@ -1,45 +1,45 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> -<html xml:lang="en" lang="en"> - <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Maven Clean Plugin 2.5 Reference Package org.apache.maven.plugin.clean</title> - <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> - </head> - <body> - - <h3> - <a href="package-summary.html" target="classFrame">org.apache.maven.plugin.clean</a> - </h3> - - <h3>Classes</h3> - - <ul> - <li> - <a href="CleanMojo.html" target="classFrame">CleanMojo</a> - </li> - <li> - <a href="Cleaner.html" target="classFrame">Cleaner</a> - </li> - <li> - <a href="Fileset.html" target="classFrame">Fileset</a> - </li> - <li> - <a href="GlobSelector.html" target="classFrame">GlobSelector</a> - </li> - <li> - <a href="HelpMojo.html" target="classFrame">HelpMojo</a> - </li> - <li> - <a href="Cleaner.html" target="classFrame">Logger</a> - </li> - <li> - <a href="Cleaner.html" target="classFrame">Result</a> - </li> - <li> - <a href="Selector.html" target="classFrame">Selector</a> - </li> - </ul> - - </body> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>Apache Maven Clean Plugin 2.6 Reference Package org.apache.maven.plugin.clean</title> + <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> + </head> + <body> + + <h3> + <a href="package-summary.html" target="classFrame">org.apache.maven.plugin.clean</a> + </h3> + + <h3>Classes</h3> + + <ul> + <li> + <a href="CleanMojo.html" target="classFrame">CleanMojo</a> + </li> + <li> + <a href="Cleaner.html" target="classFrame">Cleaner</a> + </li> + <li> + <a href="Fileset.html" target="classFrame">Fileset</a> + </li> + <li> + <a href="GlobSelector.html" target="classFrame">GlobSelector</a> + </li> + <li> + <a href="HelpMojo.html" target="classFrame">HelpMojo</a> + </li> + <li> + <a href="Cleaner.html" target="classFrame">Logger</a> + </li> + <li> + <a href="Cleaner.html" target="classFrame">Result</a> + </li> + <li> + <a href="Selector.html" target="classFrame">Selector</a> + </li> + </ul> + + </body> </html> \ No newline at end of file Modified: websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/package-summary.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/package-summary.html (original) +++ websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/org/apache/maven/plugin/clean/package-summary.html Mon Sep 22 06:49:35 2014 @@ -1,102 +1,104 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> -<html xml:lang="en" lang="en"> - <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Maven Clean Plugin 2.5 Reference Package org.apache.maven.plugin.clean</title> - <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> - </head> - <body> - <div class="overview"> - <ul> - <li> - <a href="../../../../../overview-summary.html">Overview</a> - </li> - <li class="selected">Package</li> - </ul> - </div> - <div class="framenoframe"> - <ul> - <li> - <a href="../../../../../index.html" target="_top">FRAMES</a> - </li> - <li> - <a href="package-summary.html" target="_top">NO FRAMES</a> - </li> - </ul> - </div> - - <h2>Package org.apache.maven.plugin.clean</h2> - - <table class="summary"> - <thead> - <tr> - <th>Class Summary</th> - </tr> - </thead> - <tbody> - <tr> - <td> - <a href="CleanMojo.html" target="classFrame">CleanMojo</a> - </td> - </tr> - <tr> - <td> - <a href="Cleaner.html" target="classFrame">Cleaner</a> - </td> - </tr> - <tr> - <td> - <a href="Fileset.html" target="classFrame">Fileset</a> - </td> - </tr> - <tr> - <td> - <a href="GlobSelector.html" target="classFrame">GlobSelector</a> - </td> - </tr> - <tr> - <td> - <a href="HelpMojo.html" target="classFrame">HelpMojo</a> - </td> - </tr> - <tr> - <td> - <a href="Cleaner.html" target="classFrame">Logger</a> - </td> - </tr> - <tr> - <td> - <a href="Cleaner.html" target="classFrame">Result</a> - </td> - </tr> - <tr> - <td> - <a href="Selector.html" target="classFrame">Selector</a> - </td> - </tr> - </tbody> - </table> - - <div class="overview"> - <ul> - <li> - <a href="../../../../../overview-summary.html">Overview</a> - </li> - <li class="selected">Package</li> - </ul> - </div> - <div class="framenoframe"> - <ul> - <li> - <a href="../../../../../index.html" target="_top">FRAMES</a> - </li> - <li> - <a href="package-summary.html" target="_top">NO FRAMES</a> - </li> - </ul> - </div> - <hr /> - Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved. - </body> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>Apache Maven Clean Plugin 2.6 Reference Package org.apache.maven.plugin.clean</title> + <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> + </head> + <body> + <div class="overview"> + <ul> + <li> + <a href="../../../../../overview-summary.html">Overview</a> + </li> + <li class="selected">Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="../../../../../index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="package-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + + <h2>Package org.apache.maven.plugin.clean</h2> + + <table class="summary"> + <thead> + <tr> + <th>Class Summary</th> + </tr> + </thead> + <tbody> + <tr> + <td> + <a href="CleanMojo.html" target="classFrame">CleanMojo</a> + </td> + </tr> + <tr> + <td> + <a href="Cleaner.html" target="classFrame">Cleaner</a> + </td> + </tr> + <tr> + <td> + <a href="Fileset.html" target="classFrame">Fileset</a> + </td> + </tr> + <tr> + <td> + <a href="GlobSelector.html" target="classFrame">GlobSelector</a> + </td> + </tr> + <tr> + <td> + <a href="HelpMojo.html" target="classFrame">HelpMojo</a> + </td> + </tr> + <tr> + <td> + <a href="Cleaner.html" target="classFrame">Logger</a> + </td> + </tr> + <tr> + <td> + <a href="Cleaner.html" target="classFrame">Result</a> + </td> + </tr> + <tr> + <td> + <a href="Selector.html" target="classFrame">Selector</a> + </td> + </tr> + </tbody> + </table> + + <div class="overview"> + <ul> + <li> + <a href="../../../../../overview-summary.html">Overview</a> + </li> + <li class="selected">Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="../../../../../index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="package-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + <hr /> + <div id="footer"> + Copyright © 2001–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. + </div> + </body> </html> \ No newline at end of file Modified: websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/overview-frame.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/overview-frame.html (original) +++ websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/overview-frame.html Mon Sep 22 06:49:35 2014 @@ -1,24 +1,24 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> -<html xml:lang="en" lang="en"> - <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Maven Clean Plugin 2.5 Reference</title> - <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> - </head> - <body> - - <h3> - <a href="allclasses-frame.html" target="packageFrame">All Classes</a> - </h3> - - <h3>Packages</h3> - - <ul> - <li> - <a href="org/apache/maven/plugin/clean/package-frame.html" target="packageFrame">org.apache.maven.plugin.clean</a> - </li> - </ul> - - </body> -</html> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>Apache Maven Clean Plugin 2.6 Reference</title> + <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> + </head> + <body> + + <h3> + <a href="allclasses-frame.html" target="packageFrame">All Classes</a> + </h3> + + <h3>Packages</h3> + + <ul> + <li> + <a href="org/apache/maven/plugin/clean/package-frame.html" target="packageFrame">org.apache.maven.plugin.clean</a> + </li> + </ul> + + </body> +</html> Modified: websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/overview-summary.html ============================================================================== --- websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/overview-summary.html (original) +++ websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/overview-summary.html Mon Sep 22 06:49:35 2014 @@ -1,64 +1,66 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> -<html xml:lang="en" lang="en"> - <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Maven Clean Plugin 2.5 Reference</title> - <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> - </head> - <body> - <div class="overview"> - <ul> - <li class="selected">Overview</li> - <li>Package</li> - </ul> - </div> - <div class="framenoframe"> - <ul> - <li> - <a href="index.html" target="_top">FRAMES</a> - </li> - <li> - <a href="overview-summary.html" target="_top">NO FRAMES</a> - </li> - </ul> - </div> - - <h2>Maven Clean Plugin 2.5 Reference</h2> - - <table class="summary"> - <thead> - <tr> - <th>Packages</th> - </tr> - </thead> - <tbody> - <tr> - <td> - <a href="org/apache/maven/plugin/clean/package-summary.html">org.apache.maven.plugin.clean</a> - </td> - </tr> - </tbody> - </table> - - <div class="overview"> - <ul> - <li class="selected">Overview</li> - <li>Package</li> - </ul> - </div> - <div class="framenoframe"> - <ul> - <li> - <a href="index.html" target="_top">FRAMES</a> - </li> - <li> - <a href="overview-summary.html" target="_top">NO FRAMES</a> - </li> - </ul> - </div> - - <hr /> - Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved. - </body> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <title>Apache Maven Clean Plugin 2.6 Reference</title> + <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> + </head> + <body> + <div class="overview"> + <ul> + <li class="selected">Overview</li> + <li>Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="overview-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + + <h2>Apache Maven Clean Plugin 2.6 Reference</h2> + + <table class="summary"> + <thead> + <tr> + <th>Packages</th> + </tr> + </thead> + <tbody> + <tr> + <td> + <a href="org/apache/maven/plugin/clean/package-summary.html">org.apache.maven.plugin.clean</a> + </td> + </tr> + </tbody> + </table> + + <div class="overview"> + <ul> + <li class="selected">Overview</li> + <li>Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="overview-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + + <hr /> + <div id="footer"> + Copyright © 2001–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. + </div> + </body> </html> \ No newline at end of file Modified: websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/stylesheet.css ============================================================================== --- websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/stylesheet.css (original) +++ websites/production/maven/content/plugins-archives/maven-clean-plugin-LATEST/xref/stylesheet.css Mon Sep 22 06:49:35 2014 @@ -1,116 +1,114 @@ -/* Javadoc style sheet */ -/* Define colors, fonts and other style attributes here to override the defaults */ -body { - background-color: #fff; - font-family: Arial, Helvetica, sans-serif; -} - -a:link { - color: #00f; -} -a:visited { - color: #00a; -} - -a:active, a:hover { - color: #f30 !important; -} - -ul, li { - list-style-type:none; - margin:0; - padding:0; -} - -table td { - padding: 3px; - border: 1px solid #000; -} -table { - width:100%; - border: 1px solid #000; - border-collapse: collapse; -} - -div.overview { - background-color:#ddd; - padding: 4px 4px 4px 0; -} -div.overview li, div.framenoframe li { - display: inline; -} -div.framenoframe { - text-align: center; - font-size: x-small; -} -div.framenoframe li { - margin: 0 3px 0 3px; -} -div.overview li { - margin:3px 3px 0 3px; - padding: 4px; -} -li.selected { - background-color:#888; - color: #fff; - font-weight: bold; -} - -table.summary { - margin-bottom: 20px; -} -table.summary td, table.summary th { - font-weight: bold; - text-align: left; - padding: 3px; -} -table.summary th { - background-color:#036; - color: #fff; -} -table.summary td { - background-color:#eee; - border: 1px solid black; -} - -em { - color: #A00; -} -em.comment { - color: #390; -} -.string { - color: #009; -} -div#footer { - text-align:center; -} -#overview { - padding:2px; -} - -hr { - height: 1px; - color: #000; -} - -/* JXR style sheet */ -.jxr_comment -{ - color: #390; -} - -.jxr_javadoccomment -{ - color: #A00; -} - -.jxr_string -{ - color: #009; -} - -.jxr_keyword -{ - color: #000; +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; } \ No newline at end of file