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 hb...@apache.org on 2015/09/09 08:18:33 UTC

svn commit: r964850 [5/25] - in /websites/production/maven/components/ref/3-LATEST: ./ apache-maven/ apidocs/ apidocs/org/apache/maven/model/ apidocs/src-html/org/apache/maven/model/ maven-aether-provider/ maven-artifact/ maven-builder-support/ maven-c...

Modified: websites/production/maven/components/ref/3-LATEST/apidocs/src-html/org/apache/maven/model/Reporting.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/apidocs/src-html/org/apache/maven/model/Reporting.html (original)
+++ websites/production/maven/components/ref/3-LATEST/apidocs/src-html/org/apache/maven/model/Reporting.html Wed Sep  9 06:18:29 2015
@@ -48,242 +48,239 @@
 <span class="sourceLineNo">040</span>     *             <a name="line.40"></a>
 <span class="sourceLineNo">041</span>     *             Where to store all of the generated reports. The<a name="line.41"></a>
 <span class="sourceLineNo">042</span>     * default is<a name="line.42"></a>
-<span class="sourceLineNo">043</span>     *             &lt;code&gt;${project.build.directory}/site&lt;/code&gt;<a name="line.43"></a>
-<span class="sourceLineNo">044</span>     *             .<a name="line.44"></a>
-<span class="sourceLineNo">045</span>     *             <a name="line.45"></a>
-<span class="sourceLineNo">046</span>     *           <a name="line.46"></a>
-<span class="sourceLineNo">047</span>     */<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    private String outputDirectory;<a name="line.48"></a>
-<span class="sourceLineNo">049</span><a name="line.49"></a>
-<span class="sourceLineNo">050</span>    /**<a name="line.50"></a>
-<span class="sourceLineNo">051</span>     * Field plugins.<a name="line.51"></a>
-<span class="sourceLineNo">052</span>     */<a name="line.52"></a>
-<span class="sourceLineNo">053</span>    private java.util.List&lt;ReportPlugin&gt; plugins;<a name="line.53"></a>
-<span class="sourceLineNo">054</span><a name="line.54"></a>
-<span class="sourceLineNo">055</span>    /**<a name="line.55"></a>
-<span class="sourceLineNo">056</span>     * Field locations.<a name="line.56"></a>
-<span class="sourceLineNo">057</span>     */<a name="line.57"></a>
-<span class="sourceLineNo">058</span>    private java.util.Map&lt;Object, InputLocation&gt; locations;<a name="line.58"></a>
+<span class="sourceLineNo">043</span>     *             &lt;code&gt;${project.build.directory}/site&lt;/code&gt;.<a name="line.43"></a>
+<span class="sourceLineNo">044</span>     *             <a name="line.44"></a>
+<span class="sourceLineNo">045</span>     *           <a name="line.45"></a>
+<span class="sourceLineNo">046</span>     */<a name="line.46"></a>
+<span class="sourceLineNo">047</span>    private String outputDirectory;<a name="line.47"></a>
+<span class="sourceLineNo">048</span><a name="line.48"></a>
+<span class="sourceLineNo">049</span>    /**<a name="line.49"></a>
+<span class="sourceLineNo">050</span>     * Field plugins.<a name="line.50"></a>
+<span class="sourceLineNo">051</span>     */<a name="line.51"></a>
+<span class="sourceLineNo">052</span>    private java.util.List&lt;ReportPlugin&gt; plugins;<a name="line.52"></a>
+<span class="sourceLineNo">053</span><a name="line.53"></a>
+<span class="sourceLineNo">054</span>    /**<a name="line.54"></a>
+<span class="sourceLineNo">055</span>     * Field locations.<a name="line.55"></a>
+<span class="sourceLineNo">056</span>     */<a name="line.56"></a>
+<span class="sourceLineNo">057</span>    private java.util.Map&lt;Object, InputLocation&gt; locations;<a name="line.57"></a>
+<span class="sourceLineNo">058</span><a name="line.58"></a>
 <span class="sourceLineNo">059</span><a name="line.59"></a>
