mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="net.liftweb" -DarchetypeArtifactId="lift-archetype-jpa-blank" -DarchetypeVersion="1.1-M1" -DinteractiveMode=false
GroupId | GroupIdnet.liftweb |
---|---|
ArtifactId | ArtifactIdlift-archetype-jpa-blank |
Version | Version1.1-M1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-jpa-blank -DarchetypeVersion=1.1-M1 -DinteractiveMode=false