Based on configuration in Maven Archetype

How do I configure basedir

in Maven Archetype to a folder of my choice? It looks like the message below doesn't change it.

mvn archetype:generate -DgroupId=edu.pr.prototype.SpringHibWeb
    -DartifactId=SpringHibWebMVC1 
    -DarchetypeArtifactId=maven-archetype-webapp 
    -DinteractiveMode=true 
    -Dbasedir=D:\rough\check

      

+3


source to share





All Articles