...
Code Block |
---|
... [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ helloworld --- [INFO] Installing /Users/yourname/projects/distributeme-examples/helloworld/target/helloworld-1.0.0-SNAPSHOT.jar to /Users/yourname/.m2/repository/net/anotheria/helloworld/1.0.0-SNAPSHOT/helloworld-1.0.0-SNAPSHOT.jar [INFO] Installing /Users/your name/projects/distributeme-examples/helloworld/pom.xml to /Users/yourname/.m2/repository/net/anotheria/helloworld/1.0.0-SNAPSHOT/helloworld-1.0.0-SNAPSHOT.pom [INFO] Installing /Users/yourname/projects/distributeme-examples/helloworld/target/helloworld-1.0.0-SNAPSHOT-jar-with-dependencies.jar to /Users/yourname/.m2/repository/net/anotheria/helloworld/1.0.0-SNAPSHOT/helloworld-1.0.0-SNAPSHOT-jar-with-dependencies.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.071s [INFO] Finished at: Mon Aug 13 23:35:34 CEST 2012 [INFO] Final Memory: 14M/265M [INFO] ------------------------------------------------------------------------ |
...
Background
Before running an example
For running this example you also need to launch DistributeMe Registry. This process is described on Building & running page.
Leaving Tomcat with DistributeMe Registry application running you can complete an example with follow-up actions.
...