Commit 35d40bc6 authored by 高洋's avatar 高洋

Updates project-create.md

Auto commit by GitBook Editor
parent aaa24973
...@@ -81,7 +81,7 @@ mvn archetype:generate -D archetypeGroupId=hls-custom -D archetypeArtifactId=hl ...@@ -81,7 +81,7 @@ mvn archetype:generate -D archetypeGroupId=hls-custom -D archetypeArtifactId=hl
解决方案: 解决方案:
指定使用2.4版本的archetype-plugin插件: 指定使用2.4版本的archetype-plugin插件:
``` ```
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -D archetypeGroupId=hls-custom -D archetypeArtifactId=hls-custom-parent-archetype -D archetypeVersion=1.0-RELEASE -D groupId=hls -D artifactId=HlsParent -D package=Hls.core -D version=1.0-RELEASE -D archetypeRepository=https://hls.hand-china.com/nexus/content/repositories/Hls-Releases mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -D archetypeGroupId=com.hand.hls -D archetypeArtifactId=hls-custom-parent-archetype -D archetypeVersion=1.0.0-RELEASE -D groupId=com.hand.hls.custom -D artifactId=HlsCustomParent -D package=com.hand.hls.custom -D version=1.0.0-RELEASE -D archetypeRepository=https://hel.hand-china.com/nexus/content/repositories/Hls-Releases
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment