-
-
Save nopolabs/2669441 to your computer and use it in GitHub Desktop.
Create a new project using maven's quickstart archetype
This file contains 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
#!/bin/bash | |
PKG=${1:?Usage: nmvn pkg} | |
PACKAGE=com.nopolabs.$PKG | |
mvn archetype:generate -DgroupId=$PACKAGE -DartifactId=$PACKAGE -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment