You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/12/09 19:44:42 UTC

[GitHub] [maven-compiler-plugin] pzygielo opened a new pull request #26: (doc) Fixes in multirelease page

pzygielo opened a new pull request #26: (doc) Fixes in multirelease page
URL: https://github.com/apache/maven-compiler-plugin/pull/26
 
 
    - [ ] *Run `mvn clean verify` to make sure basic checks pass. A more thorough check will        be performed on your pull request automatically.*
   Unfortunately it fails on my machine with
   ```
   [ERROR] testCompilerFork(org.apache.maven.plugin.compiler.CompilerMojoTestCase)  Time elapsed: 0.12 s  <<< ERROR!
   org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
   	at org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerFork(CompilerMojoTestCase.java:215)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   CompilerMojoTestCase.testCompilerFork:215 ยป CompilationFailure Compilation fai...
   [INFO] 
   [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 0
   
   ```
   
   but as I didn't touch the code I ignored it. But I ran `mvn site -DskipTests=true` to observe my changes in produced `target/site/multirelease.html`.
   
   ---
   
   To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box.
   
    - [X] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
    - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services