Created
September 2, 2011 14:07
-
-
Save anpieber/1188675 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
| [pieber@coprime exam-test-karaf]$ mvn clean install | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building test 0.0.1-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ test --- | |
| [INFO] Deleting /home/pieber/projects/exam-test-karaf/target | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ test --- | |
| [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] Copying 0 resource | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ test --- | |
| [INFO] Nothing to compile - all classes are up to date | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ test --- | |
| [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] Copying 0 resource | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ test --- | |
| [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! | |
| [INFO] Compiling 1 source file to /home/pieber/projects/exam-test-karaf/target/test-classes | |
| [INFO] | |
| [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ test --- | |
| [INFO] Surefire report directory: /home/pieber/projects/exam-test-karaf/target/surefire-reports | |
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running test.ExamTest | |
| log4j:WARN No appenders could be found for logger (org.ops4j.pax.exam.spi.DefaultExamSystem). | |
| log4j:WARN Please initialize the log4j system properly. | |
| log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| =========================================== | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.708 sec | |
| Results : | |
| Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 | |
| [INFO] | |
| [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ test --- | |
| [INFO] Building jar: /home/pieber/projects/exam-test-karaf/target/test-0.0.1-SNAPSHOT.jar | |
| [INFO] | |
| [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ test --- | |
| [INFO] Installing /home/pieber/projects/exam-test-karaf/target/test-0.0.1-SNAPSHOT.jar to /home/pieber/.m2/repository/test/test/0.0.1-SNAPSHOT/test-0.0.1-SNAPSHOT.jar | |
| [INFO] Installing /home/pieber/projects/exam-test-karaf/pom.xml to /home/pieber/.m2/repository/test/test/0.0.1-SNAPSHOT/test-0.0.1-SNAPSHOT.pom | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 3.894s | |
| [INFO] Finished at: Fri Sep 02 16:02:25 CEST 2011 | |
| [INFO] Final Memory: 16M/219M | |
| [INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment