Hi,

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

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

    prepare RC1 of Commons Compress 1.15

$ mvn -v
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"

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)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:02 min
[INFO] Finished at: 2017-10-15T11:24:22+13:00
[INFO] Final Memory: 80M/936M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.6:site (default-site) on project 
commons-compress: Error generating japicmp-maven-plugin:0.9.3:cmp-report: 
Failed to generate report: Please provide at least one resolvable new version 
using one of the configuration elements <newVersion/> or <newVersions/>. -> 
[Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Tried the same command with Java 7 and got the same error. Had a look at the 
Travis CI file to see if it suggested a different build command. `mvn install` 
works fine. Trying a `mvn site` in sequence fails with the same error.

Am I doing something wrong? Or is there a build requirement or command that I 
need to look at for building compress?

Cheers
Bruno


________________________________
From: Stefan Bodewig <bode...@apache.org>
To: dev@commons.apache.org 
Sent: Sunday, 15 October 2017 2:45 AM
Subject: [VOTE] Release Compress 1.15 based on RC1



Hi all


this is mostly a bugfix release but it was about time for a new release.


Compress 1.15 RC1 is available for review here:

    https://dist.apache.org/repos/dist/dev/commons/compress/ (svn revision 
22476)


The tag is here:

    
https://git-wip-us.apache.org/repos/asf?p=commons-compress.git;a=tag;h=ae82f93454d4dcd57ac1ed7d53114bda2f82c8f3

    on commit

    
https://git-wip-us.apache.org/repos/asf?p=commons-compress.git;a=commit;h=01b06d5ef5c5ac3bd651bedcfec7433231cea371


Maven artifacts are here:

    
https://repository.apache.org/content/repositories/orgapachecommons-1277/org/apache/commons/commons-compress/1.15/


These are the Maven artifacts and their sha1 hashes


b686cd04abaef1ea7bc5e143c080563668eec17e  commons-compress-1.15.jar

3f5c9429da7cc2ca4b73a415928fac5f9949c798  commons-compress-1.15.jar.asc

9a165c3cc83158820bfa0691dcd15379fa3c8ab9  commons-compress-1.15-javadoc.jar

05b6759fa95e7981c7ca0982c37880bd784e6642  commons-compress-1.15-javadoc.jar.asc

670c082e6fc3a99950ee385edc4d9352fb0a99d7  commons-compress-1.15.pom

d68decca16fa849cf432fd8e29510f1a21100518  commons-compress-1.15.pom.asc

a82a61e0bbce4e06281c675af7422553bf20ca8f  commons-compress-1.15-sources.jar

73da7e4ccac26460b301edd7ece1ac3546e2842e  commons-compress-1.15-sources.jar.asc

0e23a1617451c69488e57141c1ca99929d25ed5e  commons-compress-1.15-tests.jar

8d7535a2d7efa4c870f93946289669efc74a7f78  commons-compress-1.15-tests.jar.asc

9149c762ebf2248c0f20b62b59d827535f6604a4  commons-compress-1.15-test-sources.jar

e545455b5fd7ec12b8ddfa8cec92af2df056aa9a  
commons-compress-1.15-test-sources.jar.asc


I have tested this with JDK 8 using Maven 3.3.9.


Details of changes since 1.14 are in the release notes:

    https://dist.apache.org/repos/dist/dev/commons/compress/RELEASE-NOTES.txt

    
https://stefan.samaflost.de/staging/commons-compress-1.15/changes-report.html


Site:

    https://stefan.samaflost.de/staging/commons-compress-1.15/

  (as usual I'll re-create the site once the release date is known,

    download links and the links for thr 1.15 javadocs don't work)


japicmp Report (compared to 1.14):

    https://stefan.samaflost.de/staging/commons-compress-1.15/japicmp.html


RAT Report:

    https://stefan.samaflost.de/staging/commons-compress-1.15/rat-report.html


KEYS:

  https://www.apache.org/dist/commons/KEYS


Please review the release candidate and vote.

This vote will close no sooner that 72 hours from now,

i.e. sometime after 14:00 UTC 17-October 2017


  [ ] +1 Release these artifacts

  [ ] +0 OK, but...

  [ ] -0 OK, but really should fix...

  [ ] -1 I oppose this release because...


Thanks!


        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