UdacityでApache Stormの勉強しています。

UdacityでApache Stormの勉強しています。

vagrantとかmavenとか始めて使ってみた物が結構多いので、少し難しいです。

vagrant@ubuntu1404-i386:~$ cd /vagrant/lesson1/stage1
vagrant@ubuntu1404-i386:/vagrant/lesson1/stage1$ mvn package
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building udacity-storm-lesson1_stage2 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ udacity-storm-lesson1_stage2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /vagrant/lesson1/stage1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ udacity-storm-lesson1_stage2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- clojure-maven-plugin:1.3.12:compile (compile) @ udacity-storm-lesson1_stage2 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ udacity-storm-lesson1_stage2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /vagrant/lesson1/stage1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ udacity-storm-lesson1_stage2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ udacity-storm-lesson1_stage2 ---
[INFO] No tests to run.
[INFO] Surefire report directory: /vagrant/lesson1/stage1/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- clojure-maven-plugin:1.3.12:test (test) @ udacity-storm-lesson1_stage2 ---