Thursday, May 17, 2018

create maven project using cammand in ubuntu .



here i give write the sell script for create the java project using maven

mvn archetype:generate -DgroupId=com.javaselenium.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

DgroupId - your project name

No comments:

Post a Comment

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...