我尽量将自己的原型部署到Artifactory。 http://www.java-redefined.com/2013/10/create-custom-archetype-and-deploy-on.html
我按照本教程但在尝试之后:
文件夹中的mvn archetype:generate
无法找到原型。
Maven as Mirror工作。
archetype-catalog.xml包含:
<?xml version="1.0" encoding="UTF-8"?><archetype-catalog>
<archetypes>
<archetype>
<groupId>de.custom.transformation</groupId>
<artifactId>camel-route-template</artifactId>
<version>0.0.1</version>
<repository>https://artifactory.custom.de/artifactory/mbts-release-local<repository>
<description>camel-route-template</description>
</archetype>
</archetypes>
</archetype-catalog>
任何人都可以帮助我并提供一些提示吗?