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 13:20:40 UTC

svn commit: r816508 [35/39] - in /websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugi...

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_FilterLocalOverride.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_FilterLocalOverride.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_FilterLocalOverride.html Tue May  8 11:20:32 2012
@@ -0,0 +1,45 @@
+<!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=ISO-8859-1" />
+<title>IT_FilterLocalOverride xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="4" href="#4">4</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="5" href="#5">5</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.resources.remote.it.support.TestUtils;
+<a name="6" href="#6">6</a>   <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="7" href="#7">7</a>   
+<a name="8" href="#8">8</a>   <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="9" href="#9">9</a>   <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="10" href="#10">10</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="11" href="#11">11</a>  
+<a name="12" href="#12">12</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> IT_FilterLocalOverride
+<a name="13" href="#13">13</a>      <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../org/apache/maven/plugin/resources/remote/it/AbstractIT.html">AbstractIT</a>
+<a name="14" href="#14">14</a>  {
+<a name="15" href="#15">15</a>      
+<a name="16" href="#16">16</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> test()
+<a name="17" href="#17">17</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="18" href="#18">18</a>      {
+<a name="19" href="#19">19</a>          File dir = TestUtils.getTestDir( <span class="jxr_string">"filter-local-override"</span> );
+<a name="20" href="#20">20</a>          Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a name="21" href="#21">21</a>          
+<a name="22" href="#22">22</a>          verifier.executeGoal( <span class="jxr_string">"generate-resources"</span> );
+<a name="23" href="#23">23</a>          verifier.verifyErrorFreeLog();
+<a name="24" href="#24">24</a>          verifier.resetStreams();
+<a name="25" href="#25">25</a>          
+<a name="26" href="#26">26</a>          File output = <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"target/maven-shared-archive-resources/DEPENDENCIES"</span> );
+<a name="27" href="#27">27</a>          String content = FileUtils.fileRead( output );
+<a name="28" href="#28">28</a>          
+<a name="29" href="#29">29</a>          assertTrue( content.indexOf( <span class="jxr_string">"Override: filter-local-override"</span> ) &gt; -1 );
+<a name="30" href="#30">30</a>      }
+<a name="31" href="#31">31</a>  
+<a name="32" href="#32">32</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_FilterLocalOverride.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_FilterLocalOverride.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromBundle.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromBundle.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromBundle.html Tue May  8 11:20:32 2012
@@ -0,0 +1,45 @@
+<!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=ISO-8859-1" />
+<title>IT_GenerateFromBundle xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="4" href="#4">4</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="5" href="#5">5</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.resources.remote.it.support.TestUtils;
+<a name="6" href="#6">6</a>   <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="7" href="#7">7</a>   
+<a name="8" href="#8">8</a>   <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="9" href="#9">9</a>   <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="10" href="#10">10</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="11" href="#11">11</a>  
+<a name="12" href="#12">12</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> IT_GenerateFromBundle
+<a name="13" href="#13">13</a>      <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../org/apache/maven/plugin/resources/remote/it/AbstractIT.html">AbstractIT</a>
+<a name="14" href="#14">14</a>  {
+<a name="15" href="#15">15</a>      
+<a name="16" href="#16">16</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> test()
+<a name="17" href="#17">17</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="18" href="#18">18</a>      {
+<a name="19" href="#19">19</a>          File dir = TestUtils.getTestDir( <span class="jxr_string">"generate-from-bundle"</span> );
+<a name="20" href="#20">20</a>          Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a name="21" href="#21">21</a>          
+<a name="22" href="#22">22</a>          verifier.executeGoal( <span class="jxr_string">"generate-resources"</span> );
+<a name="23" href="#23">23</a>          verifier.verifyErrorFreeLog();
+<a name="24" href="#24">24</a>          verifier.resetStreams();
+<a name="25" href="#25">25</a>          
+<a name="26" href="#26">26</a>          File output = <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"target/maven-shared-archive-resources/DEPENDENCIES"</span> );
+<a name="27" href="#27">27</a>          String content = FileUtils.fileRead( output );
+<a name="28" href="#28">28</a>          
+<a name="29" href="#29">29</a>          assertTrue( content.indexOf( <span class="jxr_string">"Built-In:"</span> ) &gt; -1 );
+<a name="30" href="#30">30</a>      }
+<a name="31" href="#31">31</a>  
+<a name="32" href="#32">32</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromBundle.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromBundle.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromOverride.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromOverride.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromOverride.html Tue May  8 11:20:32 2012
@@ -0,0 +1,45 @@
+<!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=ISO-8859-1" />
+<title>IT_GenerateFromOverride xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="4" href="#4">4</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="5" href="#5">5</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.resources.remote.it.support.TestUtils;
+<a name="6" href="#6">6</a>   <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="7" href="#7">7</a>   
+<a name="8" href="#8">8</a>   <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="9" href="#9">9</a>   <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="10" href="#10">10</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="11" href="#11">11</a>  
+<a name="12" href="#12">12</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> IT_GenerateFromOverride
+<a name="13" href="#13">13</a>      <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../org/apache/maven/plugin/resources/remote/it/AbstractIT.html">AbstractIT</a>
+<a name="14" href="#14">14</a>  {
+<a name="15" href="#15">15</a>      
+<a name="16" href="#16">16</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> test()
+<a name="17" href="#17">17</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="18" href="#18">18</a>      {
+<a name="19" href="#19">19</a>          File dir = TestUtils.getTestDir( <span class="jxr_string">"generate-from-override"</span> );
+<a name="20" href="#20">20</a>          Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a name="21" href="#21">21</a>          
+<a name="22" href="#22">22</a>          verifier.executeGoal( <span class="jxr_string">"generate-resources"</span> );
+<a name="23" href="#23">23</a>          verifier.verifyErrorFreeLog();
+<a name="24" href="#24">24</a>          verifier.resetStreams();
+<a name="25" href="#25">25</a>          
+<a name="26" href="#26">26</a>          File output = <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"target/maven-shared-archive-resources/DEPENDENCIES"</span> );
+<a name="27" href="#27">27</a>          String content = FileUtils.fileRead( output );
+<a name="28" href="#28">28</a>          
+<a name="29" href="#29">29</a>          assertTrue( content.indexOf( <span class="jxr_string">"Override:"</span> ) &gt; -1 );
+<a name="30" href="#30">30</a>      }
+<a name="31" href="#31">31</a>  
+<a name="32" href="#32">32</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromOverride.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromOverride.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GetDependencyProjects.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GetDependencyProjects.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GetDependencyProjects.html Tue May  8 11:20:32 2012
@@ -0,0 +1,78 @@
+<!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=ISO-8859-1" />
+<title>IT_GetDependencyProjects xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a 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 name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.resources.remote.it.support.TestUtils;
+<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="26" href="#26">26</a>  
+<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="30" href="#30">30</a>  
+<a name="31" href="#31">31</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="32" href="#32">32</a>  <em class="jxr_javadoccomment"> * @author Benjamin Bentmann</em>
+<a name="33" href="#33">33</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="34" href="#34">34</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> IT_GetDependencyProjects
+<a name="35" href="#35">35</a>      <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../org/apache/maven/plugin/resources/remote/it/AbstractIT.html">AbstractIT</a>
+<a name="36" href="#36">36</a>  {
+<a name="37" href="#37">37</a>  
+<a name="38" href="#38">38</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> test()
+<a name="39" href="#39">39</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="40" href="#40">40</a>      {
+<a name="41" href="#41">41</a>          File dir = TestUtils.getTestDir( <span class="jxr_string">"get-dependency-projects"</span> );
+<a name="42" href="#42">42</a>  
+<a name="43" href="#43">43</a>          Verifier verifier;
+<a name="44" href="#44">44</a>  
+<a name="45" href="#45">45</a>          verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a name="46" href="#46">46</a>          verifier.executeGoal( <span class="jxr_string">"deploy"</span> );
+<a name="47" href="#47">47</a>          verifier.verifyErrorFreeLog();
+<a name="48" href="#48">48</a>          verifier.resetStreams();
+<a name="49" href="#49">49</a>  
+<a name="50" href="#50">50</a>          verifier = <strong class="jxr_keyword">new</strong> Verifier( <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"project"</span> ).getAbsolutePath() );
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>          verifier.deleteArtifacts( <span class="jxr_string">"org.apache.maven.plugin.rresource.it.gdp"</span> );
+<a name="53" href="#53">53</a>  
+<a name="54" href="#54">54</a>          verifier.executeGoal( <span class="jxr_string">"generate-resources"</span> );
+<a name="55" href="#55">55</a>          verifier.verifyErrorFreeLog();
+<a name="56" href="#56">56</a>          verifier.resetStreams();
+<a name="57" href="#57">57</a>  
+<a name="58" href="#58">58</a>          File output = <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"project/target/maven-shared-archive-resources/DEPENDENCIES"</span> );
+<a name="59" href="#59">59</a>          String content = FileUtils.fileRead( output );
+<a name="60" href="#60">60</a>  
+<a name="61" href="#61">61</a>          assertTrue( content.indexOf( <span class="jxr_string">"Dependency Id: org.apache.maven.plugin.rresource.it.gdp:release:1.0"</span> ) &gt;= 0 );
+<a name="62" href="#62">62</a>          assertTrue( content.indexOf( <span class="jxr_string">"Dependency Id: org.apache.maven.plugin.rresource.it.gdp:snapshot:1.0-SNAPSHOT"</span> ) &gt;= 0 );
+<a name="63" href="#63">63</a>      }
+<a name="64" href="#64">64</a>  
+<a name="65" href="#65">65</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GetDependencyProjects.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_GetDependencyProjects.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.html Tue May  8 11:20:32 2012
@@ -0,0 +1,84 @@
+<!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=ISO-8859-1" />
+<title>IT_RunOnlyAtExecutionRoot xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a 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 name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.resources.remote.it.support.TestUtils;
+<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="26" href="#26">26</a>  
+<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="30" href="#30">30</a>  
+<a name="31" href="#31">31</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="32" href="#32">32</a>  <em class="jxr_javadoccomment"> * @author Benjamin Bentmann</em>
+<a name="33" href="#33">33</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="34" href="#34">34</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> IT_RunOnlyAtExecutionRoot
+<a name="35" href="#35">35</a>      <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../org/apache/maven/plugin/resources/remote/it/AbstractIT.html">AbstractIT</a>
+<a name="36" href="#36">36</a>  {
+<a name="37" href="#37">37</a>  
+<a name="38" href="#38">38</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> test()
+<a name="39" href="#39">39</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="40" href="#40">40</a>      {
+<a name="41" href="#41">41</a>          File dir = TestUtils.getTestDir( <span class="jxr_string">"run-only-at-execution-root"</span> );
+<a name="42" href="#42">42</a>  
+<a name="43" href="#43">43</a>          Verifier verifier;
+<a name="44" href="#44">44</a>  
+<a name="45" href="#45">45</a>          verifier = <strong class="jxr_keyword">new</strong> Verifier( <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"resource-projects"</span> ).getAbsolutePath() );
+<a name="46" href="#46">46</a>          verifier.executeGoal( <span class="jxr_string">"deploy"</span> );
+<a name="47" href="#47">47</a>          verifier.verifyErrorFreeLog();
+<a name="48" href="#48">48</a>          verifier.resetStreams();
+<a name="49" href="#49">49</a>  
+<a name="50" href="#50">50</a>          verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a name="51" href="#51">51</a>  
+<a name="52" href="#52">52</a>          verifier.deleteArtifacts( <span class="jxr_string">"org.apache.maven.plugin.rresource.it.mrr41"</span> );
+<a name="53" href="#53">53</a>  
+<a name="54" href="#54">54</a>          verifier.executeGoal( <span class="jxr_string">"generate-resources"</span> );
+<a name="55" href="#55">55</a>          verifier.verifyErrorFreeLog();
+<a name="56" href="#56">56</a>          verifier.resetStreams();
+<a name="57" href="#57">57</a>  
+<a name="58" href="#58">58</a>          String depResource = <span class="jxr_string">"target/maven-shared-archive-resources/DEPENDENCIES"</span>;
+<a name="59" href="#59">59</a>          File output = <strong class="jxr_keyword">new</strong> File( dir, depResource );
+<a name="60" href="#60">60</a>          assertTrue( output.exists() );
+<a name="61" href="#61">61</a>          
+<a name="62" href="#62">62</a>          assertFalse( <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"child1/"</span> + depResource ).exists() );
+<a name="63" href="#63">63</a>          assertFalse( <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"child2/"</span> + depResource ).exists() );
+<a name="64" href="#64">64</a>          
+<a name="65" href="#65">65</a>          String content = FileUtils.fileRead( output );
+<a name="66" href="#66">66</a>  
+<a name="67" href="#67">67</a>          assertTrue( content.indexOf( <span class="jxr_string">"Dependency Id: org.apache.maven.plugin.rresource.it.mrr41:release:1.0"</span> ) &gt;= 0 );
+<a name="68" href="#68">68</a>          assertTrue( content.indexOf( <span class="jxr_string">"Dependency Id: org.apache.maven.plugin.rresource.it.mrr41:snapshot:1.0-SNAPSHOT"</span> ) &gt;= 0 );
+<a name="69" href="#69">69</a>      }
+<a name="70" href="#70">70</a>  
+<a name="71" href="#71">71</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_SupplementalArtifact.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_SupplementalArtifact.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_SupplementalArtifact.html Tue May  8 11:20:32 2012
@@ -0,0 +1,80 @@
+<!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=ISO-8859-1" />
+<title>IT_SupplementalArtifact xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <em class="jxr_comment">/*</em>
+<a name="4" href="#4">4</a>   <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
+<a name="5" href="#5">5</a>   <em class="jxr_comment"> * or more contributor license agreements.  See the NOTICE file</em>
+<a name="6" href="#6">6</a>   <em class="jxr_comment"> * distributed with this work for additional information</em>
+<a name="7" href="#7">7</a>   <em class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this file</em>
+<a name="8" href="#8">8</a>   <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a name="9" href="#9">9</a>   <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em>
+<a name="10" href="#10">10</a>  <em class="jxr_comment"> * with the License.  You may obtain a copy of the License at</em>
+<a name="11" href="#11">11</a>  <em class="jxr_comment"> *</em>
+<a 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 name="13" href="#13">13</a>  <em class="jxr_comment"> *</em>
+<a name="14" href="#14">14</a>  <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
+<a name="15" href="#15">15</a>  <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
+<a name="16" href="#16">16</a>  <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
+<a name="17" href="#17">17</a>  <em class="jxr_comment"> * KIND, either express or implied.  See the License for the</em>
+<a name="18" href="#18">18</a>  <em class="jxr_comment"> * specific language governing permissions and limitations</em>
+<a name="19" href="#19">19</a>  <em class="jxr_comment"> * under the License.</em>
+<a name="20" href="#20">20</a>  <em class="jxr_comment"> */</em>
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.resources.remote.it.support.TestUtils;
+<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.FileUtils;
+<a name="26" href="#26">26</a>  
+<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="30" href="#30">30</a>  
+<a name="31" href="#31">31</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="32" href="#32">32</a>  <em class="jxr_javadoccomment"> * @author John Casey</em>
+<a name="33" href="#33">33</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="34" href="#34">34</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> IT_SupplementalArtifact
+<a name="35" href="#35">35</a>      <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../org/apache/maven/plugin/resources/remote/it/AbstractIT.html">AbstractIT</a>
+<a name="36" href="#36">36</a>  {
+<a name="37" href="#37">37</a>  
+<a name="38" href="#38">38</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> test()
+<a name="39" href="#39">39</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="40" href="#40">40</a>      {
+<a name="41" href="#41">41</a>          File dir = TestUtils.getTestDir( <span class="jxr_string">"supplemental-artifact"</span> );
+<a name="42" href="#42">42</a>          File resources = <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"resource-projects"</span> );
+<a name="43" href="#43">43</a>  
+<a name="44" href="#44">44</a>          Verifier verifier;
+<a name="45" href="#45">45</a>  
+<a name="46" href="#46">46</a>          verifier = <strong class="jxr_keyword">new</strong> Verifier( resources.getAbsolutePath() );
+<a name="47" href="#47">47</a>          
+<a name="48" href="#48">48</a>          verifier.deleteArtifacts( <span class="jxr_string">"org.apache.maven.plugin.rresource.it.mrr43"</span> );
+<a name="49" href="#49">49</a>  
+<a name="50" href="#50">50</a>          verifier.executeGoal( <span class="jxr_string">"deploy"</span> );
+<a name="51" href="#51">51</a>          verifier.verifyErrorFreeLog();
+<a name="52" href="#52">52</a>          verifier.resetStreams();
+<a name="53" href="#53">53</a>  
+<a name="54" href="#54">54</a>          verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a name="55" href="#55">55</a>  
+<a name="56" href="#56">56</a>          verifier.executeGoal( <span class="jxr_string">"generate-resources"</span> );
+<a name="57" href="#57">57</a>          verifier.verifyErrorFreeLog();
+<a name="58" href="#58">58</a>          verifier.resetStreams();
+<a name="59" href="#59">59</a>  
+<a name="60" href="#60">60</a>          File output = <strong class="jxr_keyword">new</strong> File( dir, <span class="jxr_string">"target/maven-shared-archive-resources/DEPENDENCIES"</span> );
+<a name="61" href="#61">61</a>          String content = FileUtils.fileRead( output );
+<a name="62" href="#62">62</a>          
+<a name="63" href="#63">63</a>          assertTrue( content.indexOf( <span class="jxr_string">"From: 'Deficient Tooling, Inc.' (http://www.deficient-tools.us/)"</span> ) &gt; -1 );
+<a name="64" href="#64">64</a>          assertTrue( content.indexOf( <span class="jxr_string">"Deficient Dependency (http://www.deficient-tools.us/dep) org.apache.maven.plugin.rresource.it.mrr43:deficient-dep"</span> ) &gt; -1 );
+<a name="65" href="#65">65</a>      }
+<a name="66" href="#66">66</a>  
+<a name="67" href="#67">67</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_SupplementalArtifact.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/IT_SupplementalArtifact.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-frame.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-frame.html Tue May  8 11:20:32 2012
@@ -0,0 +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=ISO-8859-1" />
+		<title>Maven Remote Resources Plugin 1.1 Reference Package org.apache.maven.plugin.resources.remote.it</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.resources.remote.it</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="AbstractIT.html" target="classFrame">AbstractIT</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_CustomFilterDelimiter.html" target="classFrame">IT_CustomFilterDelimiter</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_FilterLocalOverride.html" target="classFrame">IT_FilterLocalOverride</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_GenerateFromBundle.html" target="classFrame">IT_GenerateFromBundle</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_GenerateFromOverride.html" target="classFrame">IT_GenerateFromOverride</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_GetDependencyProjects.html" target="classFrame">IT_GetDependencyProjects</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_RunOnlyAtExecutionRoot.html" target="classFrame">IT_RunOnlyAtExecutionRoot</a>
+          	</li>
+          	          	<li>
+            	<a href="IT_SupplementalArtifact.html" target="classFrame">IT_SupplementalArtifact</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-frame.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-frame.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-summary.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-summary.html Tue May  8 11:20:32 2012
@@ -0,0 +1,102 @@
+
+<!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=ISO-8859-1" />
+		<title>Maven Remote Resources Plugin 1.1 Reference Package org.apache.maven.plugin.resources.remote.it</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.resources.remote.it</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="AbstractIT.html" target="classFrame">AbstractIT</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_CustomFilterDelimiter.html" target="classFrame">IT_CustomFilterDelimiter</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_FilterLocalOverride.html" target="classFrame">IT_FilterLocalOverride</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_GenerateFromBundle.html" target="classFrame">IT_GenerateFromBundle</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_GenerateFromOverride.html" target="classFrame">IT_GenerateFromOverride</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_GetDependencyProjects.html" target="classFrame">IT_GetDependencyProjects</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_RunOnlyAtExecutionRoot.html" target="classFrame">IT_RunOnlyAtExecutionRoot</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="IT_SupplementalArtifact.html" target="classFrame">IT_SupplementalArtifact</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 &copy; 2002-2009 The Apache Software Foundation. All Rights Reserved.
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/package-summary.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/BootstrapInstaller.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/BootstrapInstaller.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/BootstrapInstaller.html Tue May  8 11:20:32 2012
@@ -0,0 +1,46 @@
+<!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=ISO-8859-1" />
+<title>BootstrapInstaller xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it.support;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a name="4" href="#4">4</a>   <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a name="5" href="#5">5</a>   
+<a name="6" href="#6">6</a>   <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="7" href="#7">7</a>   <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="8" href="#8">8</a>   <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="9" href="#9">9</a>   
+<a name="10" href="#10">10</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../org/apache/maven/plugin/resources/remote/it/support/BootstrapInstaller.html">BootstrapInstaller</a>
+<a name="11" href="#11">11</a>  {
+<a name="12" href="#12">12</a>      
+<a name="13" href="#13">13</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> installed = false;
+<a name="14" href="#14">14</a>      
+<a name="15" href="#15">15</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> install()
+<a name="16" href="#16">16</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a name="17" href="#17">17</a>      {
+<a name="18" href="#18">18</a>          <strong class="jxr_keyword">if</strong> ( !installed )
+<a name="19" href="#19">19</a>          {
+<a name="20" href="#20">20</a>              File bootstrapDir = TestUtils.getTestDir( <span class="jxr_string">"bootstrap"</span> );
+<a name="21" href="#21">21</a>              
+<a name="22" href="#22">22</a>              Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( bootstrapDir.getAbsolutePath() );
+<a name="23" href="#23">23</a>              
+<a name="24" href="#24">24</a>              verifier.executeGoal( <span class="jxr_string">"deploy"</span> );
+<a name="25" href="#25">25</a>              
+<a name="26" href="#26">26</a>              verifier.verifyErrorFreeLog();
+<a name="27" href="#27">27</a>              verifier.resetStreams();
+<a name="28" href="#28">28</a>              
+<a name="29" href="#29">29</a>              installed = <strong class="jxr_keyword">true</strong>;
+<a name="30" href="#30">30</a>          }
+<a name="31" href="#31">31</a>      }
+<a name="32" href="#32">32</a>  
+<a name="33" href="#33">33</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/BootstrapInstaller.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/BootstrapInstaller.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/TestUtils.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/TestUtils.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/TestUtils.html Tue May  8 11:20:32 2012
@@ -0,0 +1,50 @@
+<!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=ISO-8859-1" />
+<title>TestUtils xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../../../stylesheet.css" />
+</head>
+<body>
+<pre>
+
+<a name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.resources.remote.it.support;
+<a name="2" href="#2">2</a>   
+<a name="3" href="#3">3</a>   <strong class="jxr_keyword">import</strong> java.io.File;
+<a name="4" href="#4">4</a>   <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a name="5" href="#5">5</a>   <strong class="jxr_keyword">import</strong> java.net.URI;
+<a name="6" href="#6">6</a>   <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a name="7" href="#7">7</a>   <strong class="jxr_keyword">import</strong> java.net.URL;
+<a name="8" href="#8">8</a>   
+<a name="9" href="#9">9</a>   <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../../org/apache/maven/plugin/resources/remote/it/support/TestUtils.html">TestUtils</a>
+<a name="10" href="#10">10</a>  {
+<a name="11" href="#11">11</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> File getTestDir( <strong class="jxr_keyword">final</strong> String name )
+<a name="12" href="#12">12</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException
+<a name="13" href="#13">13</a>      {
+<a name="14" href="#14">14</a>          ClassLoader cloader = Thread.currentThread().getContextClassLoader();
+<a name="15" href="#15">15</a>          URL resource = cloader.getResource( name );
+<a name="16" href="#16">16</a>  
+<a name="17" href="#17">17</a>          <strong class="jxr_keyword">if</strong> ( resource == <strong class="jxr_keyword">null</strong> )
+<a name="18" href="#18">18</a>          {
+<a name="19" href="#19">19</a>              <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IOException( <span class="jxr_string">"Cannot find test directory: "</span> + name );
+<a name="20" href="#20">20</a>          }
+<a name="21" href="#21">21</a>  
+<a name="22" href="#22">22</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> File( <strong class="jxr_keyword">new</strong> URI( resource.toExternalForm() ).normalize().getPath() );
+<a name="23" href="#23">23</a>      }
+<a name="24" href="#24">24</a>  
+<a name="25" href="#25">25</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> File getBaseDir()
+<a name="26" href="#26">26</a>      {
+<a name="27" href="#27">27</a>          File result = <strong class="jxr_keyword">new</strong> File( System.getProperty( <span class="jxr_string">"basedir"</span>, <span class="jxr_string">"."</span> ) );
+<a name="28" href="#28">28</a>          <strong class="jxr_keyword">try</strong>
+<a name="29" href="#29">29</a>          {
+<a name="30" href="#30">30</a>              <strong class="jxr_keyword">return</strong> result.getCanonicalFile();
+<a name="31" href="#31">31</a>          }
+<a name="32" href="#32">32</a>          <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a name="33" href="#33">33</a>          {
+<a name="34" href="#34">34</a>              <strong class="jxr_keyword">return</strong> result.getAbsoluteFile();
+<a name="35" href="#35">35</a>          }
+<a name="36" href="#36">36</a>      }
+<a name="37" href="#37">37</a>  }
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/TestUtils.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/TestUtils.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-frame.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-frame.html Tue May  8 11:20:32 2012
@@ -0,0 +1,27 @@
+
+<!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=ISO-8859-1" />
+		<title>Maven Remote Resources Plugin 1.1 Reference Package org.apache.maven.plugin.resources.remote.it.support</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.resources.remote.it.support</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="BootstrapInstaller.html" target="classFrame">BootstrapInstaller</a>
+          	</li>
+          	          	<li>
+            	<a href="TestUtils.html" target="classFrame">TestUtils</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-frame.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-frame.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-summary.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-summary.html Tue May  8 11:20:32 2012
@@ -0,0 +1,72 @@
+
+<!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=ISO-8859-1" />
+		<title>Maven Remote Resources Plugin 1.1 Reference Package org.apache.maven.plugin.resources.remote.it.support</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.resources.remote.it.support</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="BootstrapInstaller.html" target="classFrame">BootstrapInstaller</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="TestUtils.html" target="classFrame">TestUtils</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 &copy; 2002-2009 The Apache Software Foundation. All Rights Reserved.
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/it/support/package-summary.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-frame.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-frame.html Tue May  8 11:20:32 2012
@@ -0,0 +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=ISO-8859-1" />
+		<title>Maven Remote Resources Plugin 1.1 Reference Package org.apache.maven.plugin.resources.remote</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.resources.remote</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="RemoteResourcesMojoTest.html" target="classFrame">RemoteResourcesMojoTest</a>
+          	</li>
+          	      	</ul>
+
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-frame.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-frame.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-summary.html (added)
+++ websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-summary.html Tue May  8 11:20:32 2012
@@ -0,0 +1,67 @@
+
+<!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=ISO-8859-1" />
+		<title>Maven Remote Resources Plugin 1.1 Reference Package org.apache.maven.plugin.resources.remote</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.resources.remote</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="RemoteResourcesMojoTest.html" target="classFrame">RemoteResourcesMojoTest</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 &copy; 2002-2009 The Apache Software Foundation. All Rights Reserved.
+	</body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-remote-resources-plugin-latest/xref-test/org/apache/maven/plugin/resources/remote/package-summary.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision