使用 alfresco sdk 的空 maven 项目
empty maven project using alfresco sdk
当我尝试使用 alfresco sdk 创建空的 maven 项目时:
mvn archetype:generate -DarchetypeCatalog=https://artifacts.alfresco.com/nexus/content/groups/public/archetype-catalog.xml -Dfilter=org.alfresco.maven.archetype
我收到一个错误:
archetypeCatalog
'https://artifacts.alfresco.com/nexus/content/groups/public/archetype-catalog.xml'
is not supported anymore. Please read the plugin documentation for
details.
请告诉我如何解决这个问题!!!
您使用了错误的命令。如果您没有看到用于创建原型的菜单,请检查防火墙设置。
使用以下命令:
mvn archetype:generate -Dfilter=org.alfresco:
当我尝试使用 alfresco sdk 创建空的 maven 项目时:
mvn archetype:generate -DarchetypeCatalog=https://artifacts.alfresco.com/nexus/content/groups/public/archetype-catalog.xml -Dfilter=org.alfresco.maven.archetype
我收到一个错误:
archetypeCatalog 'https://artifacts.alfresco.com/nexus/content/groups/public/archetype-catalog.xml' is not supported anymore. Please read the plugin documentation for details.
请告诉我如何解决这个问题!!!
您使用了错误的命令。如果您没有看到用于创建原型的菜单,请检查防火墙设置。
使用以下命令:
mvn archetype:generate -Dfilter=org.alfresco: