Hello Benedikt, I tried it on my system (r1653307 + 37-SN) and it has the same problem:
342827 [ERROR] Bad class file C:\users\eckenfel\.m2\asf-repository\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar:com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class 3 I suspect this is a synthetically generated resource class. AS has a exclude dependencies and class configuration. I just wonder if we want to add that to parent or make a configuration via property available. Active Profiles for Project 'org.apache.commons:commons-lang3:jar:3.4-SNAPSHOT': The following profiles are active: - animal-sniffer (source: org.apache.commons:commons-parent:37-SNAPSHOT) - cobertura (source: org.apache.commons:commons-parent:37-SNAPSHOT) - svn-buildnumber (source: org.apache.commons:commons-parent:37-SNAPSHOT) - jdk7-plugin-fix-version (source: org.apache.commons:commons-parent:37-SNAPSHOT) - maven-3 (source: org.apache:apache:16) BTW: I do get an JUnit failure: Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00) Maven home: C:\devenv\apache-maven-3.2.5 Java version: 1.7.0_72, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0\jre Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" C Running org.apache.commons.lang3.time.FastDateFormatTest Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.356 sec <<< FAILURE! - in org.apache.commons.lang3.time.FastDateFormatTest testParseSync(org.apache.commons.lang3.time.FastDateFormatTest) Time elapsed: 26.978 sec <<< FAILURE! java.lang.AssertionError: did not complete tasks at org.junit.Assert.fail(Assert.java:88) at org.apache.commons.lang3.time.FastDateFormatTest.measureTime(FastDateFormatTest.java:317) at org.apache.commons.lang3.time.FastDateFormatTest.testParseSync(FastDateFormatTest.java:278) Looks like a timing thing? Gruss Bernd Am Wed, 21 Jan 2015 19:51:04 +0100 schrieb Benedikt Ritter <[email protected]>: > Hi, > > I was playing around with the Commons skin and had to include CP > 37-SNAPSHOT into lang to get my new site skin prototype working. When > executing mvn clean site on lang with: > > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; > 2014-12-14T18:29:23+01:00) > Maven home: /usr/local/Cellar/maven/3.2.5/libexec > Java version: 1.7.0_71, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre > Default locale: de_DE, platform encoding: UTF-8 > OS name: "mac os x", version: "10.10.1", arch: "x86_64", family: "mac" > > I get: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on > project commons-lang3: failed to get report for > org.codehaus.mojo:cobertura-maven-plugin: Failed to execute goal > org.codehaus.mojo:animal-sniffer-maven-plugin:1.13:check > (checkAPIcompatibility) on project commons-lang3: Failed to check > signatures: failed to process jar > /Users/bene/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar : > Bad class file > /Users/bene/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar:com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class: > 48188 -> [Help 1] > > Any ideas? > > Benedikt > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
