Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设 repo 和 share 模块是从这里描述的 maven alfresco 原型生成的。现在它需要安装一个alvex插件。很明显 jars/amp 可以从源代码构建,但是如何处理呢?执行时将它们放在生成的 maven 项目中的哪里以便将它们安装在露天mvn integration-test -Pamp-to-war?
mvn integration-test -Pamp-to-war
该教程假设分别使用 repo 原型和 share 原型创建了两个独立的 maven 项目。
如果您希望能够使用多个 AMP 运行集成测试,您可能宁愿使用一体化原型。
请参阅如何在 alfresco Maven 项目中使用外部 AMP