Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save searls/3084838 to your computer and use it in GitHub Desktop.
Save searls/3084838 to your computer and use it in GitHub Desktop.
Results of running `mvn clean install` on the jasmine-webapp-passing example here: https://github.com/searls/jasmine-maven-plugin/tree/master/src/test/resources/examples/jasmine-webapp-passing
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Example Webapp using Jasmine Maven Plugin 1.1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jasmine-webapp-passing ---
[INFO] Deleting /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jasmine-webapp-passing ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jasmine-webapp-passing ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jasmine-webapp-passing ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jasmine-webapp-passing ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ jasmine-webapp-passing ---
[INFO] No tests to run.
[INFO] Surefire report directory: /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] >>> jasmine-maven-plugin:1.1.0.1-SNAPSHOT:test (default) @ jasmine-webapp-passing >>>
[INFO]
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:generateManualRunner (default) @ jasmine-webapp-passing ---
[INFO] Generating runner 'ManualSpecRunner.html' in the Jasmine plugin's target directory to open in a browser to facilitate faster feedback.
[INFO] SpecRunnerTemplate DEFAULT
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jasmine-webapp-passing ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/src/main/resources
[INFO]
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:resources (default) @ jasmine-webapp-passing ---
[INFO] Processing JavaScript Sources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jasmine-webapp-passing ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jasmine-webapp-passing ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/src/test/resources
[INFO]
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:testResources (default) @ jasmine-webapp-passing ---
[INFO] Processing JavaScript Specs
[INFO]
[INFO] <<< jasmine-maven-plugin:1.1.0.1-SNAPSHOT:test (default) @ jasmine-webapp-passing <<<
[INFO]
[INFO] --- jasmine-maven-plugin:1.1.0.1-SNAPSHOT:test (default) @ jasmine-webapp-passing ---
[INFO] Executing Jasmine Specs
[INFO]
-------------------------------------------------------
J A S M I N E S P E C S
-------------------------------------------------------
[INFO]
HelloWorld
should say hello
Results: 1 specs, 0 failures
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ jasmine-webapp-passing ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jasmine-webapp-passing] in [/Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/target/jasmine-webapp-passing-1.1.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/target/jasmine-webapp-passing-1.1.0.1-SNAPSHOT.war
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jasmine-webapp-passing ---
[INFO] Installing /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/target/jasmine-webapp-passing-1.1.0.1-SNAPSHOT.war to /Users/justin/.m2/repository/com/github/searls/jasmine-webapp-passing/1.1.0.1-SNAPSHOT/jasmine-webapp-passing-1.1.0.1-SNAPSHOT.war
[INFO] Installing /Users/justin/code/java/jasmine-maven-plugin/src/test/resources/examples/jasmine-webapp-passing/pom.xml to /Users/justin/.m2/repository/com/github/searls/jasmine-webapp-passing/1.1.0.1-SNAPSHOT/jasmine-webapp-passing-1.1.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.601s
[INFO] Finished at: Tue Jul 10 13:16:54 EDT 2012
[INFO] Final Memory: 11M/81M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment