I’m running `mvn site` on a PR I’ve authored, and i get an error unrelated
to my changes.  Has anyone else seen this?

```bash

*INFO*]
*------------------------------------------------------------------------*

[*INFO*] *Reactor Summary for Apache Commons VFS Project 2.7.0-SNAPSHOT:*

[*INFO*]

[*INFO*] Apache Commons VFS Project ......................... *SUCCESS*
[01:06 min]

[*INFO*] Apache Commons VFS ................................. *FAILURE*
[05:31 min]

[*INFO*] Apache Commons VFS Jackrabbit 1 .................... *SKIPPED*

[*INFO*] Apache Commons VFS Jackrabbit 2 .................... *SKIPPED*

[*INFO*] Apache Commons VFS Examples ........................ *SKIPPED*

[*INFO*] Apache Commons VFS Distribution .................... *SKIPPED*

[*INFO*]
*------------------------------------------------------------------------*

[*INFO*] *BUILD FAILURE*

[*INFO*]
*------------------------------------------------------------------------*

[*INFO*] Total time:  06:38 min

[*INFO*] Finished at: 2020-02-22T08:48:57-05:00

[*INFO*]
*------------------------------------------------------------------------*

[*ERROR*] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.8.2:site *(default-site)* on
project commons-vfs2: *Error generating maven-javadoc-plugin:3.1.1:javadoc
report*:

[*ERROR*] Exit code: 1 -
/Users/ottofowler/src/apache/forks/commons-vfs/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java:262:
error: unexpected text

[*ERROR*]      * Returns {@link true} if the detection of the exec channel
should be disabled.

[*ERROR*]                ^

[*ERROR*]
/Users/ottofowler/src/apache/forks/commons-vfs/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java:263:
error: unexpected text

[*ERROR*]      * Returns {@link false} if the detection of the exec channel
should be enabled.

[*ERROR*]                ^

[*ERROR*]

[*ERROR*] Command line was:
/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre/../bin/javadoc
@options @packages

[*ERROR*]

[*ERROR*] Refer to the generated Javadoc files in
'/Users/ottofowler/src/apache/forks/commons-vfs/commons-vfs2/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

[*ERROR*]

[*ERROR*] After correcting the problems, you can resume the build with the
command

[*ERROR*]   *mvn <args> -rf :commons-vfs2*
*```*

Reply via email to