-<span class="sourceLineNo">060</span><a name="line.60"></a>
-<span class="sourceLineNo">061</span>      //-----------/<a name="line.61"></a>
-<span class="sourceLineNo">062</span>     //- Methods -/<a name="line.62"></a>
-<span class="sourceLineNo">063</span>    //-----------/<a name="line.63"></a>
-<span class="sourceLineNo">064</span><a name="line.64"></a>
-<span class="sourceLineNo">065</span>    /**<a name="line.65"></a>
-<span class="sourceLineNo">066</span>     * Method addPlugin.<a name="line.66"></a>
-<span class="sourceLineNo">067</span>     * <a name="line.67"></a>
-<span class="sourceLineNo">068</span>     * @param reportPlugin<a name="line.68"></a>
-<span class="sourceLineNo">069</span>     */<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    public void addPlugin( ReportPlugin reportPlugin )<a name="line.70"></a>
-<span class="sourceLineNo">071</span>    {<a name="line.71"></a>
-<span class="sourceLineNo">072</span>        getPlugins().add( reportPlugin );<a name="line.72"></a>
-<span class="sourceLineNo">073</span>    } //-- void addPlugin( ReportPlugin )<a name="line.73"></a>
-<span class="sourceLineNo">074</span><a name="line.74"></a>
-<span class="sourceLineNo">075</span>    /**<a name="line.75"></a>
-<span class="sourceLineNo">076</span>     * Method clone.<a name="line.76"></a>
-<span class="sourceLineNo">077</span>     * <a name="line.77"></a>
-<span class="sourceLineNo">078</span>     * @return Reporting<a name="line.78"></a>
-<span class="sourceLineNo">079</span>     */<a name="line.79"></a>
-<span class="sourceLineNo">080</span>    public Reporting clone()<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    {<a name="line.81"></a>
-<span class="sourceLineNo">082</span>        try<a name="line.82"></a>
-<span class="sourceLineNo">083</span>        {<a name="line.83"></a>
-<span class="sourceLineNo">084</span>            Reporting copy = (Reporting) super.clone();<a name="line.84"></a>
-<span class="sourceLineNo">085</span><a name="line.85"></a>
-<span class="sourceLineNo">086</span>            if ( this.plugins != null )<a name="line.86"></a>
-<span class="sourceLineNo">087</span>            {<a name="line.87"></a>
-<span class="sourceLineNo">088</span>                copy.plugins = new java.util.ArrayList&lt;ReportPlugin&gt;();<a name="line.88"></a>
-<span class="sourceLineNo">089</span>                for ( ReportPlugin item : this.plugins )<a name="line.89"></a>
-<span class="sourceLineNo">090</span>                {<a name="line.90"></a>
-<span class="sourceLineNo">091</span>                    copy.plugins.add( ( (ReportPlugin) item).clone() );<a name="line.91"></a>
-<span class="sourceLineNo">092</span>                }<a name="line.92"></a>
-<span class="sourceLineNo">093</span>            }<a name="line.93"></a>
-<span class="sourceLineNo">094</span><a name="line.94"></a>
-<span class="sourceLineNo">095</span>            if ( copy.locations != null )<a name="line.95"></a>
-<span class="sourceLineNo">096</span>            {<a name="line.96"></a>
-<span class="sourceLineNo">097</span>                copy.locations = new java.util.LinkedHashMap( copy.locations );<a name="line.97"></a>
-<span class="sourceLineNo">098</span>            }<a name="line.98"></a>
-<span class="sourceLineNo">099</span><a name="line.99"></a>
-<span class="sourceLineNo">100</span>            return copy;<a name="line.100"></a>
-<span class="sourceLineNo">101</span>        }<a name="line.101"></a>
-<span class="sourceLineNo">102</span>        catch ( java.lang.Exception ex )<a name="line.102"></a>
-<span class="sourceLineNo">103</span>        {<a name="line.103"></a>
-<span class="sourceLineNo">104</span>            throw (java.lang.RuntimeException) new java.lang.UnsupportedOperationException( getClass().getName()<a name="line.104"></a>
-<span class="sourceLineNo">105</span>                + " does not support clone()" ).initCause( ex );<a name="line.105"></a>
-<span class="sourceLineNo">106</span>        }<a name="line.106"></a>
-<span class="sourceLineNo">107</span>    } //-- Reporting clone()<a name="line.107"></a>
-<span class="sourceLineNo">108</span><a name="line.108"></a>
-<span class="sourceLineNo">109</span>    /**<a name="line.109"></a>
-<span class="sourceLineNo">110</span>     * Get if true, then the default reports are not included in<a name="line.110"></a>
-<span class="sourceLineNo">111</span>     * the site generation.<a name="line.111"></a>
-<span class="sourceLineNo">112</span>     *             This includes the reports in the "Project Info"<a name="line.112"></a>
-<span class="sourceLineNo">113</span>     * menu. Note: While the type<a name="line.113"></a>
-<span class="sourceLineNo">114</span>     *             of this field is &lt;code&gt;String&lt;/code&gt; for<a name="line.114"></a>
-<span class="sourceLineNo">115</span>     * technical reasons, the semantic type is actually<a name="line.115"></a>
-<span class="sourceLineNo">116</span>     *             &lt;code&gt;Boolean&lt;/code&gt;. Default value is<a name="line.116"></a>
-<span class="sourceLineNo">117</span>     * &lt;code&gt;false&lt;/code&gt;.<a name="line.117"></a>
-<span class="sourceLineNo">118</span>     * <a name="line.118"></a>
-<span class="sourceLineNo">119</span>     * @return String<a name="line.119"></a>
-<span class="sourceLineNo">120</span>     */<a name="line.120"></a>
-<span class="sourceLineNo">121</span>    public String getExcludeDefaults()<a name="line.121"></a>
-<span class="sourceLineNo">122</span>    {<a name="line.122"></a>
-<span class="sourceLineNo">123</span>        return this.excludeDefaults;<a name="line.123"></a>
-<span class="sourceLineNo">124</span>    } //-- String getExcludeDefaults()<a name="line.124"></a>
-<span class="sourceLineNo">125</span><a name="line.125"></a>
-<span class="sourceLineNo">126</span>    /**<a name="line.126"></a>
+<span class="sourceLineNo">060</span>      //-----------/<a name="line.60"></a>
+<span class="sourceLineNo">061</span>     //- Methods -/<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    //-----------/<a name="line.62"></a>
+<span class="sourceLineNo">063</span><a name="line.63"></a>
+<span class="sourceLineNo">064</span>    /**<a name="line.64"></a>
+<span class="sourceLineNo">065</span>     * Method addPlugin.<a name="line.65"></a>
+<span class="sourceLineNo">066</span>     * <a name="line.66"></a>
+<span class="sourceLineNo">067</span>     * @param reportPlugin<a name="line.67"></a>
+<span class="sourceLineNo">068</span>     */<a name="line.68"></a>
+<span class="sourceLineNo">069</span>    public void addPlugin( ReportPlugin reportPlugin )<a name="line.69"></a>
+<span class="sourceLineNo">070</span>    {<a name="line.70"></a>
+<span class="sourceLineNo">071</span>        getPlugins().add( reportPlugin );<a name="line.71"></a>
+<span class="sourceLineNo">072</span>    } //-- void addPlugin( ReportPlugin )<a name="line.72"></a>
+<span class="sourceLineNo">073</span><a name="line.73"></a>
+<span class="sourceLineNo">074</span>    /**<a name="line.74"></a>
+<span class="sourceLineNo">075</span>     * Method clone.<a name="line.75"></a>
+<span class="sourceLineNo">076</span>     * <a name="line.76"></a>
+<span class="sourceLineNo">077</span>     * @return Reporting<a name="line.77"></a>
+<span class="sourceLineNo">078</span>     */<a name="line.78"></a>
+<span class="sourceLineNo">079</span>    public Reporting clone()<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    {<a name="line.80"></a>
+<span class="sourceLineNo">081</span>        try<a name="line.81"></a>
+<span class="sourceLineNo">082</span>        {<a name="line.82"></a>
+<span class="sourceLineNo">083</span>            Reporting copy = (Reporting) super.clone();<a name="line.83"></a>
+<span class="sourceLineNo">084</span><a name="line.84"></a>
+<span class="sourceLineNo">085</span>            if ( this.plugins != null )<a name="line.85"></a>
+<span class="sourceLineNo">086</span>            {<a name="line.86"></a>
+<span class="sourceLineNo">087</span>                copy.plugins = new java.util.ArrayList&lt;ReportPlugin&gt;();<a name="line.87"></a>
+<span class="sourceLineNo">088</span>                for ( ReportPlugin item : this.plugins )<a name="line.88"></a>
+<span class="sourceLineNo">089</span>                {<a name="line.89"></a>
+<span class="sourceLineNo">090</span>                    copy.plugins.add( ( (ReportPlugin) item).clone() );<a name="line.90"></a>
+<span class="sourceLineNo">091</span>                }<a name="line.91"></a>
+<span class="sourceLineNo">092</span>            }<a name="line.92"></a>
+<span class="sourceLineNo">093</span><a name="line.93"></a>
+<span class="sourceLineNo">094</span>            if ( copy.locations != null )<a name="line.94"></a>
+<span class="sourceLineNo">095</span>            {<a name="line.95"></a>
+<span class="sourceLineNo">096</span>                copy.locations = new java.util.LinkedHashMap( copy.locations );<a name="line.96"></a>
+<span class="sourceLineNo">097</span>            }<a name="line.97"></a>
+<span class="sourceLineNo">098</span><a name="line.98"></a>
+<span class="sourceLineNo">099</span>            return copy;<a name="line.99"></a>
+<span class="sourceLineNo">100</span>        }<a name="line.100"></a>
+<span class="sourceLineNo">101</span>        catch ( java.lang.Exception ex )<a name="line.101"></a>
+<span class="sourceLineNo">102</span>        {<a name="line.102"></a>
+<span class="sourceLineNo">103</span>            throw (java.lang.RuntimeException) new java.lang.UnsupportedOperationException( getClass().getName()<a name="line.103"></a>
+<span class="sourceLineNo">104</span>                + " does not support clone()" ).initCause( ex );<a name="line.104"></a>
+<span class="sourceLineNo">105</span>        }<a name="line.105"></a>
+<span class="sourceLineNo">106</span>    } //-- Reporting clone()<a name="line.106"></a>
+<span class="sourceLineNo">107</span><a name="line.107"></a>
+<span class="sourceLineNo">108</span>    /**<a name="line.108"></a>
+<span class="sourceLineNo">109</span>     * Get if true, then the default reports are not included in<a name="line.109"></a>
+<span class="sourceLineNo">110</span>     * the site generation.<a name="line.110"></a>
+<span class="sourceLineNo">111</span>     *             This includes the reports in the "Project Info"<a name="line.111"></a>
+<span class="sourceLineNo">112</span>     * menu. Note: While the type<a name="line.112"></a>
+<span class="sourceLineNo">113</span>     *             of this field is &lt;code&gt;String&lt;/code&gt; for<a name="line.113"></a>
+<span class="sourceLineNo">114</span>     * technical reasons, the semantic type is actually<a name="line.114"></a>
+<span class="sourceLineNo">115</span>     *             &lt;code&gt;Boolean&lt;/code&gt;. Default value is<a name="line.115"></a>
+<span class="sourceLineNo">116</span>     * &lt;code&gt;false&lt;/code&gt;.<a name="line.116"></a>
+<span class="sourceLineNo">117</span>     * <a name="line.117"></a>
+<span class="sourceLineNo">118</span>     * @return String<a name="line.118"></a>
+<span class="sourceLineNo">119</span>     */<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    public String getExcludeDefaults()<a name="line.120"></a>
+<span class="sourceLineNo">121</span>    {<a name="line.121"></a>
+<span class="sourceLineNo">122</span>        return this.excludeDefaults;<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    } //-- String getExcludeDefaults()<a name="line.123"></a>
+<span class="sourceLineNo">124</span><a name="line.124"></a>
+<span class="sourceLineNo">125</span>    /**<a name="line.125"></a>
+<span class="sourceLineNo">126</span>     * <a name="line.126"></a>
 <span class="sourceLineNo">127</span>     * <a name="line.127"></a>
-<span class="sourceLineNo">128</span>     * <a name="line.128"></a>
-<span class="sourceLineNo">129</span>     * @param key<a name="line.129"></a>
-<span class="sourceLineNo">130</span>     * @return InputLocation<a name="line.130"></a>
-<span class="sourceLineNo">131</span>     */<a name="line.131"></a>
-<span class="sourceLineNo">132</span>    public InputLocation getLocation( Object key )<a name="line.132"></a>
-<span class="sourceLineNo">133</span>    {<a name="line.133"></a>
-<span class="sourceLineNo">134</span>        return ( locations != null ) ? locations.get( key ) : null;<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    } //-- InputLocation getLocation( Object )<a name="line.135"></a>
-<span class="sourceLineNo">136</span><a name="line.136"></a>
-<span class="sourceLineNo">137</span>    /**<a name="line.137"></a>
-<span class="sourceLineNo">138</span>     * Get where to store all of the generated reports. The default<a name="line.138"></a>
-<span class="sourceLineNo">139</span>     * is<a name="line.139"></a>
-<span class="sourceLineNo">140</span>     *             &lt;code&gt;${project.build.directory}/site&lt;/code&gt;<a name="line.140"></a>
-<span class="sourceLineNo">141</span>     *             .<a name="line.141"></a>
-<span class="sourceLineNo">142</span>     * <a name="line.142"></a>
-<span class="sourceLineNo">143</span>     * @return String<a name="line.143"></a>
-<span class="sourceLineNo">144</span>     */<a name="line.144"></a>
-<span class="sourceLineNo">145</span>    public String getOutputDirectory()<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    {<a name="line.146"></a>
-<span class="sourceLineNo">147</span>        return this.outputDirectory;<a name="line.147"></a>
-<span class="sourceLineNo">148</span>    } //-- String getOutputDirectory()<a name="line.148"></a>
-<span class="sourceLineNo">149</span><a name="line.149"></a>
-<span class="sourceLineNo">150</span>    /**<a name="line.150"></a>
-<span class="sourceLineNo">151</span>     * Method getPlugins.<a name="line.151"></a>
-<span class="sourceLineNo">152</span>     * <a name="line.152"></a>
-<span class="sourceLineNo">153</span>     * @return List<a name="line.153"></a>
-<span class="sourceLineNo">154</span>     */<a name="line.154"></a>
-<span class="sourceLineNo">155</span>    public java.util.List&lt;ReportPlugin&gt; getPlugins()<a name="line.155"></a>
-<span class="sourceLineNo">156</span>    {<a name="line.156"></a>
-<span class="sourceLineNo">157</span>        if ( this.plugins == null )<a name="line.157"></a>
-<span class="sourceLineNo">158</span>        {<a name="line.158"></a>
-<span class="sourceLineNo">159</span>            this.plugins = new java.util.ArrayList&lt;ReportPlugin&gt;();<a name="line.159"></a>
-<span class="sourceLineNo">160</span>        }<a name="line.160"></a>
-<span class="sourceLineNo">161</span><a name="line.161"></a>
-<span class="sourceLineNo">162</span>        return this.plugins;<a name="line.162"></a>
-<span class="sourceLineNo">163</span>    } //-- java.util.List&lt;ReportPlugin&gt; getPlugins()<a name="line.163"></a>
-<span class="sourceLineNo">164</span><a name="line.164"></a>
-<span class="sourceLineNo">165</span>    /**<a name="line.165"></a>
-<span class="sourceLineNo">166</span>     * Method removePlugin.<a name="line.166"></a>
-<span class="sourceLineNo">167</span>     * <a name="line.167"></a>
-<span class="sourceLineNo">168</span>     * @param reportPlugin<a name="line.168"></a>
-<span class="sourceLineNo">169</span>     */<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    public void removePlugin( ReportPlugin reportPlugin )<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    {<a name="line.171"></a>
-<span class="sourceLineNo">172</span>        getPlugins().remove( reportPlugin );<a name="line.172"></a>
-<span class="sourceLineNo">173</span>    } //-- void removePlugin( ReportPlugin )<a name="line.173"></a>
-<span class="sourceLineNo">174</span><a name="line.174"></a>
-<span class="sourceLineNo">175</span>    /**<a name="line.175"></a>
-<span class="sourceLineNo">176</span>     * Set if true, then the default reports are not included in<a name="line.176"></a>
-<span class="sourceLineNo">177</span>     * the site generation.<a name="line.177"></a>
-<span class="sourceLineNo">178</span>     *             This includes the reports in the "Project Info"<a name="line.178"></a>
-<span class="sourceLineNo">179</span>     * menu. Note: While the type<a name="line.179"></a>
-<span class="sourceLineNo">180</span>     *             of this field is &lt;code&gt;String&lt;/code&gt; for<a name="line.180"></a>
-<span class="sourceLineNo">181</span>     * technical reasons, the semantic type is actually<a name="line.181"></a>
-<span class="sourceLineNo">182</span>     *             &lt;code&gt;Boolean&lt;/code&gt;. Default value is<a name="line.182"></a>
-<span class="sourceLineNo">183</span>     * &lt;code&gt;false&lt;/code&gt;.<a name="line.183"></a>
-<span class="sourceLineNo">184</span>     * <a name="line.184"></a>
-<span class="sourceLineNo">185</span>     * @param excludeDefaults<a name="line.185"></a>
-<span class="sourceLineNo">186</span>     */<a name="line.186"></a>
-<span class="sourceLineNo">187</span>    public void setExcludeDefaults( String excludeDefaults )<a name="line.187"></a>
-<span class="sourceLineNo">188</span>    {<a name="line.188"></a>
-<span class="sourceLineNo">189</span>        this.excludeDefaults = excludeDefaults;<a name="line.189"></a>
-<span class="sourceLineNo">190</span>    } //-- void setExcludeDefaults( String )<a name="line.190"></a>
-<span class="sourceLineNo">191</span><a name="line.191"></a>
-<span class="sourceLineNo">192</span>    /**<a name="line.192"></a>
-<span class="sourceLineNo">193</span>     * <a name="line.193"></a>
-<span class="sourceLineNo">194</span>     * <a name="line.194"></a>
-<span class="sourceLineNo">195</span>     * @param key<a name="line.195"></a>
-<span class="sourceLineNo">196</span>     * @param location<a name="line.196"></a>
-<span class="sourceLineNo">197</span>     */<a name="line.197"></a>
-<span class="sourceLineNo">198</span>    public void setLocation( Object key, InputLocation location )<a name="line.198"></a>
-<span class="sourceLineNo">199</span>    {<a name="line.199"></a>
-<span class="sourceLineNo">200</span>        if ( location != null )<a name="line.200"></a>
-<span class="sourceLineNo">201</span>        {<a name="line.201"></a>
-<span class="sourceLineNo">202</span>            if ( this.locations == null )<a name="line.202"></a>
-<span class="sourceLineNo">203</span>            {<a name="line.203"></a>
-<span class="sourceLineNo">204</span>                this.locations = new java.util.LinkedHashMap&lt;Object, InputLocation&gt;();<a name="line.204"></a>
-<span class="sourceLineNo">205</span>            }<a name="line.205"></a>
-<span class="sourceLineNo">206</span>            this.locations.put( key, location );<a name="line.206"></a>
-<span class="sourceLineNo">207</span>        }<a name="line.207"></a>
-<span class="sourceLineNo">208</span>    } //-- void setLocation( Object, InputLocation )<a name="line.208"></a>
-<span class="sourceLineNo">209</span><a name="line.209"></a>
-<span class="sourceLineNo">210</span>    /**<a name="line.210"></a>
-<span class="sourceLineNo">211</span>     * Set where to store all of the generated reports. The default<a name="line.211"></a>
-<span class="sourceLineNo">212</span>     * is<a name="line.212"></a>
-<span class="sourceLineNo">213</span>     *             &lt;code&gt;${project.build.directory}/site&lt;/code&gt;<a name="line.213"></a>
-<span class="sourceLineNo">214</span>     *             .<a name="line.214"></a>
-<span class="sourceLineNo">215</span>     * <a name="line.215"></a>
-<span class="sourceLineNo">216</span>     * @param outputDirectory<a name="line.216"></a>
-<span class="sourceLineNo">217</span>     */<a name="line.217"></a>
-<span class="sourceLineNo">218</span>    public void setOutputDirectory( String outputDirectory )<a name="line.218"></a>
-<span class="sourceLineNo">219</span>    {<a name="line.219"></a>
-<span class="sourceLineNo">220</span>        this.outputDirectory = outputDirectory;<a name="line.220"></a>
-<span class="sourceLineNo">221</span>    } //-- void setOutputDirectory( String )<a name="line.221"></a>
-<span class="sourceLineNo">222</span><a name="line.222"></a>
-<span class="sourceLineNo">223</span>    /**<a name="line.223"></a>
-<span class="sourceLineNo">224</span>     * Set the reporting plugins to use and their configuration.<a name="line.224"></a>
-<span class="sourceLineNo">225</span>     * <a name="line.225"></a>
-<span class="sourceLineNo">226</span>     * @param plugins<a name="line.226"></a>
-<span class="sourceLineNo">227</span>     */<a name="line.227"></a>
-<span class="sourceLineNo">228</span>    public void setPlugins( java.util.List&lt;ReportPlugin&gt; plugins )<a name="line.228"></a>
-<span class="sourceLineNo">229</span>    {<a name="line.229"></a>
-<span class="sourceLineNo">230</span>        this.plugins = plugins;<a name="line.230"></a>
-<span class="sourceLineNo">231</span>    } //-- void setPlugins( java.util.List )<a name="line.231"></a>
-<span class="sourceLineNo">232</span><a name="line.232"></a>
-<span class="sourceLineNo">233</span>    <a name="line.233"></a>
-<span class="sourceLineNo">234</span>            <a name="line.234"></a>
-<span class="sourceLineNo">235</span>    public boolean isExcludeDefaults()<a name="line.235"></a>
-<span class="sourceLineNo">236</span>    {<a name="line.236"></a>
-<span class="sourceLineNo">237</span>        return ( excludeDefaults != null ) ? Boolean.parseBoolean( excludeDefaults ) : false;<a name="line.237"></a>
-<span class="sourceLineNo">238</span>    }<a name="line.238"></a>
-<span class="sourceLineNo">239</span><a name="line.239"></a>
-<span class="sourceLineNo">240</span>    public void setExcludeDefaults( boolean excludeDefaults )<a name="line.240"></a>
-<span class="sourceLineNo">241</span>    {<a name="line.241"></a>
-<span class="sourceLineNo">242</span>        this.excludeDefaults = String.valueOf( excludeDefaults );<a name="line.242"></a>
-<span class="sourceLineNo">243</span>    }<a name="line.243"></a>
-<span class="sourceLineNo">244</span><a name="line.244"></a>
-<span class="sourceLineNo">245</span>    java.util.Map&lt;String, ReportPlugin&gt; reportPluginMap;<a name="line.245"></a>
-<span class="sourceLineNo">246</span><a name="line.246"></a>
-<span class="sourceLineNo">247</span>    /**<a name="line.247"></a>
-<span class="sourceLineNo">248</span>     * Reset the &lt;code&gt;reportPluginMap&lt;/code&gt; field to &lt;code&gt;null&lt;/code&gt;<a name="line.248"></a>
-<span class="sourceLineNo">249</span>     */<a name="line.249"></a>
-<span class="sourceLineNo">250</span>    public synchronized void flushReportPluginMap()<a name="line.250"></a>
-<span class="sourceLineNo">251</span>    {<a name="line.251"></a>
-<span class="sourceLineNo">252</span>        this.reportPluginMap = null;<a name="line.252"></a>
-<span class="sourceLineNo">253</span>    }<a name="line.253"></a>
-<span class="sourceLineNo">254</span><a name="line.254"></a>
-<span class="sourceLineNo">255</span>    /**<a name="line.255"></a>
-<span class="sourceLineNo">256</span>     * @return a Map of plugins field with &lt;code&gt;ReportPlugin#getKey()&lt;/code&gt; as key<a name="line.256"></a>
-<span class="sourceLineNo">257</span>     * @see org.apache.maven.model.ReportPlugin#getKey()<a name="line.257"></a>
-<span class="sourceLineNo">258</span>     */<a name="line.258"></a>
-<span class="sourceLineNo">259</span>    public synchronized java.util.Map&lt;String, ReportPlugin&gt; getReportPluginsAsMap()<a name="line.259"></a>
-<span class="sourceLineNo">260</span>    {<a name="line.260"></a>
-<span class="sourceLineNo">261</span>        if ( reportPluginMap == null )<a name="line.261"></a>
-<span class="sourceLineNo">262</span>        {<a name="line.262"></a>
-<span class="sourceLineNo">263</span>            reportPluginMap = new java.util.LinkedHashMap&lt;String, ReportPlugin&gt;();<a name="line.263"></a>
-<span class="sourceLineNo">264</span>            if ( getPlugins() != null )<a name="line.264"></a>
-<span class="sourceLineNo">265</span>            {<a name="line.265"></a>
-<span class="sourceLineNo">266</span>                for ( java.util.Iterator&lt;ReportPlugin&gt; it = getPlugins().iterator(); it.hasNext(); )<a name="line.266"></a>
-<span class="sourceLineNo">267</span>                {<a name="line.267"></a>
-<span class="sourceLineNo">268</span>                    ReportPlugin reportPlugin = (ReportPlugin) it.next();<a name="line.268"></a>
-<span class="sourceLineNo">269</span>                    reportPluginMap.put( reportPlugin.getKey(), reportPlugin );<a name="line.269"></a>
-<span class="sourceLineNo">270</span>                }<a name="line.270"></a>
-<span class="sourceLineNo">271</span>            }<a name="line.271"></a>
-<span class="sourceLineNo">272</span>        }<a name="line.272"></a>
-<span class="sourceLineNo">273</span><a name="line.273"></a>
-<span class="sourceLineNo">274</span>        return reportPluginMap;<a name="line.274"></a>
-<span class="sourceLineNo">275</span>    }<a name="line.275"></a>
-<span class="sourceLineNo">276</span>            <a name="line.276"></a>
-<span class="sourceLineNo">277</span>          <a name="line.277"></a>
-<span class="sourceLineNo">278</span>}<a name="line.278"></a>
+<span class="sourceLineNo">128</span>     * @param key<a name="line.128"></a>
+<span class="sourceLineNo">129</span>     * @return InputLocation<a name="line.129"></a>
+<span class="sourceLineNo">130</span>     */<a name="line.130"></a>
+<span class="sourceLineNo">131</span>    public InputLocation getLocation( Object key )<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    {<a name="line.132"></a>
+<span class="sourceLineNo">133</span>        return ( locations != null ) ? locations.get( key ) : null;<a name="line.133"></a>
+<span class="sourceLineNo">134</span>    } //-- InputLocation getLocation( Object )<a name="line.134"></a>
+<span class="sourceLineNo">135</span><a name="line.135"></a>
+<span class="sourceLineNo">136</span>    /**<a name="line.136"></a>
+<span class="sourceLineNo">137</span>     * Get where to store all of the generated reports. The default<a name="line.137"></a>
+<span class="sourceLineNo">138</span>     * is<a name="line.138"></a>
+<span class="sourceLineNo">139</span>     *             &lt;code&gt;${project.build.directory}/site&lt;/code&gt;.<a name="line.139"></a>
+<span class="sourceLineNo">140</span>     * <a name="line.140"></a>
+<span class="sourceLineNo">141</span>     * @return String<a name="line.141"></a>
+<span class="sourceLineNo">142</span>     */<a name="line.142"></a>
+<span class="sourceLineNo">143</span>    public String getOutputDirectory()<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    {<a name="line.144"></a>
+<span class="sourceLineNo">145</span>        return this.outputDirectory;<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    } //-- String getOutputDirectory()<a name="line.146"></a>
+<span class="sourceLineNo">147</span><a name="line.147"></a>
+<span class="sourceLineNo">148</span>    /**<a name="line.148"></a>
+<span class="sourceLineNo">149</span>     * Method getPlugins.<a name="line.149"></a>
+<span class="sourceLineNo">150</span>     * <a name="line.150"></a>
+<span class="sourceLineNo">151</span>     * @return List<a name="line.151"></a>
+<span class="sourceLineNo">152</span>     */<a name="line.152"></a>
+<span class="sourceLineNo">153</span>    public java.util.List&lt;ReportPlugin&gt; getPlugins()<a name="line.153"></a>
+<span class="sourceLineNo">154</span>    {<a name="line.154"></a>
+<span class="sourceLineNo">155</span>        if ( this.plugins == null )<a name="line.155"></a>
+<span class="sourceLineNo">156</span>        {<a name="line.156"></a>
+<span class="sourceLineNo">157</span>            this.plugins = new java.util.ArrayList&lt;ReportPlugin&gt;();<a name="line.157"></a>
+<span class="sourceLineNo">158</span>        }<a name="line.158"></a>
+<span class="sourceLineNo">159</span><a name="line.159"></a>
+<span class="sourceLineNo">160</span>        return this.plugins;<a name="line.160"></a>
+<span class="sourceLineNo">161</span>    } //-- java.util.List&lt;ReportPlugin&gt; getPlugins()<a name="line.161"></a>
+<span class="sourceLineNo">162</span><a name="line.162"></a>
+<span class="sourceLineNo">163</span>    /**<a name="line.163"></a>
+<span class="sourceLineNo">164</span>     * Method removePlugin.<a name="line.164"></a>
+<span class="sourceLineNo">165</span>     * <a name="line.165"></a>
+<span class="sourceLineNo">166</span>     * @param reportPlugin<a name="line.166"></a>
+<span class="sourceLineNo">167</span>     */<a name="line.167"></a>
+<span class="sourceLineNo">168</span>    public void removePlugin( ReportPlugin reportPlugin )<a name="line.168"></a>
+<span class="sourceLineNo">169</span>    {<a name="line.169"></a>
+<span class="sourceLineNo">170</span>        getPlugins().remove( reportPlugin );<a name="line.170"></a>
+<span class="sourceLineNo">171</span>    } //-- void removePlugin( ReportPlugin )<a name="line.171"></a>
+<span class="sourceLineNo">172</span><a name="line.172"></a>
+<span class="sourceLineNo">173</span>    /**<a name="line.173"></a>
+<span class="sourceLineNo">174</span>     * Set if true, then the default reports are not included in<a name="line.174"></a>
+<span class="sourceLineNo">175</span>     * the site generation.<a name="line.175"></a>
+<span class="sourceLineNo">176</span>     *             This includes the reports in the "Project Info"<a name="line.176"></a>
+<span class="sourceLineNo">177</span>     * menu. Note: While the type<a name="line.177"></a>
+<span class="sourceLineNo">178</span>     *             of this field is &lt;code&gt;String&lt;/code&gt; for<a name="line.178"></a>
+<span class="sourceLineNo">179</span>     * technical reasons, the semantic type is actually<a name="line.179"></a>
+<span class="sourceLineNo">180</span>     *             &lt;code&gt;Boolean&lt;/code&gt;. Default value is<a name="line.180"></a>
+<span class="sourceLineNo">181</span>     * &lt;code&gt;false&lt;/code&gt;.<a name="line.181"></a>
+<span class="sourceLineNo">182</span>     * <a name="line.182"></a>
+<span class="sourceLineNo">183</span>     * @param excludeDefaults<a name="line.183"></a>
+<span class="sourceLineNo">184</span>     */<a name="line.184"></a>
+<span class="sourceLineNo">185</span>    public void setExcludeDefaults( String excludeDefaults )<a name="line.185"></a>
+<span class="sourceLineNo">186</span>    {<a name="line.186"></a>
+<span class="sourceLineNo">187</span>        this.excludeDefaults = excludeDefaults;<a name="line.187"></a>
+<span class="sourceLineNo">188</span>    } //-- void setExcludeDefaults( String )<a name="line.188"></a>
+<span class="sourceLineNo">189</span><a name="line.189"></a>
+<span class="sourceLineNo">190</span>    /**<a name="line.190"></a>
+<span class="sourceLineNo">191</span>     * <a name="line.191"></a>
+<span class="sourceLineNo">192</span>     * <a name="line.192"></a>
+<span class="sourceLineNo">193</span>     * @param key<a name="line.193"></a>
+<span class="sourceLineNo">194</span>     * @param location<a name="line.194"></a>
+<span class="sourceLineNo">195</span>     */<a name="line.195"></a>
+<span class="sourceLineNo">196</span>    public void setLocation( Object key, InputLocation location )<a name="line.196"></a>
+<span class="sourceLineNo">197</span>    {<a name="line.197"></a>
+<span class="sourceLineNo">198</span>        if ( location != null )<a name="line.198"></a>
+<span class="sourceLineNo">199</span>        {<a name="line.199"></a>
+<span class="sourceLineNo">200</span>            if ( this.locations == null )<a name="line.200"></a>
+<span class="sourceLineNo">201</span>            {<a name="line.201"></a>
+<span class="sourceLineNo">202</span>                this.locations = new java.util.LinkedHashMap&lt;Object, InputLocation&gt;();<a name="line.202"></a>
+<span class="sourceLineNo">203</span>            }<a name="line.203"></a>
+<span class="sourceLineNo">204</span>            this.locations.put( key, location );<a name="line.204"></a>
+<span class="sourceLineNo">205</span>        }<a name="line.205"></a>
+<span class="sourceLineNo">206</span>    } //-- void setLocation( Object, InputLocation )<a name="line.206"></a>
+<span class="sourceLineNo">207</span><a name="line.207"></a>
+<span class="sourceLineNo">208</span>    /**<a name="line.208"></a>
+<span class="sourceLineNo">209</span>     * Set where to store all of the generated reports. The default<a name="line.209"></a>
+<span class="sourceLineNo">210</span>     * is<a name="line.210"></a>
+<span class="sourceLineNo">211</span>     *             &lt;code&gt;${project.build.directory}/site&lt;/code&gt;.<a name="line.211"></a>
+<span class="sourceLineNo">212</span>     * <a name="line.212"></a>
+<span class="sourceLineNo">213</span>     * @param outputDirectory<a name="line.213"></a>
+<span class="sourceLineNo">214</span>     */<a name="line.214"></a>
+<span class="sourceLineNo">215</span>    public void setOutputDirectory( String outputDirectory )<a name="line.215"></a>
+<span class="sourceLineNo">216</span>    {<a name="line.216"></a>
+<span class="sourceLineNo">217</span>        this.outputDirectory = outputDirectory;<a name="line.217"></a>
+<span class="sourceLineNo">218</span>    } //-- void setOutputDirectory( String )<a name="line.218"></a>
+<span class="sourceLineNo">219</span><a name="line.219"></a>
+<span class="sourceLineNo">220</span>    /**<a name="line.220"></a>
+<span class="sourceLineNo">221</span>     * Set the reporting plugins to use and their configuration.<a name="line.221"></a>
+<span class="sourceLineNo">222</span>     * <a name="line.222"></a>
+<span class="sourceLineNo">223</span>     * @param plugins<a name="line.223"></a>
+<span class="sourceLineNo">224</span>     */<a name="line.224"></a>
+<span class="sourceLineNo">225</span>    public void setPlugins( java.util.List&lt;ReportPlugin&gt; plugins )<a name="line.225"></a>
+<span class="sourceLineNo">226</span>    {<a name="line.226"></a>
+<span class="sourceLineNo">227</span>        this.plugins = plugins;<a name="line.227"></a>
+<span class="sourceLineNo">228</span>    } //-- void setPlugins( java.util.List )<a name="line.228"></a>
+<span class="sourceLineNo">229</span><a name="line.229"></a>
+<span class="sourceLineNo">230</span>    <a name="line.230"></a>
+<span class="sourceLineNo">231</span>            <a name="line.231"></a>
+<span class="sourceLineNo">232</span>    public boolean isExcludeDefaults()<a name="line.232"></a>
+<span class="sourceLineNo">233</span>    {<a name="line.233"></a>
+<span class="sourceLineNo">234</span>        return ( excludeDefaults != null ) ? Boolean.parseBoolean( excludeDefaults ) : false;<a name="line.234"></a>
+<span class="sourceLineNo">235</span>    }<a name="line.235"></a>
+<span class="sourceLineNo">236</span><a name="line.236"></a>
+<span class="sourceLineNo">237</span>    public void setExcludeDefaults( boolean excludeDefaults )<a name="line.237"></a>
+<span class="sourceLineNo">238</span>    {<a name="line.238"></a>
+<span class="sourceLineNo">239</span>        this.excludeDefaults = String.valueOf( excludeDefaults );<a name="line.239"></a>
+<span class="sourceLineNo">240</span>    }<a name="line.240"></a>
+<span class="sourceLineNo">241</span><a name="line.241"></a>
+<span class="sourceLineNo">242</span>    java.util.Map&lt;String, ReportPlugin&gt; reportPluginMap;<a name="line.242"></a>
+<span class="sourceLineNo">243</span><a name="line.243"></a>
+<span class="sourceLineNo">244</span>    /**<a name="line.244"></a>
+<span class="sourceLineNo">245</span>     * Reset the &lt;code&gt;reportPluginMap&lt;/code&gt; field to &lt;code&gt;null&lt;/code&gt;<a name="line.245"></a>
+<span class="sourceLineNo">246</span>     */<a name="line.246"></a>
+<span class="sourceLineNo">247</span>    public synchronized void flushReportPluginMap()<a name="line.247"></a>
+<span class="sourceLineNo">248</span>    {<a name="line.248"></a>
+<span class="sourceLineNo">249</span>        this.reportPluginMap = null;<a name="line.249"></a>
+<span class="sourceLineNo">250</span>    }<a name="line.250"></a>
+<span class="sourceLineNo">251</span><a name="line.251"></a>
+<span class="sourceLineNo">252</span>    /**<a name="line.252"></a>
+<span class="sourceLineNo">253</span>     * @return a Map of plugins field with &lt;code&gt;ReportPlugin#getKey()&lt;/code&gt; as key<a name="line.253"></a>
+<span class="sourceLineNo">254</span>     * @see org.apache.maven.model.ReportPlugin#getKey()<a name="line.254"></a>
+<span class="sourceLineNo">255</span>     */<a name="line.255"></a>
+<span class="sourceLineNo">256</span>    public synchronized java.util.Map&lt;String, ReportPlugin&gt; getReportPluginsAsMap()<a name="line.256"></a>
+<span class="sourceLineNo">257</span>    {<a name="line.257"></a>
+<span class="sourceLineNo">258</span>        if ( reportPluginMap == null )<a name="line.258"></a>
+<span class="sourceLineNo">259</span>        {<a name="line.259"></a>
+<span class="sourceLineNo">260</span>            reportPluginMap = new java.util.LinkedHashMap&lt;String, ReportPlugin&gt;();<a name="line.260"></a>
+<span class="sourceLineNo">261</span>            if ( getPlugins() != null )<a name="line.261"></a>
+<span class="sourceLineNo">262</span>            {<a name="line.262"></a>
+<span class="sourceLineNo">263</span>                for ( java.util.Iterator&lt;ReportPlugin&gt; it = getPlugins().iterator(); it.hasNext(); )<a name="line.263"></a>
+<span class="sourceLineNo">264</span>                {<a name="line.264"></a>
+<span class="sourceLineNo">265</span>                    ReportPlugin reportPlugin = (ReportPlugin) it.next();<a name="line.265"></a>
+<span class="sourceLineNo">266</span>                    reportPluginMap.put( reportPlugin.getKey(), reportPlugin );<a name="line.266"></a>
+<span class="sourceLineNo">267</span>                }<a name="line.267"></a>
+<span class="sourceLineNo">268</span>            }<a name="line.268"></a>
+<span class="sourceLineNo">269</span>        }<a name="line.269"></a>
+<span class="sourceLineNo">270</span><a name="line.270"></a>
+<span class="sourceLineNo">271</span>        return reportPluginMap;<a name="line.271"></a>
+<span class="sourceLineNo">272</span>    }<a name="line.272"></a>
+<span class="sourceLineNo">273</span>            <a name="line.273"></a>
+<span class="sourceLineNo">274</span>          <a name="line.274"></a>
+<span class="sourceLineNo">275</span>}<a name="line.275"></a>
 
 
 

