0

Suppos that repo and share module were generated from maven alfresco archetype as described here. And now it needed to install one of alvex addons. It is clear that jars/amp can be build from sources, but what to do with this? Where to put they in generated maven project to get them installed in alfresco when mvn integration-test -Pamp-to-war is executed?

Tunaki
  • 132,869
  • 46
  • 340
  • 423
Cherry
  • 31,309
  • 66
  • 224
  • 364

1 Answers1

0

That tutorial assumes two separate maven projects created using the repo archetype and the share archetype, respectively.

If you want to be able to run integration tests with multiple AMPs you may rather use the all-in-one archetype instead.

See How to use external AMP in alfresco Maven Project

Community
  • 1
  • 1
Jeff Potts
  • 10,468
  • 17
  • 40