Created
September 25, 2015 12:59
-
-
Save rmpestano/ac7223d4d390054c5509 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] Arquillian Cube Containerless ..................... SUCCESS [0.005s] | |
| [INFO] Arquillian Cukes In Space ......................... SUCCESS [0.028s] | |
| [INFO] Arquillian Universe Test .......................... FAILURE [37.442s] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD FAILURE | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 45.906s | |
| [INFO] Finished at: Fri Sep 25 09:40:50 BRT 2015 | |
| [INFO] Final Memory: 15M/116M | |
| [INFO] ------------------------------------------------------------------------ | |
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project arquillian-test: Compilation failure | |
| [ERROR] /home/pestano/projects/arquillian/arquillian-universe-bom/test/src/test/java/org/arquillian/universe/test/SimpleTestCase.java:[11,1] error: annotations are not supported in -source 1.3 | |
| [ERROR] -> [Help 1] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maven compiler plugin setting to java 7 solves it: