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 would the command mvn clean dependency:copy-dependencies package do?



What would the command mvn clean dependency:copy-dependencies package do?..

Answer / Sameer Kumar

The command 'mvn clean dependency:copy-dependencies package' performs the following tasks:n1. cleans the project by deleting the target directory and output files.n2. copies all direct dependencies specified in the pom.xml file to the local repository.n3. packages the artifact, including the main class or resource files, and generates the JAR or WAR file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

What are its features of uber jar?

1 Answers  


Have you heard of ban duplicate classes maven enforcer plugin? What is its use?

1 Answers  


What is build profile?

1 Answers  


What are the benefits of transitive dependency in maven?

1 Answers  


What are the benefits of transitive depency in maven?

1 Answers  


What is the use of the exclusion element?

1 Answers  


What would the command mvn clean do?

1 Answers  


What is the use of the execution element in pom file?

1 Answers  


What is an archetype in maven?

1 Answers  


What is force maven update?

1 Answers  


What are the build phases in maven?

1 Answers  


List out what are the Maven’s order of inheritance?

1 Answers  


Categories