Oh, don't know how I didn't see the building file. Will make a mental note to 
look for it the next time :-) thank you.

  [ X ] +1 Release these artifacts

Building OK on

commit 01b06d5ef5c5ac3bd651bedcfec7433231cea371
Author: Stefan Bodewig <bode...@apache.org>
Date:   Sat Oct 14 15:17:09 2017 +0200

    prepare RC1 of Commons Compress 1.15

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 
2015-11-11T05:41:47+13:00)
Maven home: /opt/maven
Java version: 1.8.0_144, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8

OS name: "linux", version: "4.4.0-96-generic", arch: "amd64", family: "unix"

And 

PMD has a new issue introduced in TarUtils that could be easily fixed, but is 
not a blocker IMO - 
https://github.com/apache/commons-compress/blob/c348be132b835c1116ff1467f1dc67cbc5dc8971/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java#L294

+1 on Gary's comment about minor Javadoc warnings that could also be easily 
fixed.



________________________________
From: Stefan Bodewig <bode...@apache.org>
To: Commons Developers List <dev@commons.apache.org> 
Sent: Sunday, 15 October 2017 5:10 PM
Subject: Re: [VOTE] Release Compress 1.15 based on RC1



On 2017-10-15, Bruno P. Kinoshita wrote:

> I may be doing something wrong, but the site generation with `mvn
> clean site` appears to be failing

[snip]

> With:

> (...)
> [INFO] Loading execution data file 
> /home/kinow/Development/java/apache/commons-compress/target/jacoco.exec
> [INFO] Generating "japicmp" report              --- 
> japicmp-maven-plugin:0.9.3:cmp-report
> [debug] No packaging support defined, no filtering
> [debug] Searching for versions in versionRange: (,1.15)
> [debug] Parameter <oldVersionPattern> not configured, i.e. no version 
> filtered.
> [warn] No new version specified and file 
> '/home/kinow/Development/java/apache/commons-compress/target/classes' of 
> artifact could not be opened as jar archive: 
> /home/kinow/Development/java/apache/commons-compress/target/classes (Is a 
> directory)

https://github.com/apache/commons-compress/blob/master/BUILDING.md#building-the-site

:-)

japicmp only works properly if it can find a jar, so you need to run the
package goal together with the site goal. So the magic incantation is

mvn package site -Pjacoco


Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to