我有一些 Eclipse maven 项目,我通常会复制并粘贴/修改它作为“模板”应用程序。我怎样才能使它成为一个 maven 原型,以便我可以使用 maven 创建这些模板项目,并且可能在哪里发布它的最佳位置?
这样我就可以做类似的事情:
mvn archetype:generate -DarchetypeRepository=repo1.maven.org -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.3.0