Modified: websites/production/maven/components/ref/3-LATEST/dependencies.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/dependencies.html (original)
+++ websites/production/maven/components/ref/3-LATEST/dependencies.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>
@@ -613,7 +613,7 @@
     the declarative file. Maven can be extended by plugins to utilise a
     number of other development tools for reporting or the build
     process.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT">http://maven.apache.org/ref/3.3.7-SNAPSHOT</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
 <ul>
 <li>junit:junit:jar:4.11 (test) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">

Modified: websites/production/maven/components/ref/3-LATEST/dependency-convergence.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/dependency-convergence.html (original)
+++ websites/production/maven/components/ref/3-LATEST/dependency-convergence.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Reactor Dependency Convergence</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/dependency-info.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/dependency-info.html (original)
+++ websites/production/maven/components/ref/3-LATEST/dependency-info.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/dependency-management.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/dependency-management.html (original)
+++ websites/production/maven/components/ref/3-LATEST/dependency-management.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>
@@ -583,84 +583,84 @@
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider">maven-aether-provider</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider/">maven-aether-provider</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact">maven-artifact</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact/">maven-artifact</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support">maven-builder-support</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support/">maven-builder-support</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-compat">maven-compat</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-compat/">maven-compat</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-core">maven-core</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-core/">maven-core</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-embedder">maven-embedder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-embedder/">maven-embedder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model">maven-model</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model/">maven-model</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder">maven-model-builder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder/">maven-model-builder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-plugin-api">maven-plugin-api</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-plugin-api/">maven-plugin-api</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata">maven-repository-metadata</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata/">maven-repository-metadata</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings">maven-settings</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings/">maven-settings</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings-builder">maven-settings-builder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings-builder/">maven-settings-builder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>

