You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2015/02/18 22:40:19 UTC

svn commit: r940646 [38/45] - in /websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/repository/ apidocs/org/apache/maven/plugins/repository/class-use/ apidocs/resources/ cobe...

Modified: websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/BundlePackIT.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/BundlePackIT.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/BundlePackIT.html Wed Feb 18 21:40:17 2015
@@ -1,154 +1,153 @@
 <!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" />
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <title>BundlePackIT 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.plugins.repository.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> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.it.support.IntegrationTestUtils.bootstrap;
-<a name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.it.support.IntegrationTestUtils.getCliPluginPrefix;
-<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.it.support.IntegrationTestUtils.getTestDir;
-<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.testutil.Assertions.assertZipContents;
-<a name="26" href="#26">26</a>  
-<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
-<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
-<a name="29" href="#29">29</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugins.repository.testutil.Assertions;
-<a name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> org.junit.BeforeClass;
-<a name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> org.junit.Test;
-<a name="32" href="#32">32</a>  
-<a name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> java.io.File;
-<a name="34" href="#34">34</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a name="35" href="#35">35</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
-<a name="36" href="#36">36</a>  <strong class="jxr_keyword">import</strong> java.util.HashSet;
-<a name="37" href="#37">37</a>  <strong class="jxr_keyword">import</strong> java.util.List;
-<a name="38" href="#38">38</a>  <strong class="jxr_keyword">import</strong> java.util.Set;
-<a name="39" href="#39">39</a>  
-<a name="40" href="#40">40</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/maven/plugins/repository/it/BundlePackIT.html">BundlePackIT</a>
-<a name="41" href="#41">41</a>  {
-<a name="42" href="#42">42</a>      
-<a name="43" href="#43">43</a>      @BeforeClass
-<a name="44" href="#44">44</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> doBootstrap()
-<a name="45" href="#45">45</a>          <strong class="jxr_keyword">throws</strong> VerificationException, IOException, URISyntaxException
-<a name="46" href="#46">46</a>      {
-<a name="47" href="#47">47</a>          bootstrap();
-<a name="48" href="#48">48</a>      }
-<a name="49" href="#49">49</a>  
-<a name="50" href="#50">50</a>      @SuppressWarnings( <span class="jxr_string">"unchecked"</span> )
-<a name="51" href="#51">51</a>      @Test
-<a name="52" href="#52">52</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> packWithSCMInfoProvided()
-<a name="53" href="#53">53</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
-<a name="54" href="#54">54</a>      {
-<a name="55" href="#55">55</a>          File dir = getTestDir( <span class="jxr_string">"bundle-pack"</span> );
-<a name="56" href="#56">56</a>          
-<a name="57" href="#57">57</a>          String prefix = getCliPluginPrefix();
-<a name="58" href="#58">58</a>          String artifactId = <span class="jxr_string">"bundle-pack-target"</span>;
-<a name="59" href="#59">59</a>          String groupId = <span class="jxr_string">"org.apache.maven.its.repository"</span>;
-<a name="60" href="#60">60</a>          String version = <span class="jxr_string">"1.0"</span>;
-<a name="61" href="#61">61</a>  
-<a name="62" href="#62">62</a>          File bundleSource = <strong class="jxr_keyword">new</strong> File( dir, artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">"-bundle.jar"</span> );
-<a name="63" href="#63">63</a>  
-<a name="64" href="#64">64</a>          <strong class="jxr_keyword">if</strong> ( bundleSource.exists() )
-<a name="65" href="#65">65</a>          {
-<a name="66" href="#66">66</a>              bundleSource.delete();
-<a name="67" href="#67">67</a>          }
-<a name="68" href="#68">68</a>          
-<a name="69" href="#69">69</a>          Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
-<a name="70" href="#70">70</a>          
-<a name="71" href="#71">71</a>          verifier.setAutoclean( false );
-<a name="72" href="#72">72</a>  
-<a name="73" href="#73">73</a>          List&lt;String&gt; cliOptions = verifier.getCliOptions();
-<a name="74" href="#74">74</a>          cliOptions.add( <span class="jxr_string">"-DgroupId="</span> + groupId );
-<a name="75" href="#75">75</a>          cliOptions.add( <span class="jxr_string">"-DartifactId="</span> + artifactId );
-<a name="76" href="#76">76</a>          cliOptions.add( <span class="jxr_string">"-Dversion="</span> + version );
-<a name="77" href="#77">77</a>  
-<a name="78" href="#78">78</a>          verifier.executeGoal( prefix + <span class="jxr_string">"bundle-pack"</span> );
-<a name="79" href="#79">79</a>          verifier.verifyErrorFreeLog();
-<a name="80" href="#80">80</a>          verifier.resetStreams();
-<a name="81" href="#81">81</a>  
-<a name="82" href="#82">82</a>          Set&lt;String&gt; requiredEntries = <strong class="jxr_keyword">new</strong> HashSet&lt;String&gt;();
-<a name="83" href="#83">83</a>          requiredEntries.add( <span class="jxr_string">"pom.xml"</span> );
-<a name="84" href="#84">84</a>          requiredEntries.add( artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">".jar"</span> );
-<a name="85" href="#85">85</a>          
-<a name="86" href="#86">86</a>          <strong class="jxr_keyword">if</strong> ( !verifier.isMavenDebug() )
-<a name="87" href="#87">87</a>          {
-<a name="88" href="#88">88</a>              bundleSource.deleteOnExit();
-<a name="89" href="#89">89</a>          }
-<a name="90" href="#90">90</a>  
-<a name="91" href="#91">91</a>          assertZipContents( requiredEntries, Assertions.EMPTY_ENTRY_NAMES, bundleSource );
-<a name="92" href="#92">92</a>      }
-<a name="93" href="#93">93</a>  
-<a name="94" href="#94">94</a>      @SuppressWarnings( <span class="jxr_string">"unchecked"</span> )
-<a name="95" href="#95">95</a>      @Test
-<a name="96" href="#96">96</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> packWithSCMInfoMissing()
-<a name="97" href="#97">97</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
-<a name="98" href="#98">98</a>      {
-<a name="99" href="#99">99</a>          File dir = getTestDir( <span class="jxr_string">"bundle-pack"</span> );
-<a name="100" href="#100">100</a>         
-<a name="101" href="#101">101</a>         String prefix = getCliPluginPrefix();
-<a name="102" href="#102">102</a>         String artifactId = <span class="jxr_string">"bundle-pack-target-no-scm"</span>;
-<a name="103" href="#103">103</a>         String groupId = <span class="jxr_string">"org.apache.maven.its.repository"</span>;
-<a name="104" href="#104">104</a>         String version = <span class="jxr_string">"1.0"</span>;
-<a name="105" href="#105">105</a> 
-<a name="106" href="#106">106</a>         File bundleSource = <strong class="jxr_keyword">new</strong> File( dir, artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">"-bundle.jar"</span> );
-<a name="107" href="#107">107</a> 
-<a name="108" href="#108">108</a>         <strong class="jxr_keyword">if</strong> ( bundleSource.exists() )
-<a name="109" href="#109">109</a>         {
-<a name="110" href="#110">110</a>             bundleSource.delete();
-<a name="111" href="#111">111</a>         }
-<a name="112" href="#112">112</a>         
-<a name="113" href="#113">113</a>         Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
-<a name="114" href="#114">114</a>         
-<a name="115" href="#115">115</a>         verifier.setAutoclean( false );
-<a name="116" href="#116">116</a> 
-<a name="117" href="#117">117</a>         List&lt;String&gt; cliOptions = verifier.getCliOptions();
-<a name="118" href="#118">118</a>         cliOptions.add( <span class="jxr_string">"-DgroupId="</span> + groupId );
-<a name="119" href="#119">119</a>         cliOptions.add( <span class="jxr_string">"-DartifactId="</span> + artifactId );
-<a name="120" href="#120">120</a>         cliOptions.add( <span class="jxr_string">"-Dversion="</span> + version );
-<a name="121" href="#121">121</a>         cliOptions.add( <span class="jxr_string">"-DscmUrl=http://foo/"</span> );
-<a name="122" href="#122">122</a>         cliOptions.add( <span class="jxr_string">"-DscmConnection=scm:svn:http://foo/"</span> );
-<a name="123" href="#123">123</a> 
-<a name="124" href="#124">124</a>         verifier.executeGoal( prefix + <span class="jxr_string">"bundle-pack"</span> );
-<a name="125" href="#125">125</a>         verifier.verifyErrorFreeLog();
-<a name="126" href="#126">126</a>         verifier.resetStreams();
-<a name="127" href="#127">127</a> 
-<a name="128" href="#128">128</a>         Set&lt;String&gt; requiredEntries = <strong class="jxr_keyword">new</strong> HashSet&lt;String&gt;();
-<a name="129" href="#129">129</a>         requiredEntries.add( <span class="jxr_string">"pom.xml"</span> );
-<a name="130" href="#130">130</a>         requiredEntries.add( artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">".jar"</span> );
-<a name="131" href="#131">131</a>         
-<a name="132" href="#132">132</a>         <strong class="jxr_keyword">if</strong> ( !verifier.isMavenDebug() )
-<a name="133" href="#133">133</a>         {
-<a name="134" href="#134">134</a>             bundleSource.deleteOnExit();
-<a name="135" href="#135">135</a>         }
-<a name="136" href="#136">136</a> 
-<a name="137" href="#137">137</a>         assertZipContents( requiredEntries, Assertions.EMPTY_ENTRY_NAMES, bundleSource );
-<a name="138" href="#138">138</a>     }
-<a name="139" href="#139">139</a> 
-<a name="140" href="#140">140</a> }
+<div id="overview"><a href="../../../../../../../testapidocs/org/apache/maven/plugins/repository/it/BundlePackIT.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.plugins.repository.it;
+<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>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.it.support.IntegrationTestUtils.bootstrap;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.it.support.IntegrationTestUtils.getCliPluginPrefix;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.it.support.IntegrationTestUtils.getTestDir;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.apache.maven.plugins.repository.testutil.Assertions.assertZipContents;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.plugins.repository.testutil.Assertions;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong class="jxr_keyword">import</strong> org.junit.BeforeClass;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong class="jxr_keyword">import</strong> org.junit.Test;
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> java.util.HashSet;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">import</strong> java.util.Set;
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/maven/plugins/repository/it/BundlePackIT.html">BundlePackIT</a>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>  {
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>      
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>      @BeforeClass
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> doBootstrap()
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>          <strong class="jxr_keyword">throws</strong> VerificationException, IOException, URISyntaxException
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>      {
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>          bootstrap();
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>      }
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>  
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      @SuppressWarnings( <span class="jxr_string">"unchecked"</span> )
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      @Test
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> packWithSCMInfoProvided()
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>      {
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>          File dir = getTestDir( <span class="jxr_string">"bundle-pack"</span> );
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>          
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>          String prefix = getCliPluginPrefix();
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>          String artifactId = <span class="jxr_string">"bundle-pack-target"</span>;
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>          String groupId = <span class="jxr_string">"org.apache.maven.its.repository"</span>;
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>          String version = <span class="jxr_string">"1.0"</span>;
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>  
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>          File bundleSource = <strong class="jxr_keyword">new</strong> File( dir, artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">"-bundle.jar"</span> );
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>  
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>          <strong class="jxr_keyword">if</strong> ( bundleSource.exists() )
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>          {
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>              bundleSource.delete();
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>          }
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>          
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>          Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>          
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>          verifier.setAutoclean( false );
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>          List&lt;String&gt; cliOptions = verifier.getCliOptions();
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>          cliOptions.add( <span class="jxr_string">"-DgroupId="</span> + groupId );
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>          cliOptions.add( <span class="jxr_string">"-DartifactId="</span> + artifactId );
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          cliOptions.add( <span class="jxr_string">"-Dversion="</span> + version );
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>  
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>          verifier.executeGoal( prefix + <span class="jxr_string">"bundle-pack"</span> );
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>          verifier.verifyErrorFreeLog();
+<a class="jxr_linenumber" name="L80" href="#L80">80</a>          verifier.resetStreams();
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>  
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>          Set&lt;String&gt; requiredEntries = <strong class="jxr_keyword">new</strong> HashSet&lt;String&gt;();
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>          requiredEntries.add( <span class="jxr_string">"pom.xml"</span> );
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>          requiredEntries.add( artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">".jar"</span> );
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <strong class="jxr_keyword">if</strong> ( !verifier.isMavenDebug() )
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>          {
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>              bundleSource.deleteOnExit();
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>          }
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>  
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>          assertZipContents( requiredEntries, Assertions.EMPTY_ENTRY_NAMES, bundleSource );
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>      }
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>  
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>      @SuppressWarnings( <span class="jxr_string">"unchecked"</span> )
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>      @Test
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> packWithSCMInfoMissing()
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException, VerificationException
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>      {
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>          File dir = getTestDir( <span class="jxr_string">"bundle-pack"</span> );
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>         
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>         String prefix = getCliPluginPrefix();
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>         String artifactId = <span class="jxr_string">"bundle-pack-target-no-scm"</span>;
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>         String groupId = <span class="jxr_string">"org.apache.maven.its.repository"</span>;
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>         String version = <span class="jxr_string">"1.0"</span>;
+<a class="jxr_linenumber" name="L105" href="#L105">105</a> 
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>         File bundleSource = <strong class="jxr_keyword">new</strong> File( dir, artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">"-bundle.jar"</span> );
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> 
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>         <strong class="jxr_keyword">if</strong> ( bundleSource.exists() )
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>         {
+<a class="jxr_linenumber" name="L110" href="#L110">110</a>             bundleSource.delete();
+<a class="jxr_linenumber" name="L111" href="#L111">111</a>         }
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>         
+<a class="jxr_linenumber" name="L113" href="#L113">113</a>         Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( dir.getAbsolutePath() );
+<a class="jxr_linenumber" name="L114" href="#L114">114</a>         
+<a class="jxr_linenumber" name="L115" href="#L115">115</a>         verifier.setAutoclean( false );
+<a class="jxr_linenumber" name="L116" href="#L116">116</a> 
+<a class="jxr_linenumber" name="L117" href="#L117">117</a>         List&lt;String&gt; cliOptions = verifier.getCliOptions();
+<a class="jxr_linenumber" name="L118" href="#L118">118</a>         cliOptions.add( <span class="jxr_string">"-DgroupId="</span> + groupId );
+<a class="jxr_linenumber" name="L119" href="#L119">119</a>         cliOptions.add( <span class="jxr_string">"-DartifactId="</span> + artifactId );
+<a class="jxr_linenumber" name="L120" href="#L120">120</a>         cliOptions.add( <span class="jxr_string">"-Dversion="</span> + version );
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>         cliOptions.add( <span class="jxr_string">"-DscmUrl=http://foo/"</span> );
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>         cliOptions.add( <span class="jxr_string">"-DscmConnection=scm:svn:http://foo/"</span> );
+<a class="jxr_linenumber" name="L123" href="#L123">123</a> 
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>         verifier.executeGoal( prefix + <span class="jxr_string">"bundle-pack"</span> );
+<a class="jxr_linenumber" name="L125" href="#L125">125</a>         verifier.verifyErrorFreeLog();
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>         verifier.resetStreams();
+<a class="jxr_linenumber" name="L127" href="#L127">127</a> 
+<a class="jxr_linenumber" name="L128" href="#L128">128</a>         Set&lt;String&gt; requiredEntries = <strong class="jxr_keyword">new</strong> HashSet&lt;String&gt;();
+<a class="jxr_linenumber" name="L129" href="#L129">129</a>         requiredEntries.add( <span class="jxr_string">"pom.xml"</span> );
+<a class="jxr_linenumber" name="L130" href="#L130">130</a>         requiredEntries.add( artifactId + <span class="jxr_string">"-"</span> + version + <span class="jxr_string">".jar"</span> );
+<a class="jxr_linenumber" name="L131" href="#L131">131</a>         
+<a class="jxr_linenumber" name="L132" href="#L132">132</a>         <strong class="jxr_keyword">if</strong> ( !verifier.isMavenDebug() )
+<a class="jxr_linenumber" name="L133" href="#L133">133</a>         {
+<a class="jxr_linenumber" name="L134" href="#L134">134</a>             bundleSource.deleteOnExit();
+<a class="jxr_linenumber" name="L135" href="#L135">135</a>         }
+<a class="jxr_linenumber" name="L136" href="#L136">136</a> 
+<a class="jxr_linenumber" name="L137" href="#L137">137</a>         assertZipContents( requiredEntries, Assertions.EMPTY_ENTRY_NAMES, bundleSource );
+<a class="jxr_linenumber" name="L138" href="#L138">138</a>     }
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> 
+<a class="jxr_linenumber" name="L140" href="#L140">140</a> }
 </pre>
-<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
-</html>
-
+<hr/>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <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-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/package-frame.html Wed Feb 18 21:40:17 2015
@@ -1,27 +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 Repository Plugin 2.3.1 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it</a>
-      	</h3>
-
-      	<h3>Classes</h3>
-
-      	<ul>
-      		          	<li>
-            	<a href="BundleCreateIT.html" target="classFrame">BundleCreateIT</a>
-          	</li>
-          	          	<li>
-            	<a href="BundlePackIT.html" target="classFrame">BundlePackIT</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 Repository Plugin 2.4 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="BundleCreateIT.html" target="classFrame">BundleCreateIT</a>
+          	</li>
+          	          	<li>
+            	<a href="BundlePackIT.html" target="classFrame">BundlePackIT</a>
+          	</li>
+          	      	</ul>
+
+	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/package-summary.html Wed Feb 18 21:40:17 2015
@@ -1,72 +1,74 @@
-
-<!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 Repository Plugin 2.3.1 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it</h2>
-
-		<table class="summary">
-        	<thead>
-          		<tr>
-            		<th>Class Summary</th>
-          		</tr>
-        	</thead>
-        	<tbody>
-        		            	<tr>
-              		<td>
-                		<a href="BundleCreateIT.html" target="classFrame">BundleCreateIT</a>
-              		</td>
-            	</tr>
-				            	<tr>
-              		<td>
-                		<a href="BundlePackIT.html" target="classFrame">BundlePackIT</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-2010 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 Repository Plugin 2.4 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="BundleCreateIT.html" target="classFrame">BundleCreateIT</a>
+              		</td>
+            	</tr>
+				            	<tr>
+              		<td>
+                		<a href="BundlePackIT.html" target="classFrame">BundlePackIT</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 &#169; 2002&#x2013;2015 <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-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/IntegrationTestUtils.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/IntegrationTestUtils.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/IntegrationTestUtils.html Wed Feb 18 21:40:17 2015
@@ -1,189 +1,188 @@
 <!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" />
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <title>IntegrationTestUtils 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.plugins.repository.it.support;
-<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> <strong class="jxr_keyword">static</strong> org.codehaus.plexus.util.IOUtil.close;
-<a name="23" href="#23">23</a>  
-<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
-<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
-<a name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.xml.Xpp3Dom;
-<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.xml.Xpp3DomBuilder;
-<a name="28" href="#28">28</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.xml.pull.XmlPullParserException;
-<a name="29" href="#29">29</a>  
-<a name="30" href="#30">30</a>  <strong class="jxr_keyword">import</strong> java.io.File;
-<a name="31" href="#31">31</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a name="32" href="#32">32</a>  <strong class="jxr_keyword">import</strong> java.io.InputStream;
-<a name="33" href="#33">33</a>  <strong class="jxr_keyword">import</strong> java.io.InputStreamReader;
-<a name="34" href="#34">34</a>  <strong class="jxr_keyword">import</strong> java.net.URI;
-<a name="35" href="#35">35</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
-<a name="36" href="#36">36</a>  <strong class="jxr_keyword">import</strong> java.net.URL;
-<a name="37" href="#37">37</a>  
-<a name="38" href="#38">38</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/apache/maven/plugins/repository/it/support/IntegrationTestUtils.html">IntegrationTestUtils</a>
-<a name="39" href="#39">39</a>  {
-<a name="40" href="#40">40</a>  
-<a name="41" href="#41">41</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String cliPluginPrefix;
-<a name="42" href="#42">42</a>  
-<a name="43" href="#43">43</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String pluginVersion;
-<a name="44" href="#44">44</a>  
-<a name="45" href="#45">45</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String pluginGroupId;
-<a name="46" href="#46">46</a>  
-<a name="47" href="#47">47</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String pluginArtifactId;
-<a name="48" href="#48">48</a>      
-<a name="49" href="#49">49</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> installed = false;
-<a name="50" href="#50">50</a>      
-<a name="51" href="#51">51</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> bootstrap()
-<a name="52" href="#52">52</a>          <strong class="jxr_keyword">throws</strong> VerificationException, IOException, URISyntaxException
-<a name="53" href="#53">53</a>      {
-<a name="54" href="#54">54</a>          <strong class="jxr_keyword">if</strong> ( !installed )
-<a name="55" href="#55">55</a>          {
-<a name="56" href="#56">56</a>              File bootstrapDir = getTestDir( <span class="jxr_string">"bootstrap"</span> );
-<a name="57" href="#57">57</a>              
-<a name="58" href="#58">58</a>              Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( bootstrapDir.getAbsolutePath() );
-<a name="59" href="#59">59</a>              
-<a name="60" href="#60">60</a>              verifier.executeGoal( <span class="jxr_string">"install"</span> );
-<a name="61" href="#61">61</a>              
-<a name="62" href="#62">62</a>              verifier.verifyErrorFreeLog();
-<a name="63" href="#63">63</a>              verifier.resetStreams();
-<a name="64" href="#64">64</a>              
-<a name="65" href="#65">65</a>              installed = <strong class="jxr_keyword">true</strong>;
-<a name="66" href="#66">66</a>          }
-<a name="67" href="#67">67</a>      }
-<a name="68" href="#68">68</a>  
-<a name="69" href="#69">69</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="70" href="#70">70</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException
-<a name="71" href="#71">71</a>      {
-<a name="72" href="#72">72</a>          ClassLoader cloader = Thread.currentThread().getContextClassLoader();
-<a name="73" href="#73">73</a>          URL resource = cloader.getResource( name );
-<a name="74" href="#74">74</a>  
-<a name="75" href="#75">75</a>          <strong class="jxr_keyword">if</strong> ( resource == <strong class="jxr_keyword">null</strong> )
-<a name="76" href="#76">76</a>          {
-<a name="77" href="#77">77</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="78" href="#78">78</a>          }
-<a name="79" href="#79">79</a>  
-<a name="80" href="#80">80</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="81" href="#81">81</a>      }
-<a name="82" href="#82">82</a>  
-<a name="83" href="#83">83</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> File getBaseDir()
-<a name="84" href="#84">84</a>      {
-<a name="85" href="#85">85</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="86" href="#86">86</a>          <strong class="jxr_keyword">try</strong>
-<a name="87" href="#87">87</a>          {
-<a name="88" href="#88">88</a>              <strong class="jxr_keyword">return</strong> result.getCanonicalFile();
-<a name="89" href="#89">89</a>          }
-<a name="90" href="#90">90</a>          <strong class="jxr_keyword">catch</strong> ( IOException e )
-<a name="91" href="#91">91</a>          {
-<a name="92" href="#92">92</a>              <strong class="jxr_keyword">return</strong> result.getAbsoluteFile();
-<a name="93" href="#93">93</a>          }
-<a name="94" href="#94">94</a>      }
-<a name="95" href="#95">95</a>  
-<a name="96" href="#96">96</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getPluginVersion()
-<a name="97" href="#97">97</a>          <strong class="jxr_keyword">throws</strong> IOException
-<a name="98" href="#98">98</a>      {
-<a name="99" href="#99">99</a>          <strong class="jxr_keyword">if</strong> ( pluginVersion == <strong class="jxr_keyword">null</strong> )
-<a name="100" href="#100">100</a>         {
-<a name="101" href="#101">101</a>             initPluginInfo();
-<a name="102" href="#102">102</a>         }
-<a name="103" href="#103">103</a> 
-<a name="104" href="#104">104</a>         <strong class="jxr_keyword">return</strong> pluginVersion;
-<a name="105" href="#105">105</a>     }
-<a name="106" href="#106">106</a> 
-<a name="107" href="#107">107</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getPluginGroupId()
-<a name="108" href="#108">108</a>         <strong class="jxr_keyword">throws</strong> IOException
-<a name="109" href="#109">109</a>     {
-<a name="110" href="#110">110</a>         <strong class="jxr_keyword">if</strong> ( pluginGroupId == <strong class="jxr_keyword">null</strong> )
-<a name="111" href="#111">111</a>         {
-<a name="112" href="#112">112</a>             initPluginInfo();
-<a name="113" href="#113">113</a>         }
-<a name="114" href="#114">114</a> 
-<a name="115" href="#115">115</a>         <strong class="jxr_keyword">return</strong> pluginGroupId;
-<a name="116" href="#116">116</a>     }
-<a name="117" href="#117">117</a> 
-<a name="118" href="#118">118</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getPluginArtifactId()
-<a name="119" href="#119">119</a>         <strong class="jxr_keyword">throws</strong> IOException
-<a name="120" href="#120">120</a>     {
-<a name="121" href="#121">121</a>         <strong class="jxr_keyword">if</strong> ( pluginArtifactId == <strong class="jxr_keyword">null</strong> )
-<a name="122" href="#122">122</a>         {
-<a name="123" href="#123">123</a>             initPluginInfo();
-<a name="124" href="#124">124</a>         }
-<a name="125" href="#125">125</a> 
-<a name="126" href="#126">126</a>         <strong class="jxr_keyword">return</strong> pluginArtifactId;
-<a name="127" href="#127">127</a>     }
-<a name="128" href="#128">128</a> 
-<a name="129" href="#129">129</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getCliPluginPrefix()
-<a name="130" href="#130">130</a>         <strong class="jxr_keyword">throws</strong> IOException
-<a name="131" href="#131">131</a>     {
-<a name="132" href="#132">132</a>         <strong class="jxr_keyword">if</strong> ( cliPluginPrefix == <strong class="jxr_keyword">null</strong> )
-<a name="133" href="#133">133</a>         {
-<a name="134" href="#134">134</a>             initPluginInfo();
-<a name="135" href="#135">135</a>         }
-<a name="136" href="#136">136</a> 
-<a name="137" href="#137">137</a>         <strong class="jxr_keyword">return</strong> cliPluginPrefix;
-<a name="138" href="#138">138</a>     }
-<a name="139" href="#139">139</a> 
-<a name="140" href="#140">140</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> initPluginInfo()
-<a name="141" href="#141">141</a>         <strong class="jxr_keyword">throws</strong> IOException
-<a name="142" href="#142">142</a>     {
-<a name="143" href="#143">143</a>         URL resource = Thread.currentThread().getContextClassLoader().getResource( <span class="jxr_string">"META-INF/maven/plugin.xml"</span> );
-<a name="144" href="#144">144</a> 
-<a name="145" href="#145">145</a>         InputStream stream = <strong class="jxr_keyword">null</strong>;
-<a name="146" href="#146">146</a>         <strong class="jxr_keyword">try</strong>
-<a name="147" href="#147">147</a>         {
-<a name="148" href="#148">148</a>             stream = resource.openStream();
-<a name="149" href="#149">149</a>             Xpp3Dom pluginDom;
-<a name="150" href="#150">150</a>             <strong class="jxr_keyword">try</strong>
-<a name="151" href="#151">151</a>             {
-<a name="152" href="#152">152</a>                 pluginDom = Xpp3DomBuilder.build( <strong class="jxr_keyword">new</strong> InputStreamReader( stream ) );
-<a name="153" href="#153">153</a>             }
-<a name="154" href="#154">154</a>             <strong class="jxr_keyword">catch</strong> ( XmlPullParserException e )
-<a name="155" href="#155">155</a>             {
-<a name="156" href="#156">156</a>                 IOException err = <strong class="jxr_keyword">new</strong> IOException(
-<a name="157" href="#157">157</a>                                                    <span class="jxr_string">"Failed to parse plugin descriptor for groupId:artifactId:version prefix. Reason: "</span>
-<a name="158" href="#158">158</a>                                                        + e.getMessage() );
-<a name="159" href="#159">159</a>                 err.initCause( e );
-<a name="160" href="#160">160</a> 
-<a name="161" href="#161">161</a>                 <strong class="jxr_keyword">throw</strong> err;
-<a name="162" href="#162">162</a>             }
-<a name="163" href="#163">163</a> 
-<a name="164" href="#164">164</a>             pluginArtifactId = pluginDom.getChild( <span class="jxr_string">"artifactId"</span> ).getValue();
-<a name="165" href="#165">165</a>             pluginGroupId = pluginDom.getChild( <span class="jxr_string">"groupId"</span> ).getValue();
-<a name="166" href="#166">166</a>             pluginVersion = pluginDom.getChild( <span class="jxr_string">"version"</span> ).getValue();
-<a name="167" href="#167">167</a> 
-<a name="168" href="#168">168</a>             cliPluginPrefix = pluginGroupId + <span class="jxr_string">":"</span> + pluginArtifactId + <span class="jxr_string">":"</span> + pluginVersion + <span class="jxr_string">":"</span>;
-<a name="169" href="#169">169</a>         }
-<a name="170" href="#170">170</a>         <strong class="jxr_keyword">finally</strong>
-<a name="171" href="#171">171</a>         {
-<a name="172" href="#172">172</a>             close( stream );
-<a name="173" href="#173">173</a>         }
-<a name="174" href="#174">174</a>     }
-<a name="175" href="#175">175</a> }
+<div id="overview"><a href="../../../../../../../../testapidocs/org/apache/maven/plugins/repository/it/support/IntegrationTestUtils.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.plugins.repository.it.support;
+<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>  <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.codehaus.plexus.util.IOUtil.close;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.VerificationException;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong class="jxr_keyword">import</strong> org.apache.maven.it.Verifier;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.xml.Xpp3Dom;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.xml.Xpp3DomBuilder;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong class="jxr_keyword">import</strong> org.codehaus.plexus.util.xml.pull.XmlPullParserException;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong class="jxr_keyword">import</strong> java.io.InputStream;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong class="jxr_keyword">import</strong> java.io.InputStreamReader;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  <strong class="jxr_keyword">import</strong> java.net.URI;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong class="jxr_keyword">import</strong> java.net.URISyntaxException;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <strong class="jxr_keyword">import</strong> java.net.URL;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/apache/maven/plugins/repository/it/support/IntegrationTestUtils.html">IntegrationTestUtils</a>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>  {
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>  
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String cliPluginPrefix;
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>  
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String pluginVersion;
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>  
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String pluginGroupId;
+<a class="jxr_linenumber" name="L46" href="#L46">46</a>  
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String pluginArtifactId;
+<a class="jxr_linenumber" name="L48" href="#L48">48</a>      
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> installed = false;
+<a class="jxr_linenumber" name="L50" href="#L50">50</a>      
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> bootstrap()
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>          <strong class="jxr_keyword">throws</strong> VerificationException, IOException, URISyntaxException
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>      {
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>          <strong class="jxr_keyword">if</strong> ( !installed )
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>          {
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>              File bootstrapDir = getTestDir( <span class="jxr_string">"bootstrap"</span> );
+<a class="jxr_linenumber" name="L57" href="#L57">57</a>              
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>              Verifier verifier = <strong class="jxr_keyword">new</strong> Verifier( bootstrapDir.getAbsolutePath() );
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>              
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>              verifier.executeGoal( <span class="jxr_string">"install"</span> );
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>              
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>              verifier.verifyErrorFreeLog();
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>              verifier.resetStreams();
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>              
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>              installed = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>          }
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>      }
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>  
+<a class="jxr_linenumber" name="L69" href="#L69">69</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> File getTestDir( <strong class="jxr_keyword">final</strong> String name )
+<a class="jxr_linenumber" name="L70" href="#L70">70</a>          <strong class="jxr_keyword">throws</strong> IOException, URISyntaxException
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>      {
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>          ClassLoader cloader = Thread.currentThread().getContextClassLoader();
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>          URL resource = cloader.getResource( name );
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>  
+<a class="jxr_linenumber" name="L75" href="#L75">75</a>          <strong class="jxr_keyword">if</strong> ( resource == <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>          {
+<a class="jxr_linenumber" name="L77" href="#L77">77</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 class="jxr_linenumber" name="L78" href="#L78">78</a>          }
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>  
+<a class="jxr_linenumber" name="L80" href="#L80">80</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 class="jxr_linenumber" name="L81" href="#L81">81</a>      }
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>  
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> File getBaseDir()
+<a class="jxr_linenumber" name="L84" href="#L84">84</a>      {
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          File result = <strong class="jxr_keyword">new</strong> File( System.getProperty( <span class="jxr_string">"basedir"</span>, <span class="jxr_string">"."</span> ) );
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>          {
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>              <strong class="jxr_keyword">return</strong> result.getCanonicalFile();
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>          }
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>          <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a class="jxr_linenumber" name="L91" href="#L91">91</a>          {
+<a class="jxr_linenumber" name="L92" href="#L92">92</a>              <strong class="jxr_keyword">return</strong> result.getAbsoluteFile();
+<a class="jxr_linenumber" name="L93" href="#L93">93</a>          }
+<a class="jxr_linenumber" name="L94" href="#L94">94</a>      }
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>  
+<a class="jxr_linenumber" name="L96" href="#L96">96</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getPluginVersion()
+<a class="jxr_linenumber" name="L97" href="#L97">97</a>          <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>      {
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>          <strong class="jxr_keyword">if</strong> ( pluginVersion == <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>         {
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>             initPluginInfo();
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>         }
+<a class="jxr_linenumber" name="L103" href="#L103">103</a> 
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>         <strong class="jxr_keyword">return</strong> pluginVersion;
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>     }
+<a class="jxr_linenumber" name="L106" href="#L106">106</a> 
+<a class="jxr_linenumber" name="L107" href="#L107">107</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getPluginGroupId()
+<a class="jxr_linenumber" name="L108" href="#L108">108</a>         <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>     {
+<a class="jxr_linenumber" name="L110" href="#L110">110</a>         <strong class="jxr_keyword">if</strong> ( pluginGroupId == <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L111" href="#L111">111</a>         {
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>             initPluginInfo();
+<a class="jxr_linenumber" name="L113" href="#L113">113</a>         }
+<a class="jxr_linenumber" name="L114" href="#L114">114</a> 
+<a class="jxr_linenumber" name="L115" href="#L115">115</a>         <strong class="jxr_keyword">return</strong> pluginGroupId;
+<a class="jxr_linenumber" name="L116" href="#L116">116</a>     }
+<a class="jxr_linenumber" name="L117" href="#L117">117</a> 
+<a class="jxr_linenumber" name="L118" href="#L118">118</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getPluginArtifactId()
+<a class="jxr_linenumber" name="L119" href="#L119">119</a>         <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L120" href="#L120">120</a>     {
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>         <strong class="jxr_keyword">if</strong> ( pluginArtifactId == <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>         {
+<a class="jxr_linenumber" name="L123" href="#L123">123</a>             initPluginInfo();
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>         }
+<a class="jxr_linenumber" name="L125" href="#L125">125</a> 
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>         <strong class="jxr_keyword">return</strong> pluginArtifactId;
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>     }
+<a class="jxr_linenumber" name="L128" href="#L128">128</a> 
+<a class="jxr_linenumber" name="L129" href="#L129">129</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> String getCliPluginPrefix()
+<a class="jxr_linenumber" name="L130" href="#L130">130</a>         <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L131" href="#L131">131</a>     {
+<a class="jxr_linenumber" name="L132" href="#L132">132</a>         <strong class="jxr_keyword">if</strong> ( cliPluginPrefix == <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L133" href="#L133">133</a>         {
+<a class="jxr_linenumber" name="L134" href="#L134">134</a>             initPluginInfo();
+<a class="jxr_linenumber" name="L135" href="#L135">135</a>         }
+<a class="jxr_linenumber" name="L136" href="#L136">136</a> 
+<a class="jxr_linenumber" name="L137" href="#L137">137</a>         <strong class="jxr_keyword">return</strong> cliPluginPrefix;
+<a class="jxr_linenumber" name="L138" href="#L138">138</a>     }
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> 
+<a class="jxr_linenumber" name="L140" href="#L140">140</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> initPluginInfo()
+<a class="jxr_linenumber" name="L141" href="#L141">141</a>         <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L142" href="#L142">142</a>     {
+<a class="jxr_linenumber" name="L143" href="#L143">143</a>         URL resource = Thread.currentThread().getContextClassLoader().getResource( <span class="jxr_string">"META-INF/maven/plugin.xml"</span> );
+<a class="jxr_linenumber" name="L144" href="#L144">144</a> 
+<a class="jxr_linenumber" name="L145" href="#L145">145</a>         InputStream stream = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L146" href="#L146">146</a>         <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L147" href="#L147">147</a>         {
+<a class="jxr_linenumber" name="L148" href="#L148">148</a>             stream = resource.openStream();
+<a class="jxr_linenumber" name="L149" href="#L149">149</a>             Xpp3Dom pluginDom;
+<a class="jxr_linenumber" name="L150" href="#L150">150</a>             <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L151" href="#L151">151</a>             {
+<a class="jxr_linenumber" name="L152" href="#L152">152</a>                 pluginDom = Xpp3DomBuilder.build( <strong class="jxr_keyword">new</strong> InputStreamReader( stream ) );
+<a class="jxr_linenumber" name="L153" href="#L153">153</a>             }
+<a class="jxr_linenumber" name="L154" href="#L154">154</a>             <strong class="jxr_keyword">catch</strong> ( XmlPullParserException e )
+<a class="jxr_linenumber" name="L155" href="#L155">155</a>             {
+<a class="jxr_linenumber" name="L156" href="#L156">156</a>                 IOException err = <strong class="jxr_keyword">new</strong> IOException(
+<a class="jxr_linenumber" name="L157" href="#L157">157</a>                                                    <span class="jxr_string">"Failed to parse plugin descriptor for groupId:artifactId:version prefix. Reason: "</span>
+<a class="jxr_linenumber" name="L158" href="#L158">158</a>                                                        + e.getMessage() );
+<a class="jxr_linenumber" name="L159" href="#L159">159</a>                 err.initCause( e );
+<a class="jxr_linenumber" name="L160" href="#L160">160</a> 
+<a class="jxr_linenumber" name="L161" href="#L161">161</a>                 <strong class="jxr_keyword">throw</strong> err;
+<a class="jxr_linenumber" name="L162" href="#L162">162</a>             }
+<a class="jxr_linenumber" name="L163" href="#L163">163</a> 
+<a class="jxr_linenumber" name="L164" href="#L164">164</a>             pluginArtifactId = pluginDom.getChild( <span class="jxr_string">"artifactId"</span> ).getValue();
+<a class="jxr_linenumber" name="L165" href="#L165">165</a>             pluginGroupId = pluginDom.getChild( <span class="jxr_string">"groupId"</span> ).getValue();
+<a class="jxr_linenumber" name="L166" href="#L166">166</a>             pluginVersion = pluginDom.getChild( <span class="jxr_string">"version"</span> ).getValue();
+<a class="jxr_linenumber" name="L167" href="#L167">167</a> 
+<a class="jxr_linenumber" name="L168" href="#L168">168</a>             cliPluginPrefix = pluginGroupId + <span class="jxr_string">":"</span> + pluginArtifactId + <span class="jxr_string">":"</span> + pluginVersion + <span class="jxr_string">":"</span>;
+<a class="jxr_linenumber" name="L169" href="#L169">169</a>         }
+<a class="jxr_linenumber" name="L170" href="#L170">170</a>         <strong class="jxr_keyword">finally</strong>
+<a class="jxr_linenumber" name="L171" href="#L171">171</a>         {
+<a class="jxr_linenumber" name="L172" href="#L172">172</a>             close( stream );
+<a class="jxr_linenumber" name="L173" href="#L173">173</a>         }
+<a class="jxr_linenumber" name="L174" href="#L174">174</a>     }
+<a class="jxr_linenumber" name="L175" href="#L175">175</a> }
 </pre>
-<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
-</html>
-
+<hr/>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <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-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/package-frame.html Wed Feb 18 21:40:17 2015
@@ -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=ISO-8859-1" />
-		<title>Maven Repository Plugin 2.3.1 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it.support</a>
-      	</h3>
-
-      	<h3>Classes</h3>
-
-      	<ul>
-      		          	<li>
-            	<a href="IntegrationTestUtils.html" target="classFrame">IntegrationTestUtils</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 Repository Plugin 2.4 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it.support</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="IntegrationTestUtils.html" target="classFrame">IntegrationTestUtils</a>
+          	</li>
+          	      	</ul>
+
+	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/it/support/package-summary.html Wed Feb 18 21:40:17 2015
@@ -1,67 +1,69 @@
-
-<!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 Repository Plugin 2.3.1 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it.support</h2>
-
-		<table class="summary">
-        	<thead>
-          		<tr>
-            		<th>Class Summary</th>
-          		</tr>
-        	</thead>
-        	<tbody>
-        		            	<tr>
-              		<td>
-                		<a href="IntegrationTestUtils.html" target="classFrame">IntegrationTestUtils</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-2010 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 Repository Plugin 2.4 Reference Package org.apache.maven.plugins.repository.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.plugins.repository.it.support</h2>
+
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="IntegrationTestUtils.html" target="classFrame">IntegrationTestUtils</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 &#169; 2002&#x2013;2015 <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-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-repository-plugin-LATEST/xref-test/org/apache/maven/plugins/repository/package-frame.html Wed Feb 18 21:40:17 2015
@@ -1,27 +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 Repository Plugin 2.3.1 Reference Package org.apache.maven.plugins.repository</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.plugins.repository</a>
-      	</h3>
-
-      	<h3>Classes</h3>
-
-      	<ul>
-      		          	<li>
-            	<a href="BundleCreateMojoTest.html" target="classFrame">BundleCreateMojoTest</a>
-          	</li>
-          	          	<li>
-            	<a href="BundlePackMojoTest.html" target="classFrame">BundlePackMojoTest</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 Repository Plugin 2.4 Reference Package org.apache.maven.plugins.repository</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.plugins.repository</a>
+      	</h3>
+
+      	<h3>Classes</h3>
+
+      	<ul>
+      		          	<li>
+            	<a href="BundleCreateMojoTest.html" target="classFrame">BundleCreateMojoTest</a>
+          	</li>
+          	          	<li>
+            	<a href="BundlePackMojoTest.html" target="classFrame">BundlePackMojoTest</a>
+          	</li>
+          	      	</ul>
+
+	</body>
 </html>
\ No newline at end of file