Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the syntax for offline project creation?



What is the syntax for offline project creation?..

Answer / Gaurav Mishra

The syntax for offline project creation in Apache Maven depends on the project's type. For example, to create a Java project (Maven Archetype Quick Start), you can use the following command: mvn archetype:generate -DgroupId=com.example -DartifactId=myProject -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

How do you check if you have maven installed?

1 Answers  


What would the “jar: jar” goal do?

1 Answers  


What is a test dependency scope in maven?

1 Answers  


What is the pom packaging in maven?

1 Answers  


Why do we say “maven uses convention over configuration”?

1 Answers  


How to tackle duplicate classes in maven build?

1 Answers  


How do you build fat jar using maven?

1 Answers  


What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?

1 Answers  


What phases does a clean lifecycle consist of?

1 Answers  


What types of maven repository?

1 Answers  


What are its features/advantages of uber jar?

1 Answers  


Explain what would the “jar: jar” goal do?

1 Answers  


Categories