Modified: websites/production/maven/components/ref/3-LATEST/distribution-management.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/distribution-management.html (original)
+++ websites/production/maven/components/ref/3-LATEST/distribution-management.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/index.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/index.html (original)
+++ websites/production/maven/components/ref/3-LATEST/index.html Wed Sep  9 06:18:29 2015
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Hervé Boutemy" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -73,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/integration.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/integration.html (original)
+++ websites/production/maven/components/ref/3-LATEST/integration.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/issue-tracking.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/issue-tracking.html (original)
+++ websites/production/maven/components/ref/3-LATEST/issue-tracking.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/mail-lists.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/mail-lists.html (original)
+++ websites/production/maven/components/ref/3-LATEST/mail-lists.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -72,7 +72,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/checkstyle.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/checkstyle.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/checkstyle.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; Checkstyle Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/checkstyle.rss
==============================================================================
Binary files - no diff available.

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/cpd.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/cpd.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/cpd.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; CPD Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependencies.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependencies.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependencies.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>
@@ -405,7 +405,7 @@
 <th>Optional</th></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model">maven-model</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model/">maven-model</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
@@ -413,7 +413,7 @@
 <td>No</td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder">maven-model-builder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder/">maven-model-builder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
@@ -421,7 +421,7 @@
 <td>No</td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata">maven-repository-metadata</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata/">maven-repository-metadata</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
