AEM 6 / Maven build error on new aem-project-archetype : 8
Hi all,
I'm using the Eclipse AEM Dev Tool to create a vanilla AEM 6 project using the new com.adobe.granite.archetypes : aem-project-archetype : 8
Which creates these modules/projects:
core
it.launcher
it.tests
ui.apps
ui.content
However if I build from the parent pom.xml (mvn clean install) I always get this error, even without any change:
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example.it.launcher ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] example ............................................ SUCCESS [ 1.280 s]
[INFO] Example - Core ..................................... SUCCESS [ 14.076 s]
[INFO] Example - UI apps .................................. SUCCESS [ 4.128 s]
[INFO] Example - UI content ............................... SUCCESS [ 0.280 s]
[INFO] Example - Integration Tests Bundles ................ SUCCESS [ 1.140 s]
[INFO] Example - Integration Tests Launcher ............... FAILURE [ 10.809 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.141 s
[INFO] Finished at: 2015-04-15T14:09:38+01:00
[INFO] Final Memory: 40M/368M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project example.it.launcher: The packaging for this project did not assign a file to the build artifact -> [Help 1]
Any ideas?
Regards,
Jason