Expand my Community achievements bar.

Failed to execute goal com.day.jcr.vault:content-package-maven-plugin

Avatar

Level 1

Hi there,

I m following this link https://helpx.adobe.com/experience-manager/using/creating-mobile-aem.html for creating Mobile application for Adobe Experience Manager 6.

I follow all the step as documented but at end i got error,i m attaching the snapshot of the error what i m getting.

any help would be appreciated.

6 Replies

Avatar

Administrator

What is the AEM version you are using? and also again run the maven with -e -x command and share the error logs.

If it is 6.1 use:- https://helpx.adobe.com/experience-manager/using/aem61_apps.html

And the new Helpx article would be coming in this week :-http://scottsdigitalcommunity.blogspot.in/2016/06/building-adobe-experience-manager.html

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 1

I m using Adobe Express Manager 6, i have dowloaded the "AEM-CQ-apps-featurepack".

Avatar

Administrator

afzalk wrote...

I m using Adobe Express Manager 6, i have dowloaded the "AEM-CQ-apps-featurepack".

 

 

 

Please share the POM file in use.



Kautuk Sahni

Avatar

Level 3

Can you please paste the full error trace ?

Avatar

Level 10

Follow the instuctions here:

https://github.com/scottm2020/aem-phonegap-kitchen-sink/blob/master/README.md

Make sure you run: 

npm install

Then skip the tests and run: 

mvn -PautoInstallPackage clean install -DskipTests

THis worked for me. 

We will update the article too. 

Avatar

Administrator

Working fine for me as well (follow :- https://github.com/scottm2020/aem-phonegap-kitchen-sink/blob/master/README.md), 

1. npm install

2. mvn -PautoInstallPackage clean install -DskipTests

~kautuk



Kautuk Sahni