Many thanks, Oliver On 2016-12-27, Oliver Heger wrote:
> build works fine with Java 1.7 and 1.8 on Windows 10. Artifacts and site > look good. > When building the site with Java 1.8 I get the failure below. Is there > any special configuration needed? Could this be a Windows problem? > [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.13) > [INFO] artifact org.apache.commons:commons-compress: checking for > updates from central > [debug] Parameter <oldVersionPattern> not configured, i.e. no version > filtered. > Downloading: > https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar > Downloaded: > https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar > (433 KB at 400.9 KB/sec) > [warn] No new version specified and file > 'c:\data\dev\projects\OpenSource\compress\commons-compress-1.13-src\target\classes' > of artifact could not be opened as jar archive: > c:\data\dev\projects\OpenSource\compress\commons-compress-1.13-src\target\classes > (Zugriff verweigert) Right now you must use "mvn package site" in order to ensure the jar is there. Commons Parent 42 will help a bit here as japicmp will be skipped if the jar is not there. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org