Commit c8cc1d05 authored by Administrator's avatar Administrator

升级原型项目版本

parent 46a02c92
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
`注意` maven-archetype-plugin `2.4`及以下版本可以正常使用下面命令 `注意` maven-archetype-plugin `2.4`及以下版本可以正常使用下面命令
``` ```
mvn archetype:generate -D archetypeGroupId=hls-custom -D archetypeArtifactId=hls-custom-parent-archetype -D archetypeVersion=1.0-RELEASE -D groupId=hls -D artifactId=hls-custom -D package=Hls.core -D version=1.0-RELEASE -D archetypeRepository=https://hls.hand-china.com/nexus/content/repositories/Hls-Releases mvn archetype:generate -D archetypeGroupId=hls-custom -D archetypeArtifactId=hls-custom-parent-archetype -D archetypeVersion=1.0.1-RELEASE -D groupId=hls -D artifactId=hls-custom -D package=Hls.core -D version=1.0-RELEASE -D archetypeRepository=https://hls.hand-china.com/nexus/content/repositories/Hls-Releases
``` ```
...@@ -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=com.hand.hls -D archetypeArtifactId=hls-custom-parent-archetype -D archetypeVersion=1.0.0-RELEASE -D groupId=com.hand.hls.custom -D artifactId=hls-custom -D package=com.hand.hls.custom -D version=1.0.0-RELEASE -D archetypeRepository=https://hel.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.1-RELEASE -D groupId=com.hand.hls.custom -D artifactId=hls-custom -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