Hi Matt,
Did you generate the site with Java 8? I tried:
`mvn clean test install`
`mvn site:site`
In the parent project, but the site generation stopped while creating the
Javadocs.
I'm using Java 8, with Maven 3.3.9.
--x snip x--
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-cli) on project
commons-weaver-base: Error generating maven-javadoc-plugin:2.10.4:javadoc:
[ERROR] Exit code: 1 -
/home/kinow/Development/java/apache/1.3_RC2/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/package-info.java:20:
warning: a package-info.java file has already been seen for package
org.apache.commons.weaver.privilizer
[ERROR] package org.apache.commons.weaver.privilizer;
[ERROR] ^
[ERROR] javadoc: warning - Multiple sources of package comments found for
package "org.apache.commons.weaver.privilizer"
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/processor/src/main/java/org/apache/commons/weaver/Consumes.java:42:
warning: no @return
[ERROR] Class<? extends WeaveLifecycleProvider<?>>[] value();
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/processor/src/main/java/org/apache/commons/weaver/Produces.java:42:
warning: no @return
[ERROR] Class<? extends WeaveLifecycleProvider<?>>[] value();
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycleToken.java:43:
warning: no @return
[ERROR] WeaveLifecycle value();
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java:113:
error: unknown tag: String
[ERROR] * @return List<String>
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilized.java:32:
warning: no @return
[ERROR] String value();
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java:49:
warning: no @return
[ERROR] CallTo[] value();
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java:38:
warning: no @return
[ERROR] Class<?> value();
[ERROR] ^
[ERROR]
/home/kinow/Development/java/apache/1.3_RC2/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java:43:
warning: no @return
[ERROR] String[] methods() default { };
[ERROR] ^
[ERROR]
[ERROR] Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc
@options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/home/kinow/Development/java/apache/1.3_RC2/target/site/apidocs' dir.
[ERROR] -> [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
--x snip x--
Cheers
Bruno
----- Original Message -----
> From: Matt Benson <[email protected]>
> To: Commons Developers List <[email protected]>
> Sent: Friday, 14 October 2016 10:30 AM
> Subject: [VOTE] Release Apache Commons Weaver 1.3 based on RC2
>
> I would like to release the [weaver] component.
>
> Apache Commons Weaver 1.3 RC2 is available for review at:
> https://dist.apache.org/repos/dist/dev/commons/weaver/ (r16517).
>
> Maven artifacts are at:
> https://repository.apache.org/content/repositories/orgapachecommons-1210 .
>
> 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.3_RC2
> (r1764791).
>
> Site (note some links may be broken; this will be fixed when the site
> is deployed):
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/index.html
>
> RAT Report:
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/rat-report.html
>
> Quality Reports (PMD/Checkstyle/Findbugs/japicmp):
>
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/commons-weaver-parent/commons-weaver-processor/project-reports.html
>
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-privilizer-parent/commons-weaver-privilizer-api/project-reports.html
>
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-privilizer-parent/commons-weaver-privilizer/project-reports.html
>
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/commons-weaver-parent/commons-weaver-modules-parent/commons-weaver-normalizer/project-reports.html
>
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/commons-weaver-parent/commons-weaver-maven-plugin/project-reports.html
>
> http://people.apache.org/~mbenson/commons-weaver-1.3-rc2/commons-weaver-parent/commons-weaver-antlib/project-reports.html
>
> Note that compatibility (japicmp) reports have only been produced for
> artifacts that could conceivably be used programmatically by downstream
> users: namely, *not* weaver modules.
>
> The only change from RC1 to RC2 has been the regeneration of the release
> notes.
>
> Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after
> 2130UTC 16-October 2016
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
>
> Thanks!
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]