Skip to content

Instantly share code, notes, and snippets.

@ChiftKey
Created August 8, 2019 05:21
Show Gist options
  • Save ChiftKey/1f64a1a28d8dbf9bb21e3694848ec042 to your computer and use it in GitHub Desktop.
Save ChiftKey/1f64a1a28d8dbf9bb21e3694848ec042 to your computer and use it in GitHub Desktop.

Revisions

  1. ChiftKey created this gist Aug 8, 2019.
    21 changes: 21 additions & 0 deletions mvn exec:java example
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    $ 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] ------------------------------------------------------------------------