Guest User

Untitled

a guest
Feb 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ## Simple java project
  2. ```bash
  3. $ mvn archetype:generate -DgroupId=com.lemsst -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
  4. ```
  5.  
  6. ## Convert to IntelliJ project
  7. ```bash
  8. $ mvn idea:idea
  9. ```
Add Comment
Please, Sign In to add comment