@@ -556,13 +556,13 @@
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact">maven-artifact</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact/">maven-artifact</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support">maven-builder-support</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support/">maven-builder-support</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
@@ -659,7 +659,7 @@
 <tr class="b">
 <td>
 <p><b>Description: </b>Extensions to Aether for utilizing Maven POM and repository metadata.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
 <ul>
 <li>org.apache.maven:maven-model:jar:3.3.7-SNAPSHOT (compile) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">
@@ -669,7 +669,7 @@
 <tr class="b">
 <td>
 <p><b>Description: </b>Model for Maven POM (Project Object Model)</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
 <li>org.apache.maven:maven-model-builder:jar:3.3.7-SNAPSHOT (compile) <img id="_img5" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep4', '_img5' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep4" style="display:none">
 <table border="0" class="table table-striped">
@@ -678,7 +678,7 @@
 <tr class="b">
 <td>
 <p><b>Description: </b>The effective model builder, with inheritance, profile activation, interpolation, ...</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
 <ul>
 <li>org.codehaus.plexus:plexus-interpolation:jar:1.21 (compile) <img id="_img7" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep6', '_img7' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep6" style="display:none">
@@ -703,7 +703,7 @@
     the declarative file. Maven can be extended by plugins to utilise a
     number of other development tools for reporting or the build
     process.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
 <li>org.apache.maven:maven-builder-support:jar:3.3.7-SNAPSHOT (compile) <img id="_img11" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep10', '_img11' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep10" style="display:none">
 <table border="0" class="table table-striped">
