Created
August 8, 2019 05:21
-
-
Save ChiftKey/1f64a1a28d8dbf9bb21e3694848ec042 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
$ mvn exec:java | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] -------------------------< com.tuyano:mvn-app >------------------------- | |
[INFO] Building mvn-app 1.0-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ mvn-app --- | |
***** App class ***** | |
Hi,Taro. Welcome to Maven World! | |
***** App class ***** | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 0.498 s | |
[INFO] Finished at: 2019-08-08T14:08:56+09:00 | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment