Hello Matt First try at building it was failing with [1], until I read BUILDING.txt and added the -Dquality.skip=true option. After that, `mvn clean test install` worked fine. I'm now trying to build the site, but after running `mvn site:site site:stage` or simply `mvn site`, I always get [2]. My env: Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T15:37:52-03:00)Maven home: /opt/apache-maven-3.2.1Java version: 1.7.0_65, vendor: Oracle CorporationJava home: /opt/jdk1.7.0_65/jreDefault locale: en_US, platform encoding: UTF-8OS name: "linux", version: "3.13.0-35-generic", arch: "amd64", family: "unix" Tried even `mvn package site:site` without success. I suspect it must be something simple that I'm missing from the building process? Thanks!Bruno [1] https://gist.github.com/kinow/cec3e897aacf7d1862be[2] https://gist.github.com/kinow/176fc9431cd0cf691516
From: Matt Benson <mben...@apache.org> To: dev@commons.apache.org Sent: Wednesday, September 24, 2014 11:30 AM Subject: [VOTE] Release Apache Commons Weaver 1.1 based on RC3 I would like to release the [weaver] component. Apache Commons Weaver 1.1 RC3 is available for review at: https://dist.apache.org/repos/dist/dev/commons/weaver/ (r6646). Maven artifacts are at: https://repository.apache.org/content/repositories/orgapachecommons-1045/ . Tested with Oracle JDKs 6, 7 and 8; IBM JDKs 6 and 7. The Subversion tag is: http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ (r1627063). Site (note some links are broken; this will be fixed when the site is deployed): http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/index.html RAT Report: http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/rat-report.html Quality Reports (CLIRR/PMD/Checkstyle/Findbugs): http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/commons-weaver-processor/project-reports.html http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/commons-weaver-modules-parent/commons-weaver-privilizer-parent/commons-weaver-privilizer-api/project-reports.html http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/commons-weaver-modules-parent/commons-weaver-privilizer-parent/commons-weaver-privilizer/project-reports.html http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/commons-weaver-modules-parent/commons-weaver-normalizer-parent/commons-weaver-normalizer/project-reports.html http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/commons-weaver-maven-plugin/project-reports.html http://people.apache.org/~mbenson/commons-weaver-1.1-rc3/commons-weaver-antlib-parent/commons-weaver-antlib/project-reports.html Keys: https://dist.apache.org/repos/dist/release/commons/KEYS Changes since RC2: - Javadoc fixes for Java 8 (thanks ggregory) - BUILDING.TXT symlink changed to BUILDING.txt - Documented Java 6 minimum in RELEASE-NOTES.txt - [WEAVER-4] enable [one specific] test on Oracle JVMs only Please review the release candidate and vote. This vote will close no sooner than 72 hours from now, i.e. after 1530UTC 27-September 2014 [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thanks!