@@ -712,7 +712,7 @@
 <tr class="b">
 <td>
 <p><b>Description: </b>Support for descriptor builders (model, setting, toolchains)</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
 <li>com.google.guava:guava:jar:18.0 (compile) <img id="_img13" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep12', '_img13' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep12" style="display:none">
 <table border="0" class="table table-striped">
@@ -735,7 +735,7 @@
 <tr class="b">
 <td>
 <p><b>Description: </b>Per-directory local and remote repository metadata.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata</a></p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata/">http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata/</a></p>
 <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
 <li>org.eclipse.aether:aether-api:jar:1.0.2.v20150114 (compile) <img id="_img17" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep16', '_img17' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep16" style="display:none">
 <table border="0" class="table table-striped">
@@ -1032,7 +1032,7 @@
 <td>Yes</td></tr>
 <tr class="b">
 <td>maven-model-3.3.7-SNAPSHOT.jar</td>
-<td>160.72 kB</td>
+<td>160.71 kB</td>
 <td>67</td>
 <td>50</td>
 <td>3</td>
@@ -1040,7 +1040,7 @@
 <td>Yes</td></tr>
 <tr class="a">
 <td>maven-model-builder-3.3.7-SNAPSHOT.jar</td>
-<td>176.77 kB</td>
+<td>176.78 kB</td>
 <td>154</td>
 <td>121</td>
 <td>16</td>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-convergence.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-convergence.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-convergence.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; Reactor Dependency Convergence</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-info.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-info.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-info.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-management.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-management.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/dependency-management.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>
