From 8509b3ec9c7a56e68490d9864528b13288867af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E6=B5=A9=E6=B8=AF?= Date: Wed, 2 Aug 2017 16:38:27 +0800 Subject: [PATCH] Update maven.txt --- note/maven.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/note/maven.txt b/note/maven.txt index cfd2769..07a9120 100644 --- a/note/maven.txt +++ b/note/maven.txt @@ -14,6 +14,7 @@ mvn archetype:generate -DgroupId=组织名,公司网址的反写+项目名 -Dversion=版本号 -Dpackage=项目所在包名 -DarchetypeCatalog=internal + -DarchetypeArtifactId=[maven-archetype-webapp]项目类型 mvn archetype:generate -DarchetypeCatalog=internal按照提示进行选择