andruhon commented on issue #375: WICKET-6666 modal dialog URL: https://github.com/apache/wicket/pull/375#issuecomment-510254434 I just wanted to have a look at the modal, and I can't build: `wicket> mvn clean install -DskipTests=true` ``` ... [INFO] Reactor Summary: [INFO] [INFO] Wicket Parent 9.0.0-M3-SNAPSHOT .................... SUCCESS [ 3.094 s] [INFO] Wicket Util 9.0.0-M3-SNAPSHOT ...................... FAILURE [ 0.825 s] [INFO] Wicket Request 9.0.0-M3-SNAPSHOT ................... SKIPPED ... [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.814 s [INFO] Finished at: 2019-07-11T10:20:06+12:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project wicket-util: Fatal error compiling: invalid flag: --release -> [Help 1] ... ``` `wicket-util> mvn clean compile -DskipTests=true` ``` ... [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.071 s [INFO] Finished at: 2019-07-11T10:22:19+12:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project wicket-util: Fatal error compiling: invalid flag: --release -> [Help 1] ... ```
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services