@@ -431,84 +431,84 @@
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider">maven-aether-provider</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-aether-provider/">maven-aether-provider</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact">maven-artifact</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-artifact/">maven-artifact</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support">maven-builder-support</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-builder-support/">maven-builder-support</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-compat">maven-compat</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-compat/">maven-compat</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-core">maven-core</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-core/">maven-core</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-embedder">maven-embedder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-embedder/">maven-embedder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model">maven-model</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model/">maven-model</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder">maven-model-builder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-model-builder/">maven-model-builder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-plugin-api">maven-plugin-api</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-plugin-api/">maven-plugin-api</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata">maven-repository-metadata</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-repository-metadata/">maven-repository-metadata</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings">maven-settings</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings/">maven-settings</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings-builder">maven-settings-builder</a></td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.7-SNAPSHOT/maven-settings-builder/">maven-settings-builder</a></td>
 <td>3.3.7-SNAPSHOT</td>
 <td>-</td>
 <td>jar</td>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/distribution-management.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/distribution-management.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/distribution-management.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>

Modified: websites/production/maven/components/ref/3-LATEST/maven-aether-provider/findbugs.html
==============================================================================
--- websites/production/maven/components/ref/3-LATEST/maven-aether-provider/findbugs.html (original)
+++ websites/production/maven/components/ref/3-LATEST/maven-aether-provider/findbugs.html Wed Sep  9 06:18:29 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-08-20
+ | Generated by Apache Maven Doxia at 2015-09-09
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150820" />
+    <meta name="Date-Revision-yyyymmdd" content="20150909" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Maven Aether Provider &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -77,7 +77,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-08-20</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-09-09</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 3.3.7-SNAPSHOT</li>
             
                             </ul>