# maven-template **Repository Path**: whlcshit/maven-template ## Basic Information - **Project Name**: maven-template - **Description**: maven新建项目模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-03 - **Last Updated**: 2022-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用方法 | 版本 | 修改时间 | 修改内容 | 修改人 | | ---- | ---------- | ------------------------ | ------ | | V1.4 | 2022.03.25 | 修改新建工程中模版版本号 | 王泓林 | ## 编译命令 ``` mvn install -DskipTests ``` ## 新建工程 ``` mvn archetype:generate -DgroupId=com.mango -DartifactId=new_test1 -Dversion=1.1-SNAPSHOT -DarchetypeGroupId=com.mango -DarchetypeCatalog=local -DarchetypeArtifactId=maven-template -DarchetypeVersion=1.4 -DinteractiveMode=false ```