Maven command to create Java and Javaweb engineering __web

Source: Internet
Author: User

It's customary to create MAVEN projects through the IDE, such as Eclipse

To create a MAVEN project using the MAVEN command, you need to use the Maven archetype Plugin,

The archetype Plugin allows the user to create a Maven project from a existing template called a archetype.

It also allows the user to create a archetype from a existing project.

This plugin requires Java 5.

command Format

MVN archetype:generate-dgroupid=[your GroupId]-dartifactid=[your Artifactid]-dversion=[your version]- Darchetypeartifactid=[archetypeartifactid]
1. Create common Java Projects

Command:

MVN archetype:generate-dgroupid=com.ricky.codelab-dartifactid=demo-darchetypeartifactid= Maven-archetype-quickstart
2. Create General Javaweb Project

Command:
MVN archetype:generate-dgroupid=com.ricky.codelab-dartifactid=webdemo-darchetypeartifactid= Maven-archetype-webapp Note

MVN archetype:create is deprecated in Maven 3.0.5 and beyond. Please
Use the Generate Mojo instead.


Resources:
http://maven.apache.org/archetype/maven-archetype-plugin/
Http://maven.apache.org/archetype/maven-archetype-plugin/create-mojo.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.