Modified:
websites/production/commons/content/proper/commons-release-plugin/apidocs/src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html
==============================================================================
---
websites/production/commons/content/proper/commons-release-plugin/apidocs/src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html
(original)
+++
websites/production/commons/content/proper/commons-release-plugin/apidocs/src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html
Mon Mar 5 17:50:33 2018
@@ -26,151 +26,181 @@
<span class="sourceLineNo">018</span><a name="line.18"></a>
<span class="sourceLineNo">019</span>import
org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator;<a
name="line.19"></a>
<span class="sourceLineNo">020</span>import
org.apache.commons.compress.archivers.zip.ScatterZipOutputStream;<a
name="line.20"></a>
-<span class="sourceLineNo">021</span>import
org.apache.commons.release.plugin.SharedFunctions;<a name="line.21"></a>
-<span class="sourceLineNo">022</span>import
org.apache.maven.plugin.AbstractMojo;<a name="line.22"></a>
-<span class="sourceLineNo">023</span>import
org.apache.maven.plugin.MojoExecutionException;<a name="line.23"></a>
-<span class="sourceLineNo">024</span>import
org.apache.maven.plugin.MojoFailureException;<a name="line.24"></a>
-<span class="sourceLineNo">025</span>import
org.apache.maven.plugins.annotations.LifecyclePhase;<a name="line.25"></a>
-<span class="sourceLineNo">026</span>import
org.apache.maven.plugins.annotations.Mojo;<a name="line.26"></a>
-<span class="sourceLineNo">027</span>import
org.apache.maven.plugins.annotations.Parameter;<a name="line.27"></a>
-<span class="sourceLineNo">028</span><a name="line.28"></a>
-<span class="sourceLineNo">029</span>import java.io.File;<a name="line.29"></a>
-<span class="sourceLineNo">030</span>import java.io.FileInputStream;<a
name="line.30"></a>
-<span class="sourceLineNo">031</span>import java.io.FileOutputStream;<a
name="line.31"></a>
-<span class="sourceLineNo">032</span>import java.io.IOException;<a
name="line.32"></a>
-<span class="sourceLineNo">033</span>import java.util.ArrayList;<a
name="line.33"></a>
-<span class="sourceLineNo">034</span>import java.util.List;<a
name="line.34"></a>
-<span class="sourceLineNo">035</span>import java.util.zip.ZipEntry;<a
name="line.35"></a>
-<span class="sourceLineNo">036</span>import java.util.zip.ZipOutputStream;<a
name="line.36"></a>
-<span class="sourceLineNo">037</span><a name="line.37"></a>
-<span class="sourceLineNo">038</span>/**<a name="line.38"></a>
-<span class="sourceLineNo">039</span> * Takes the built
<code>./target/site</code> directory and compresses it to<a
name="line.39"></a>
-<span class="sourceLineNo">040</span> *
<code>./target/commons-release-plugin/site.zip</code>.<a
name="line.40"></a>
-<span class="sourceLineNo">041</span> *<a name="line.41"></a>
-<span class="sourceLineNo">042</span> * @author chtompki<a name="line.42"></a>
-<span class="sourceLineNo">043</span> * @since 1.0<a name="line.43"></a>
-<span class="sourceLineNo">044</span> */<a name="line.44"></a>
-<span class="sourceLineNo">045</span>@Mojo(name = "compress-site",
defaultPhase = LifecyclePhase.POST_SITE, threadSafe = true)<a
name="line.45"></a>
-<span class="sourceLineNo">046</span>public class CommonsSiteCompressionMojo
extends AbstractMojo {<a name="line.46"></a>
-<span class="sourceLineNo">047</span><a name="line.47"></a>
-<span class="sourceLineNo">048</span> /**<a name="line.48"></a>
-<span class="sourceLineNo">049</span> * The working directory for the
plugin which, assuming the maven uses the default<a name="line.49"></a>
-<span class="sourceLineNo">050</span> *
<code>${project.build.directory}</code>, this becomes
<code>target/commons-release-plugin</code>.<a name="line.50"></a>
-<span class="sourceLineNo">051</span> */<a name="line.51"></a>
-<span class="sourceLineNo">052</span> @Parameter(defaultValue =
"${project.build.directory}/commons-release-plugin", alias =
"outputDirectory")<a name="line.52"></a>
-<span class="sourceLineNo">053</span> private File workingDirectory;<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> */<a name="line.56"></a>
-<span class="sourceLineNo">057</span> @Parameter(defaultValue =
"${project.build.directory}/site", alias = "siteOutputDirectory")<a
name="line.57"></a>
-<span class="sourceLineNo">058</span> private File siteDirectory;<a
name="line.58"></a>
+<span class="sourceLineNo">021</span>import
org.apache.commons.lang3.StringUtils;<a name="line.21"></a>
+<span class="sourceLineNo">022</span>import
org.apache.commons.release.plugin.SharedFunctions;<a name="line.22"></a>
+<span class="sourceLineNo">023</span>import
org.apache.maven.plugin.AbstractMojo;<a name="line.23"></a>
+<span class="sourceLineNo">024</span>import
org.apache.maven.plugin.MojoExecutionException;<a name="line.24"></a>
+<span class="sourceLineNo">025</span>import
org.apache.maven.plugin.MojoFailureException;<a name="line.25"></a>
+<span class="sourceLineNo">026</span>import
org.apache.maven.plugins.annotations.LifecyclePhase;<a name="line.26"></a>
+<span class="sourceLineNo">027</span>import
org.apache.maven.plugins.annotations.Mojo;<a name="line.27"></a>
+<span class="sourceLineNo">028</span>import
org.apache.maven.plugins.annotations.Parameter;<a name="line.28"></a>
+<span class="sourceLineNo">029</span><a name="line.29"></a>
+<span class="sourceLineNo">030</span>import java.io.File;<a name="line.30"></a>
+<span class="sourceLineNo">031</span>import java.io.FileInputStream;<a
name="line.31"></a>
+<span class="sourceLineNo">032</span>import java.io.FileOutputStream;<a
name="line.32"></a>
+<span class="sourceLineNo">033</span>import java.io.IOException;<a
name="line.33"></a>
+<span class="sourceLineNo">034</span>import java.util.ArrayList;<a
name="line.34"></a>
+<span class="sourceLineNo">035</span>import java.util.List;<a
name="line.35"></a>
+<span class="sourceLineNo">036</span>import java.util.zip.ZipEntry;<a
name="line.36"></a>
+<span class="sourceLineNo">037</span>import java.util.zip.ZipOutputStream;<a
name="line.37"></a>
+<span class="sourceLineNo">038</span><a name="line.38"></a>
+<span class="sourceLineNo">039</span>/**<a name="line.39"></a>
+<span class="sourceLineNo">040</span> * Takes the built
<code>./target/site</code> directory and compresses it to<a
name="line.40"></a>
+<span class="sourceLineNo">041</span> *
<code>./target/commons-release-plugin/site.zip</code>.<a
name="line.41"></a>
+<span class="sourceLineNo">042</span> *<a name="line.42"></a>
+<span class="sourceLineNo">043</span> * @author chtompki<a name="line.43"></a>
+<span class="sourceLineNo">044</span> * @since 1.0<a name="line.44"></a>
+<span class="sourceLineNo">045</span> */<a name="line.45"></a>
+<span class="sourceLineNo">046</span>@Mojo(name = "compress-site",<a
name="line.46"></a>
+<span class="sourceLineNo">047</span> defaultPhase =
LifecyclePhase.POST_SITE,<a name="line.47"></a>
+<span class="sourceLineNo">048</span> threadSafe = true,<a
name="line.48"></a>
+<span class="sourceLineNo">049</span> aggregator = true)<a
name="line.49"></a>
+<span class="sourceLineNo">050</span>public class CommonsSiteCompressionMojo
extends AbstractMojo {<a name="line.50"></a>
+<span class="sourceLineNo">051</span><a name="line.51"></a>
+<span class="sourceLineNo">052</span> /**<a name="line.52"></a>
+<span class="sourceLineNo">053</span> * The working directory for the
plugin which, assuming the maven uses the default<a name="line.53"></a>
+<span class="sourceLineNo">054</span> *
<code>${project.build.directory}</code>, this becomes
<code>target/commons-release-plugin</code>.<a name="line.54"></a>
+<span class="sourceLineNo">055</span> */<a name="line.55"></a>
+<span class="sourceLineNo">056</span> @Parameter(defaultValue =
"${project.build.directory}/commons-release-plugin",<a name="line.56"></a>
+<span class="sourceLineNo">057</span> property =
"commons.outputDirectory")<a name="line.57"></a>
+<span class="sourceLineNo">058</span> private File workingDirectory;<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 variable for the process of
creating the site.zip file.<a name="line.61"></a>
-<span class="sourceLineNo">062</span> */<a name="line.62"></a>
-<span class="sourceLineNo">063</span> private ScatterZipOutputStream
dirs;<a name="line.63"></a>
+<span class="sourceLineNo">061</span> */<a name="line.61"></a>
+<span class="sourceLineNo">062</span> @Parameter(defaultValue =
"${project.build.directory}/site", property = "commons.siteOutputDirectory")<a
name="line.62"></a>
+<span class="sourceLineNo">063</span> private File siteDirectory;<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> * A second variable for the process
of creating the site.zip file.<a name="line.66"></a>
-<span class="sourceLineNo">067</span> */<a name="line.67"></a>
-<span class="sourceLineNo">068</span> private ParallelScatterZipCreator
scatterZipCreator;<a name="line.68"></a>
-<span class="sourceLineNo">069</span><a name="line.69"></a>
-<span class="sourceLineNo">070</span> /**<a name="line.70"></a>
-<span class="sourceLineNo">071</span> * The list of files to compress into
the site.zip file.<a name="line.71"></a>
-<span class="sourceLineNo">072</span> */<a name="line.72"></a>
-<span class="sourceLineNo">073</span> private List<File>
filesToCompress;<a name="line.73"></a>
-<span class="sourceLineNo">074</span><a name="line.74"></a>
-<span class="sourceLineNo">075</span> @Override<a name="line.75"></a>
-<span class="sourceLineNo">076</span> public void execute() throws
MojoExecutionException, MojoFailureException {<a name="line.76"></a>
-<span class="sourceLineNo">077</span> if (!siteDirectory.exists()) {<a
name="line.77"></a>
-<span class="sourceLineNo">078</span> getLog().error("\"mvn site\"
was not run before this goal, or a siteDirectory did not exist.");<a
name="line.78"></a>
-<span class="sourceLineNo">079</span> throw new
MojoFailureException(<a name="line.79"></a>
-<span class="sourceLineNo">080</span> "\"mvn site\" was not
run before this goal, or a siteDirectory did not exist."<a name="line.80"></a>
-<span class="sourceLineNo">081</span> );<a name="line.81"></a>
-<span class="sourceLineNo">082</span> }<a name="line.82"></a>
-<span class="sourceLineNo">083</span> if (!workingDirectory.exists())
{<a name="line.83"></a>
-<span class="sourceLineNo">084</span>
SharedFunctions.initDirectory(getLog(), workingDirectory);<a name="line.84"></a>
-<span class="sourceLineNo">085</span> }<a name="line.85"></a>
-<span class="sourceLineNo">086</span> try {<a name="line.86"></a>
-<span class="sourceLineNo">087</span> filesToCompress = new
ArrayList<>();<a name="line.87"></a>
-<span class="sourceLineNo">088</span>
getAllSiteFiles(siteDirectory, filesToCompress);<a name="line.88"></a>
-<span class="sourceLineNo">089</span>
writeZipFile(workingDirectory, siteDirectory, filesToCompress);<a
name="line.89"></a>
-<span class="sourceLineNo">090</span> } catch (IOException e) {<a
name="line.90"></a>
-<span class="sourceLineNo">091</span> getLog().error("Failed to
create ./target/commons-release-plugin/site.zip: " + e.getMessage(), e);<a
name="line.91"></a>
-<span class="sourceLineNo">092</span> throw new
MojoExecutionException(<a name="line.92"></a>
-<span class="sourceLineNo">093</span> "Failed to create
./target/commons-release-plugin/site.zip: " + e.getMessage(),<a
name="line.93"></a>
-<span class="sourceLineNo">094</span> e<a
name="line.94"></a>
-<span class="sourceLineNo">095</span> );<a name="line.95"></a>
-<span class="sourceLineNo">096</span> }<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> /**<a name="line.99"></a>
-<span class="sourceLineNo">100</span> * By default this method iterates
across the <code>target/site</code> directory and adds all of the
files<a name="line.100"></a>
-<span class="sourceLineNo">101</span> * to the {@link
CommonsSiteCompressionMojo#filesToCompress} {@link List}.<a name="line.101"></a>
-<span class="sourceLineNo">102</span> *<a name="line.102"></a>
-<span class="sourceLineNo">103</span> * @param siteDirectory the {@link
File} that represents the <code>target/site</code> directory.<a
name="line.103"></a>
-<span class="sourceLineNo">104</span> * @param filesToCompress the {@link
List} to which to add all the files.<a name="line.104"></a>
-<span class="sourceLineNo">105</span> */<a name="line.105"></a>
-<span class="sourceLineNo">106</span> private void getAllSiteFiles(File
siteDirectory, List<File> filesToCompress) {<a name="line.106"></a>
-<span class="sourceLineNo">107</span> File[] files =
siteDirectory.listFiles();<a name="line.107"></a>
-<span class="sourceLineNo">108</span> for (File file : files) {<a
name="line.108"></a>
-<span class="sourceLineNo">109</span> filesToCompress.add(file);<a
name="line.109"></a>
-<span class="sourceLineNo">110</span> if (file.isDirectory()) {<a
name="line.110"></a>
-<span class="sourceLineNo">111</span> getAllSiteFiles(file,
filesToCompress);<a name="line.111"></a>
-<span class="sourceLineNo">112</span> }<a name="line.112"></a>
-<span class="sourceLineNo">113</span> }<a name="line.113"></a>
-<span class="sourceLineNo">114</span> }<a name="line.114"></a>
-<span class="sourceLineNo">115</span><a name="line.115"></a>
-<span class="sourceLineNo">116</span> /**<a name="line.116"></a>
-<span class="sourceLineNo">117</span> * A helper method for writing all of
the files in our <code>fileList</code> to a
<code>site.zip</code> file<a name="line.117"></a>
-<span class="sourceLineNo">118</span> * in the
<code>workingDirectory</code>.<a name="line.118"></a>
-<span class="sourceLineNo">119</span> *<a name="line.119"></a>
-<span class="sourceLineNo">120</span> * @param workingDirectory is a
{@link File} representing the place to put the site.zip file.<a
name="line.120"></a>
-<span class="sourceLineNo">121</span> * @param directoryToZip is a {@link
File} representing the directory of the site (normally<a name="line.121"></a>
-<span class="sourceLineNo">122</span> *
<code>target/site</code>).<a name="line.122"></a>
-<span class="sourceLineNo">123</span> * @param fileList the list of files
to be zipped up, generally generated by<a name="line.123"></a>
-<span class="sourceLineNo">124</span> * {@link
CommonsSiteCompressionMojo#getAllSiteFiles(File, List)}.<a name="line.124"></a>
-<span class="sourceLineNo">125</span> * @throws IOException when the
copying of the files goes incorrectly.<a name="line.125"></a>
-<span class="sourceLineNo">126</span> */<a name="line.126"></a>
-<span class="sourceLineNo">127</span> private void writeZipFile(File
workingDirectory, File directoryToZip, List<File> fileList) throws
IOException {<a name="line.127"></a>
-<span class="sourceLineNo">128</span> FileOutputStream fos = new
FileOutputStream(workingDirectory.getAbsolutePath() + "/site.zip");<a
name="line.128"></a>
-<span class="sourceLineNo">129</span> ZipOutputStream zos = new
ZipOutputStream(fos);<a name="line.129"></a>
-<span class="sourceLineNo">130</span> for (File file : fileList) {<a
name="line.130"></a>
-<span class="sourceLineNo">131</span> if (!file.isDirectory()) { //
we only zip files, not directories<a name="line.131"></a>
-<span class="sourceLineNo">132</span> addToZip(directoryToZip,
file, zos);<a name="line.132"></a>
-<span class="sourceLineNo">133</span> }<a name="line.133"></a>
-<span class="sourceLineNo">134</span> }<a name="line.134"></a>
-<span class="sourceLineNo">135</span> zos.close();<a
name="line.135"></a>
-<span class="sourceLineNo">136</span> fos.close();<a
name="line.136"></a>
-<span class="sourceLineNo">137</span> }<a name="line.137"></a>
-<span class="sourceLineNo">138</span><a name="line.138"></a>
-<span class="sourceLineNo">139</span> /**<a name="line.139"></a>
-<span class="sourceLineNo">140</span> * Given the
<code>directoryToZip</code> we add the
<code>file</code> to the zip archive represented by<a
name="line.140"></a>
-<span class="sourceLineNo">141</span> * <code>zos</code>.<a
name="line.141"></a>
-<span class="sourceLineNo">142</span> *<a name="line.142"></a>
-<span class="sourceLineNo">143</span> * @param directoryToZip a {@link
File} representing the directory from which the file exists that we are<a
name="line.143"></a>
-<span class="sourceLineNo">144</span> * compressing.
Generally this is <code>target/site</code>.<a name="line.144"></a>
-<span class="sourceLineNo">145</span> * @param file a {@link File} to add
to the {@link ZipOutputStream} <code>zos</code>.<a
name="line.145"></a>
-<span class="sourceLineNo">146</span> * @param zos the {@link
ZipOutputStream} to which to add our <code>file</code>.<a
name="line.146"></a>
-<span class="sourceLineNo">147</span> * @throws IOException if adding the
<code>file</code> doesn't work out properly.<a name="line.147"></a>
-<span class="sourceLineNo">148</span> */<a name="line.148"></a>
-<span class="sourceLineNo">149</span> private void addToZip(File
directoryToZip, File file, ZipOutputStream zos) throws IOException {<a
name="line.149"></a>
-<span class="sourceLineNo">150</span> FileInputStream fis = new
FileInputStream(file);<a name="line.150"></a>
-<span class="sourceLineNo">151</span> // we want the zipEntry's path to
be a relative path that is relative<a name="line.151"></a>
-<span class="sourceLineNo">152</span> // to the directory being zipped,
so chop off the rest of the path<a name="line.152"></a>
-<span class="sourceLineNo">153</span> String zipFilePath =
file.getCanonicalPath().substring(directoryToZip.getCanonicalPath().length() +
1,<a name="line.153"></a>
-<span class="sourceLineNo">154</span>
file.getCanonicalPath().length());<a name="line.154"></a>
-<span class="sourceLineNo">155</span> ZipEntry zipEntry = new
ZipEntry(zipFilePath);<a name="line.155"></a>
-<span class="sourceLineNo">156</span> zos.putNextEntry(zipEntry);<a
name="line.156"></a>
-<span class="sourceLineNo">157</span> byte[] bytes = new
byte[SharedFunctions.BUFFER_BYTE_SIZE];<a name="line.157"></a>
-<span class="sourceLineNo">158</span> int length;<a name="line.158"></a>
-<span class="sourceLineNo">159</span> while ((length = fis.read(bytes))
>= 0) {<a name="line.159"></a>
-<span class="sourceLineNo">160</span> zos.write(bytes, 0,
length);<a name="line.160"></a>
-<span class="sourceLineNo">161</span> }<a name="line.161"></a>
-<span class="sourceLineNo">162</span> zos.closeEntry();<a
name="line.162"></a>
-<span class="sourceLineNo">163</span> fis.close();<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">066</span> * The url of the subversion
repository to which we wish the artifacts to be staged. Typicallly<a
name="line.66"></a>
+<span class="sourceLineNo">067</span> * this would need to be of the
form:<a name="line.67"></a>
+<span class="sourceLineNo">068</span> *
<code>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo</code>.
Note. that the prefix to the<a name="line.68"></a>
+<span class="sourceLineNo">069</span> * substring
<code>https</code> is a requirement.<a name="line.69"></a>
+<span class="sourceLineNo">070</span> */<a name="line.70"></a>
+<span class="sourceLineNo">071</span> @Parameter(defaultValue = "",
property = "commons.distSvnStagingUrl")<a name="line.71"></a>
+<span class="sourceLineNo">072</span> private String distSvnStagingUrl;<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> * A parameter to generally avoid
running unless it is specifically turned on by the consuming module.<a
name="line.75"></a>
+<span class="sourceLineNo">076</span> */<a name="line.76"></a>
+<span class="sourceLineNo">077</span> @Parameter(defaultValue = "false",
property = "commons.release.isDistModule")<a name="line.77"></a>
+<span class="sourceLineNo">078</span> private Boolean isDistModule;<a
name="line.78"></a>
+<span class="sourceLineNo">079</span><a name="line.79"></a>
+<span class="sourceLineNo">080</span> /**<a name="line.80"></a>
+<span class="sourceLineNo">081</span> * A variable for the process of
creating the site.zip file.<a name="line.81"></a>
+<span class="sourceLineNo">082</span> */<a name="line.82"></a>
+<span class="sourceLineNo">083</span> private ScatterZipOutputStream
dirs;<a name="line.83"></a>
+<span class="sourceLineNo">084</span><a name="line.84"></a>
+<span class="sourceLineNo">085</span> /**<a name="line.85"></a>
+<span class="sourceLineNo">086</span> * A second variable for the process
of creating the site.zip file.<a name="line.86"></a>
+<span class="sourceLineNo">087</span> */<a name="line.87"></a>
+<span class="sourceLineNo">088</span> private ParallelScatterZipCreator
scatterZipCreator;<a name="line.88"></a>
+<span class="sourceLineNo">089</span><a name="line.89"></a>
+<span class="sourceLineNo">090</span> /**<a name="line.90"></a>
+<span class="sourceLineNo">091</span> * The list of files to compress into
the site.zip file.<a name="line.91"></a>
+<span class="sourceLineNo">092</span> */<a name="line.92"></a>
+<span class="sourceLineNo">093</span> private List<File>
filesToCompress;<a name="line.93"></a>
+<span class="sourceLineNo">094</span><a name="line.94"></a>
+<span class="sourceLineNo">095</span> @Override<a name="line.95"></a>
+<span class="sourceLineNo">096</span> public void execute() throws
MojoExecutionException, MojoFailureException {<a name="line.96"></a>
+<span class="sourceLineNo">097</span> if (!isDistModule) {<a
name="line.97"></a>
+<span class="sourceLineNo">098</span> getLog().info("This module is
marked as a non distribution " +<a name="line.98"></a>
+<span class="sourceLineNo">099</span> "or assembly module,
and the plugin will not run.");<a name="line.99"></a>
+<span class="sourceLineNo">100</span> return;<a name="line.100"></a>
+<span class="sourceLineNo">101</span> }<a name="line.101"></a>
+<span class="sourceLineNo">102</span> if
(StringUtils.isEmpty(distSvnStagingUrl)) {<a name="line.102"></a>
+<span class="sourceLineNo">103</span>
getLog().warn("commons.distSvnStagingUrl is not set, the commons-release-plugin
will not run.");<a name="line.103"></a>
+<span class="sourceLineNo">104</span> return;<a name="line.104"></a>
+<span class="sourceLineNo">105</span> }<a name="line.105"></a>
+<span class="sourceLineNo">106</span> if (!siteDirectory.exists()) {<a
name="line.106"></a>
+<span class="sourceLineNo">107</span> getLog().error("\"mvn site\"
was not run before this goal, or a siteDirectory did not exist.");<a
name="line.107"></a>
+<span class="sourceLineNo">108</span> throw new
MojoFailureException(<a name="line.108"></a>
+<span class="sourceLineNo">109</span> "\"mvn site\" was not
run before this goal, or a siteDirectory did not exist."<a name="line.109"></a>
+<span class="sourceLineNo">110</span> );<a name="line.110"></a>
+<span class="sourceLineNo">111</span> }<a name="line.111"></a>
+<span class="sourceLineNo">112</span> if (!workingDirectory.exists())
{<a name="line.112"></a>
+<span class="sourceLineNo">113</span> getLog().info("Current
project contains no distributions. Not executing.");<a name="line.113"></a>
+<span class="sourceLineNo">114</span> return;<a name="line.114"></a>
+<span class="sourceLineNo">115</span> }<a name="line.115"></a>
+<span class="sourceLineNo">116</span> try {<a name="line.116"></a>
+<span class="sourceLineNo">117</span> filesToCompress = new
ArrayList<>();<a name="line.117"></a>
+<span class="sourceLineNo">118</span>
getAllSiteFiles(siteDirectory, filesToCompress);<a name="line.118"></a>
+<span class="sourceLineNo">119</span>
writeZipFile(workingDirectory, siteDirectory, filesToCompress);<a
name="line.119"></a>
+<span class="sourceLineNo">120</span> } catch (IOException e) {<a
name="line.120"></a>
+<span class="sourceLineNo">121</span> getLog().error("Failed to
create ./target/commons-release-plugin/site.zip: " + e.getMessage(), e);<a
name="line.121"></a>
+<span class="sourceLineNo">122</span> throw new
MojoExecutionException(<a name="line.122"></a>
+<span class="sourceLineNo">123</span> "Failed to create
./target/commons-release-plugin/site.zip: " + e.getMessage(),<a
name="line.123"></a>
+<span class="sourceLineNo">124</span> e<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> /**<a name="line.129"></a>
+<span class="sourceLineNo">130</span> * By default this method iterates
across the <code>target/site</code> directory and adds all of the
files<a name="line.130"></a>
+<span class="sourceLineNo">131</span> * to the {@link
CommonsSiteCompressionMojo#filesToCompress} {@link List}.<a name="line.131"></a>
+<span class="sourceLineNo">132</span> *<a name="line.132"></a>
+<span class="sourceLineNo">133</span> * @param siteDirectory the {@link
File} that represents the <code>target/site</code> directory.<a
name="line.133"></a>
+<span class="sourceLineNo">134</span> * @param filesToCompress the {@link
List} to which to add all the files.<a name="line.134"></a>
+<span class="sourceLineNo">135</span> */<a name="line.135"></a>
+<span class="sourceLineNo">136</span> private void getAllSiteFiles(File
siteDirectory, List<File> filesToCompress) {<a name="line.136"></a>
+<span class="sourceLineNo">137</span> File[] files =
siteDirectory.listFiles();<a name="line.137"></a>
+<span class="sourceLineNo">138</span> for (File file : files) {<a
name="line.138"></a>
+<span class="sourceLineNo">139</span> filesToCompress.add(file);<a
name="line.139"></a>
+<span class="sourceLineNo">140</span> if (file.isDirectory()) {<a
name="line.140"></a>
+<span class="sourceLineNo">141</span> getAllSiteFiles(file,
filesToCompress);<a name="line.141"></a>
+<span class="sourceLineNo">142</span> }<a name="line.142"></a>
+<span class="sourceLineNo">143</span> }<a name="line.143"></a>
+<span class="sourceLineNo">144</span> }<a name="line.144"></a>
+<span class="sourceLineNo">145</span><a name="line.145"></a>
+<span class="sourceLineNo">146</span> /**<a name="line.146"></a>
+<span class="sourceLineNo">147</span> * A helper method for writing all of
the files in our <code>fileList</code> to a
<code>site.zip</code> file<a name="line.147"></a>
+<span class="sourceLineNo">148</span> * in the
<code>workingDirectory</code>.<a name="line.148"></a>
+<span class="sourceLineNo">149</span> *<a name="line.149"></a>
+<span class="sourceLineNo">150</span> * @param workingDirectory is a
{@link File} representing the place to put the site.zip file.<a
name="line.150"></a>
+<span class="sourceLineNo">151</span> * @param directoryToZip is a {@link
File} representing the directory of the site (normally<a name="line.151"></a>
+<span class="sourceLineNo">152</span> *
<code>target/site</code>).<a name="line.152"></a>
+<span class="sourceLineNo">153</span> * @param fileList the list of files
to be zipped up, generally generated by<a name="line.153"></a>
+<span class="sourceLineNo">154</span> * {@link
CommonsSiteCompressionMojo#getAllSiteFiles(File, List)}.<a name="line.154"></a>
+<span class="sourceLineNo">155</span> * @throws IOException when the
copying of the files goes incorrectly.<a name="line.155"></a>
+<span class="sourceLineNo">156</span> */<a name="line.156"></a>
+<span class="sourceLineNo">157</span> private void writeZipFile(File
workingDirectory, File directoryToZip, List<File> fileList) throws
IOException {<a name="line.157"></a>
+<span class="sourceLineNo">158</span> FileOutputStream fos = new
FileOutputStream(workingDirectory.getAbsolutePath() + "/site.zip");<a
name="line.158"></a>
+<span class="sourceLineNo">159</span> ZipOutputStream zos = new
ZipOutputStream(fos);<a name="line.159"></a>
+<span class="sourceLineNo">160</span> for (File file : fileList) {<a
name="line.160"></a>
+<span class="sourceLineNo">161</span> if (!file.isDirectory()) { //
we only zip files, not directories<a name="line.161"></a>
+<span class="sourceLineNo">162</span> addToZip(directoryToZip,
file, zos);<a name="line.162"></a>
+<span class="sourceLineNo">163</span> }<a name="line.163"></a>
+<span class="sourceLineNo">164</span> }<a name="line.164"></a>
+<span class="sourceLineNo">165</span> zos.close();<a
name="line.165"></a>
+<span class="sourceLineNo">166</span> fos.close();<a
name="line.166"></a>
+<span class="sourceLineNo">167</span> }<a name="line.167"></a>
+<span class="sourceLineNo">168</span><a name="line.168"></a>
+<span class="sourceLineNo">169</span> /**<a name="line.169"></a>
+<span class="sourceLineNo">170</span> * Given the
<code>directoryToZip</code> we add the
<code>file</code> to the zip archive represented by<a
name="line.170"></a>
+<span class="sourceLineNo">171</span> * <code>zos</code>.<a
name="line.171"></a>
+<span class="sourceLineNo">172</span> *<a name="line.172"></a>
+<span class="sourceLineNo">173</span> * @param directoryToZip a {@link
File} representing the directory from which the file exists that we are<a
name="line.173"></a>
+<span class="sourceLineNo">174</span> * compressing.
Generally this is <code>target/site</code>.<a name="line.174"></a>
+<span class="sourceLineNo">175</span> * @param file a {@link File} to add
to the {@link ZipOutputStream} <code>zos</code>.<a
name="line.175"></a>
+<span class="sourceLineNo">176</span> * @param zos the {@link
ZipOutputStream} to which to add our <code>file</code>.<a
name="line.176"></a>
+<span class="sourceLineNo">177</span> * @throws IOException if adding the
<code>file</code> doesn't work out properly.<a name="line.177"></a>
+<span class="sourceLineNo">178</span> */<a name="line.178"></a>
+<span class="sourceLineNo">179</span> private void addToZip(File
directoryToZip, File file, ZipOutputStream zos) throws IOException {<a
name="line.179"></a>
+<span class="sourceLineNo">180</span> FileInputStream fis = new
FileInputStream(file);<a name="line.180"></a>
+<span class="sourceLineNo">181</span> // we want the zipEntry's path to
be a relative path that is relative<a name="line.181"></a>
+<span class="sourceLineNo">182</span> // to the directory being zipped,
so chop off the rest of the path<a name="line.182"></a>
+<span class="sourceLineNo">183</span> String zipFilePath =
file.getCanonicalPath().substring(directoryToZip.getCanonicalPath().length() +
1,<a name="line.183"></a>
+<span class="sourceLineNo">184</span>
file.getCanonicalPath().length());<a name="line.184"></a>
+<span class="sourceLineNo">185</span> ZipEntry zipEntry = new
ZipEntry(zipFilePath);<a name="line.185"></a>
+<span class="sourceLineNo">186</span> zos.putNextEntry(zipEntry);<a
name="line.186"></a>
+<span class="sourceLineNo">187</span> byte[] bytes = new
byte[SharedFunctions.BUFFER_BYTE_SIZE];<a name="line.187"></a>
+<span class="sourceLineNo">188</span> int length;<a name="line.188"></a>
+<span class="sourceLineNo">189</span> while ((length = fis.read(bytes))
>= 0) {<a name="line.189"></a>
+<span class="sourceLineNo">190</span> zos.write(bytes, 0,
length);<a name="line.190"></a>
+<span class="sourceLineNo">191</span> }<a name="line.191"></a>
+<span class="sourceLineNo">192</span> zos.closeEntry();<a
name="line.192"></a>
+<span class="sourceLineNo">193</span> fis.close();<a
name="line.193"></a>
+<span class="sourceLineNo">194</span> }<a name="line.194"></a>
+<span class="sourceLineNo">195</span>}<a name="line.195"></a>
Modified:
websites/production/commons/content/proper/commons-release-plugin/changes-report.html
==============================================================================
---
websites/production/commons/content/proper/commons-release-plugin/changes-report.html
(original)
+++
websites/production/commons/content/proper/commons-release-plugin/changes-report.html
Mon Mar 5 17:50:33 2018
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 16 January 2018
+ | Generated by Apache Maven Doxia at 05 March 2018
| 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="iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Apache Commons Developers" />
- <meta name="Date-Revision-yyyymmdd" content="20180116" />
+ <meta name="Date-Revision-yyyymmdd" content="20180305" />
<meta http-equiv="Content-Language" content="en" />
<title>Commons Release Plugin – Apache Commons Release Plugin
Changes</title>
@@ -36,8 +36,8 @@
<a class="brand"
href="http://commons.apache.org/proper/commons-release-plugin/">Apache Commons
Release Plugin ™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 16 January 2018</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 05 March 2018</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.1</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -271,10 +271,37 @@
<th>Date</th>
<th>Description</th></tr>
<tr class="b">
+<td><a href="#a1.1">1.1</a></td>
+<td>2018-02-28</td>
+<td>1.1</td></tr>
+<tr class="a">
<td><a href="#a1.0">1.0</a></td>
<td>2018-01-10</td>
<td>Initial release</td></tr></table></div>
<div class="section">
+<h3 id="a1.1">Release 1.1 – 2018-02-28</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Type</th>
+<th>Changes</th>
+<th>By</th></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Sha1 signature files now reflect actual signatures. Fixes <a
class="externalLink"
href="http://issues.apache.org/jira/browse/COMMONSSITE-104">COMMONSSITE-104</a>.</td>
+<td><a href="team-list.html#chtompki">chtompki</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Making the project more multi-module compatible. Fixes <a
class="externalLink"
href="http://issues.apache.org/jira/browse/COMMONSSITE-98">COMMONSSITE-98</a>.</td>
+<td><a href="team-list.html#chtompki">chtompki</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Commons Release Plugin doesn't work with Commons Release Plugin. Fixes <a
class="externalLink"
href="http://issues.apache.org/jira/browse/COMMONSSITE-102">COMMONSSITE-102</a>.</td>
+<td><a href="team-list.html#chtompki">chtompki</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Make -Dcommons.release.dryRun=true our commit toggle. Fixes <a
class="externalLink"
href="http://issues.apache.org/jira/browse/COMMONSSITE-101">COMMONSSITE-101</a>.</td>
+<td><a href="team-list.html#chtompki">chtompki</a></td></tr></table></div>
+<div class="section">
<h3 id="a1.0">Release 1.0 – 2018-01-10</h3>
<table border="0" class="bodyTable">
<tr class="a">
Modified:
websites/production/commons/content/proper/commons-release-plugin/checkstyle.html
==============================================================================
---
websites/production/commons/content/proper/commons-release-plugin/checkstyle.html
(original)
+++
websites/production/commons/content/proper/commons-release-plugin/checkstyle.html
Mon Mar 5 17:50:33 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 16 January 2018
+ | Generated by Apache Maven Doxia at 05 March 2018
| 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="iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180116" />
+ <meta name="Date-Revision-yyyymmdd" content="20180305" />
<meta http-equiv="Content-Language" content="en" />
<title>Commons Release Plugin – Checkstyle Results</title>
@@ -35,8 +35,8 @@
<a class="brand"
href="http://commons.apache.org/proper/commons-release-plugin/">Apache Commons
Release Plugin ™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 16 January 2018</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 05 March 2018</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.1</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -275,7 +275,7 @@
<td>13</td>
<td>0</td>
<td>0</td>
-<td>0</td></tr></table></div>
+<td>5</td></tr></table></div>
<div class="section">
<h2><a name="Files"></a>Files</h2>
<table border="0" class="bodyTable">
@@ -283,9 +283,95 @@
<th>File</th>
<th><img src="images/icon_info_sml.gif" alt="" /> I</th>
<th><img src="images/icon_warning_sml.gif" alt="" /> W</th>
-<th><img src="images/icon_error_sml.gif" alt=""
/> E</th></tr></table></div>
+<th><img src="images/icon_error_sml.gif" alt="" /> E</th></tr>
+<tr class="b">
+<td><a
href="#org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo.java">org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java</a></td>
+<td>0</td>
+<td>0</td>
+<td>2</td></tr>
+<tr class="a">
+<td><a
href="#org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojoTest.java">org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java</a></td>
+<td>0</td>
+<td>0</td>
+<td>1</td></tr>
+<tr class="b">
+<td><a
href="#org.apache.commons.release.plugin.mojos.CommonsDistributionStagingMojo.java">org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java</a></td>
+<td>0</td>
+<td>0</td>
+<td>1</td></tr>
+<tr class="a">
+<td><a
href="#org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo.java">org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java</a></td>
+<td>0</td>
+<td>0</td>
+<td>1</td></tr></table></div>
<div class="section">
-<h2><a name="Details"></a>Details</h2></div>
+<h2><a name="Details"></a>Details</h2>
+<div class="section">
+<h3
id="org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo.java">org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="a">
+<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
+<td>imports</td>
+<td>UnusedImports</td>
+<td>Unused import - java.io.FileInputStream.</td>
+<td><a
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.html#L32">32</a></td></tr>
+<tr class="b">
+<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
+<td>whitespace</td>
+<td>OperatorWrap</td>
+<td>'+' should be on a new line.</td>
+<td><a
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.html#L106">106</a></td></tr></table></div>
+<div class="section">
+<h3
id="org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojoTest.java">org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
+<td>regexp</td>
+<td>RegexpSingleline</td>
+<td>Line has trailing spaces.</td>
+<td><a
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.html#L37">37</a></td></tr></table></div>
+<div class="section">
+<h3
id="org.apache.commons.release.plugin.mojos.CommonsDistributionStagingMojo.java">org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
+<td>whitespace</td>
+<td>OperatorWrap</td>
+<td>'+' should be on a new line.</td>
+<td><a
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L132">132</a></td></tr></table></div>
+<div class="section">
+<h3
id="org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo.java">org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
+<td>whitespace</td>
+<td>OperatorWrap</td>
+<td>'+' should be on a new line.</td>
+<td><a
href="./xref/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#L98">98</a></td></tr></table></div></div>
</td>
</tr>
</table>
Modified:
websites/production/commons/content/proper/commons-release-plugin/checkstyle.rss
==============================================================================
---
websites/production/commons/content/proper/commons-release-plugin/checkstyle.rss
(original)
+++
websites/production/commons/content/proper/commons-release-plugin/checkstyle.rss
Mon Mar 5 17:50:33 2018
@@ -26,7 +26,7 @@ under the License.
<copyright>©2018 The Apache Software Foundation</copyright>
<item>
<title>File: 13,
- Errors: 0,
+ Errors: 5,
Warnings: 0,
Infos: 0
</title>
@@ -83,7 +83,7 @@ under the License.
0
</td>
<td>
- 0
+ 1
</td>
</tr>
<tr>
@@ -97,7 +97,7 @@ under the License.
0
</td>
<td>
- 0
+ 2
</td>
</tr>
<tr>
@@ -125,7 +125,7 @@ under the License.
0
</td>
<td>
- 0
+ 1
</td>
</tr>
<tr>
@@ -153,7 +153,7 @@ under the License.
0
</td>
<td>
- 0
+ 1
</td>
</tr>
<tr>
Modified:
websites/production/commons/content/proper/commons-release-plugin/clirr-report.html
==============================================================================
---
websites/production/commons/content/proper/commons-release-plugin/clirr-report.html
(original)
+++
websites/production/commons/content/proper/commons-release-plugin/clirr-report.html
Mon Mar 5 17:50:33 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 16 January 2018
+ | Generated by Apache Maven Doxia at 05 March 2018
| 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="iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180116" />
+ <meta name="Date-Revision-yyyymmdd" content="20180305" />
<meta http-equiv="Content-Language" content="en" />
<title>Commons Release Plugin – Clirr Results</title>
@@ -35,8 +35,8 @@
<a class="brand"
href="http://commons.apache.org/proper/commons-release-plugin/">Apache Commons
Release Plugin ™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 16 January 2018</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 05 March 2018</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.1</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -264,7 +264,7 @@
<h2><a name="Clirr_Results"></a>Clirr Results</h2>
<p>The following document contains the results of <a class="externalLink"
href="http://clirr.sourceforge.net/">Clirr</a>.</p>
<ul>
-<li>Current Version: 1.1-SNAPSHOT</li>
+<li>Current Version: 1.1</li>
<li>Comparison Version: 1.0</li></ul></div>
<div class="section">
<h2><a name="Summary"></a>Summary</h2>
Modified:
websites/production/commons/content/proper/commons-release-plugin/dependencies.html
==============================================================================
---
websites/production/commons/content/proper/commons-release-plugin/dependencies.html
(original)
+++
websites/production/commons/content/proper/commons-release-plugin/dependencies.html
Mon Mar 5 17:50:33 2018
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 16 January 2018
+ | Generated by Apache Maven Doxia at 05 March 2018
| 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="iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20180116" />
+ <meta name="Date-Revision-yyyymmdd" content="20180305" />
<meta http-equiv="Content-Language" content="en" />
<title>Commons Release Plugin – Project Dependencies</title>
@@ -35,8 +35,8 @@
<a class="brand"
href="http://commons.apache.org/proper/commons-release-plugin/">Apache Commons
Release Plugin ™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 16 January 2018</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 05 March 2018</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.1</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -264,13 +264,13 @@
<tr class="b">
<td>commons-codec</td>
<td><a class="externalLink"
href="http://commons.apache.org/proper/commons-codec/">commons-codec</a></td>
-<td>1.10</td>
+<td>1.11</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>
+<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="a">
<td>org.apache.commons</td>
<td><a class="externalLink"
href="http://commons.apache.org/proper/commons-compress/">commons-compress</a></td>
-<td>1.15</td>
+<td>1.16.1</td>
<td>jar</td>
<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="b">
@@ -293,8 +293,8 @@
<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.plugin-tools</td>
-<td><a class="externalLink"
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
-<td>3.5</td>
+<td><a class="externalLink"
href="https://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
+<td>3.5.1</td>
<td>jar</td>
<td><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></td></tr>
<tr class="b">
@@ -638,7 +638,7 @@
<div class="section">
<h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
<ul>
-<li>org.apache.commons:commons-release-plugin:maven-plugin:1.1-SNAPSHOT <img
id="_img1" src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer;
vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
+<li>org.apache.commons:commons-release-plugin:maven-plugin:1.1 <img id="_img1"
src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer;
vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Apache Commons Release Plugin</th></tr>
@@ -930,14 +930,14 @@
process.</p>
<p><b>URL: </b><a class="externalLink"
href="https://maven.apache.org/ref/3.5.2/maven-artifact/">https://maven.apache.org/ref/3.5.2/maven-artifact/</a></p>
<p><b>Project Licenses: </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.plugin-tools:maven-plugin-annotations:jar:3.5 (compile)
<img id="_img61" src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep60"
style="display:none">
+<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.1 (compile)
<img id="_img61" src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep60"
style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Maven Plugin Tools Java 5 Annotations</th></tr>
<tr class="b">
<td>
<p><b>Description: </b>Java 5 annotations to use in Mojos</p>
-<p><b>URL: </b><a class="externalLink"
href="http://maven.apache.org/plugin-tools/maven-plugin-annotations">http://maven.apache.org/plugin-tools/maven-plugin-annotations</a></p>
+<p><b>URL: </b><a class="externalLink"
href="https://maven.apache.org/plugin-tools/maven-plugin-annotations">https://maven.apache.org/plugin-tools/maven-plugin-annotations</a></p>
<p><b>Project Licenses: </b><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></p></td></tr></table></div></li>
<li>org.apache.maven.scm:maven-scm-api:jar:1.9.5 (compile) <img id="_img63"
src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep62"
style="display:none">
<table border="0" class="bodyTable">
@@ -978,7 +978,7 @@
<p><b>Description: </b>Common library for SCM SVN Provider. Includes the
svn-settings.xml configuration model.</p>
<p><b>URL: </b><a class="externalLink"
href="http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/">http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/</a></p>
<p><b>Project Licenses: </b><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></p></td></tr></table></div></li>
-<li>commons-codec:commons-codec:jar:1.10 (compile) <img id="_img71"
src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep70', '_img71' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep70"
style="display:none">
+<li>commons-codec:commons-codec:jar:1.11 (compile) <img id="_img71"
src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep70', '_img71' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep70"
style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Apache Commons Codec</th></tr>
@@ -989,8 +989,8 @@
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</p>
<p><b>URL: </b><a class="externalLink"
href="http://commons.apache.org/proper/commons-codec/">http://commons.apache.org/proper/commons-codec/</a></p>
-<p><b>Project Licenses: </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.commons:commons-compress:jar:1.15 (compile) <img id="_img73"
src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep72', '_img73' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep72"
style="display:none">
+<p><b>Project Licenses: </b><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></p></td></tr></table></div></li>
+<li>org.apache.commons:commons-compress:jar:1.16.1 (compile) <img id="_img73"
src="./images/icon_info_sml.gif" alt="[Information]"
onclick="toggleDependencyDetails( '_dep72', '_img73' );" style="cursor:
pointer; vertical-align: text-bottom;"></img><div id="_dep72"
style="display:none">
<table border="0" class="bodyTable">
<tr class="a">
<th>Apache Commons Compress</th></tr>
@@ -998,8 +998,8 @@
<td>
<p><b>Description: </b>Apache Commons Compress software defines an API for
working with
compression and archive formats. These include: bzip2, gzip, pack200,
-lzma, xz, Snappy, traditional Unix Compress, DEFLATE, LZ4, Brotli and ar, cpio,
-jar, tar, zip, dump, 7z, arj.</p>
+lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
+Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.</p>
<p><b>URL: </b><a class="externalLink"
href="http://commons.apache.org/proper/commons-compress/">http://commons.apache.org/proper/commons-compress/</a></p>
<p><b>Project Licenses: </b><a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version
2.0</a></p></td></tr></table></div>
<ul>
@@ -1172,11 +1172,11 @@ file comparators, endian transformation
<td>1.6</td>
<td>Yes</td></tr>
<tr class="b">
-<td>commons-codec-1.10.jar</td>
-<td>284.2 kB</td>
-<td>238</td>
-<td>92</td>
-<td>6</td>
+<td>commons-codec-1.11.jar</td>
+<td>335 kB</td>
+<td>243</td>
+<td>96</td>
+<td>7</td>
<td>1.6</td>
<td>Yes</td></tr>
<tr class="a">
@@ -1228,11 +1228,11 @@ file comparators, endian transformation
<td>1.5</td>
<td>Yes</td></tr>
<tr class="a">
-<td>commons-compress-1.15.jar</td>
-<td>532 kB</td>
-<td>329</td>
-<td>291</td>
-<td>26</td>
+<td>commons-compress-1.16.1.jar</td>
+<td>559.5 kB</td>
+<td>350</td>
+<td>310</td>
+<td>28</td>
<td>1.7</td>
<td>Yes</td></tr>
<tr class="b">
@@ -1340,7 +1340,7 @@ file comparators, endian transformation
<td>1.6</td>
<td>Yes</td></tr>
<tr class="a">
-<td>maven-plugin-annotations-3.5.jar</td>
+<td>maven-plugin-annotations-3.5.1.jar</td>
<td>14.3 kB</td>
<td>22</td>
<td>7</td>
@@ -1533,18 +1533,18 @@ file comparators, endian transformation
<th>Debug Information</th></tr>
<tr class="a">
<td>48</td>
-<td>9.2 MB</td>
-<td>7270</td>
-<td>6044</td>
-<td>490</td>
+<td>9.3 MB</td>
+<td>7296</td>
+<td>6067</td>
+<td>493</td>
<td>1.7</td>
<td>46</td></tr>
<tr class="b">
<td>compile: 39</td>
<td>compile: 8 MB</td>
-<td>compile: 6138</td>
-<td>compile: 5142</td>
-<td>compile: 369</td>
+<td>compile: 6164</td>
+<td>compile: 5165</td>
+<td>compile: 372</td>
<td>-</td>
<td>compile: 37</td></tr>
<tr class="a">
@@ -1611,7 +1611,7 @@ file comparators, endian transformation
<td><a class="externalLink"
href="https://repository.apache.org/snapshots">https://repository.apache.org/snapshots</a></td>
<td>No</td>
<td>Yes</td>
-<td>Yes</td></tr></table>
+<td>No</td></tr></table>
<p>Repository locations for each of the Dependencies.</p>
<table border="0" class="bodyTable">
<tr class="a">
@@ -1621,7 +1621,8 @@ file comparators, endian transformation
<th>snapshots.jboss.org</th>
<th>sonatype-nexus-snapshots</th>
<th>oss.sonatype.org/jboss-snapshots</th>
-<th>repository.jboss.org</th></tr>
+<th>repository.jboss.org</th>
+<th>apache.snapshots</th></tr>
<tr class="b">
<td>aopalliance:aopalliance:jar:1.0</td>
<td>-</td>
@@ -1629,7 +1630,8 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
-<td><a class="externalLink"
href="http://repository.jboss.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td></tr>
+<td><a class="externalLink"
href="http://repository.jboss.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
+<td>-</td></tr>
<tr class="a">
<td>classworlds:classworlds:jar:1.1-alpha-2</td>
<td>-</td>
@@ -1637,7 +1639,8 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
-<td><a class="externalLink"
href="http://repository.jboss.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td></tr>
+<td><a class="externalLink"
href="http://repository.jboss.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
+<td>-</td></tr>
<tr class="b">
<td>com.google.guava:guava:jar:20.0</td>
<td>-</td>
@@ -1645,6 +1648,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>com.google.inject:guice:jar:no_aop:4.0</td>
@@ -1653,11 +1657,13 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
-<td>commons-codec:commons-codec:jar:1.10</td>
+<td>commons-codec:commons-codec:jar:1.11</td>
+<td>-</td>
+<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar"><img
alt="Found at https://repo.maven.apache.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
<td>-</td>
-<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar"><img
alt="Found at https://repo.maven.apache.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
<td>-</td>
<td>-</td>
<td>-</td>
@@ -1669,6 +1675,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>commons-lang:commons-lang:jar:2.6</td>
@@ -1677,6 +1684,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>javax.annotation:jsr250-api:jar:1.0</td>
@@ -1685,7 +1693,8 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
-<td><a class="externalLink"
href="http://repository.jboss.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td></tr>
+<td><a class="externalLink"
href="http://repository.jboss.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
+<td>-</td></tr>
<tr class="b">
<td>javax.enterprise:cdi-api:jar:1.0</td>
<td>-</td>
@@ -1693,6 +1702,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>javax.inject:javax.inject:jar:1</td>
@@ -1701,6 +1711,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>junit:junit:jar:4.12</td>
@@ -1709,11 +1720,13 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
-<td>org.apache.commons:commons-compress:jar:1.15</td>
+<td>org.apache.commons:commons-compress:jar:1.16.1</td>
+<td>-</td>
+<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar"><img
alt="Found at https://repo.maven.apache.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
<td>-</td>
-<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar"><img
alt="Found at https://repo.maven.apache.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
<td>-</td>
<td>-</td>
<td>-</td>
@@ -1725,6 +1738,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven:maven-artifact:jar:3.5.2</td>
@@ -1733,6 +1747,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven:maven-builder-support:jar:3.5.2</td>
@@ -1741,6 +1756,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven:maven-compat:jar:3.5.2</td>
@@ -1749,6 +1765,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven:maven-core:jar:3.5.2</td>
@@ -1757,6 +1774,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven:maven-model:jar:3.5.2</td>
@@ -1765,6 +1783,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven:maven-model-builder:jar:3.5.2</td>
@@ -1773,6 +1792,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven:maven-plugin-api:jar:3.5.2</td>
@@ -1781,6 +1801,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven:maven-repository-metadata:jar:3.5.2</td>
@@ -1789,6 +1810,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven:maven-resolver-provider:jar:3.5.2</td>
@@ -1797,6 +1819,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven:maven-settings:jar:3.5.2</td>
@@ -1805,6 +1828,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven:maven-settings-builder:jar:3.5.2</td>
@@ -1813,6 +1837,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.3.0</td>
@@ -1821,11 +1846,13 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
-<td>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5</td>
+<td>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.1</td>
+<td>-</td>
+<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.jar"><img
alt="Found at https://repo.maven.apache.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
<td>-</td>
-<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar"><img
alt="Found at https://repo.maven.apache.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
<td>-</td>
<td>-</td>
<td>-</td>
@@ -1837,6 +1864,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven.resolver:maven-resolver-impl:jar:1.1.0</td>
@@ -1845,6 +1873,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven.resolver:maven-resolver-spi:jar:1.1.0</td>
@@ -1853,6 +1882,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven.resolver:maven-resolver-util:jar:1.1.0</td>
@@ -1861,6 +1891,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven.scm:maven-scm-api:jar:1.9.5</td>
@@ -1869,6 +1900,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.9.5</td>
@@ -1877,6 +1909,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.9.5</td>
@@ -1885,6 +1918,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.apache.maven.shared:maven-shared-utils:jar:3.1.0</td>
@@ -1893,6 +1927,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.apache.maven.wagon:wagon-provider-api:jar:2.12</td>
@@ -1901,6 +1936,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.codehaus.plexus:plexus-archiver:jar:2.2</td>
@@ -1909,6 +1945,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.codehaus.plexus:plexus-classworlds:jar:2.5.2</td>
@@ -1917,6 +1954,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.codehaus.plexus:plexus-component-annotations:jar:1.7.1</td>
@@ -1925,6 +1963,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1</td>
@@ -1933,7 +1972,8 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
-<td><a class="externalLink"
href="http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td></tr>
+<td><a class="externalLink"
href="http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar"><img
alt="Found at http://repository.jboss.org/maven2"
src="images/icon_success_sml.gif" /></a></td>
+<td>-</td></tr>
<tr class="a">
<td>org.codehaus.plexus:plexus-interpolation:jar:1.24</td>
<td>-</td>
@@ -1941,6 +1981,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.codehaus.plexus:plexus-io:jar:2.0.4</td>
@@ -1949,6 +1990,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.codehaus.plexus:plexus-utils:jar:3.1.0</td>
@@ -1957,6 +1999,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3</td>
@@ -1965,6 +2008,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3</td>
@@ -1973,6 +2017,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.hamcrest:hamcrest-core:jar:1.3</td>
@@ -1981,6 +2026,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.objenesis:objenesis:jar:2.6</td>
@@ -1989,6 +2035,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<td>org.sonatype.plexus:plexus-cipher:jar:1.4</td>
@@ -1997,6 +2044,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="a">
<td>org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4</td>
@@ -2005,6 +2053,7 @@ file comparators, endian transformation
<td>-</td>
<td>-</td>
<td>-</td>
+<td>-</td>
<td>-</td></tr>
<tr class="b">
<th>Total</th>
@@ -2013,7 +2062,8 @@ file comparators, endian transformation
<th>snapshots.jboss.org</th>
<th>sonatype-nexus-snapshots</th>
<th>oss.sonatype.org/jboss-snapshots</th>
-<th>repository.jboss.org</th></tr>
+<th>repository.jboss.org</th>
+<th>apache.snapshots</th></tr>
<tr class="a">
<td>48 (compile: 39, test: 9)</td>
<td>0</td>
@@ -2021,7 +2071,8 @@ file comparators, endian transformation
<td>0</td>
<td>0</td>
<td>0</td>
-<td>4</td></tr></table></div>
+<td>4</td>
+<td>0</td></tr></table></div>
</td>
</tr>
</table>