Eclipse Maven AEM Integration using ArcheType-10 | Community
Skip to main content
AEM_Forum
Level 10
April 10, 2017
Solved

Eclipse Maven AEM Integration using ArcheType-10

  • April 10, 2017
  • 17 replies
  • 3234 views

Hi,

If my project is named example, the POM you are referring to is example/pom.xml ?

There are many POMs.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

17 replies

AEM_Forum
AEM_ForumAuthor
Level 10
April 10, 2017

Hi all,

Please find attached the steps I followed and the error I am getting.

I did include the dependency in POM.

Kindly suggest where I went wrong.

I am using Eclipse Neon, Maven 3.3.9 and AEM 6.2.

I would highly appreciate a quick reply from you.

Thanks,

Rama.

Feike_Visser1
Adobe Employee
Adobe Employee
April 10, 2017

Add the dependencies to the core/pom.xml

Prince_Shivhare
Community Advisor
Community Advisor
April 10, 2017

Hey,

Is your artifact id is in capital letter?

and for your dependencies:

for adding Uber-jar .. please follow this article. https://helpx.adobe.com/experience-manager/using/first-arch10.html and if you are adding Javax-inject then as fieke suggest please add it to project core POM file.

~ Prince

AEM_Forum
AEM_ForumAuthor
Level 10
April 11, 2017

Hi all,

Did anyone get a chance to look at my attachment as yet?

I need a resolution immediately.

Could you please suggest any one way that has worked with you on AEM 6.2 and you could guide me? (I am looking for UI based resolution more than command line, but with the situation I am in, any solution is fine for now).

May be we could have an Adobe Connect Session and close.

I highly appreciate your support.

Thanks,

Rama.

Feike_Visser1
Adobe Employee
Adobe Employee
April 11, 2017

I did look, and replied. Add the dependencies to the core/pom.xml.

AEM_Forum
AEM_ForumAuthor
Level 10
April 13, 2017

Hi Felke,

I tried these POM changes.

They did not work.

Thanks,

Rama.

Feike_Visser1
Adobe Employee
Adobe Employee
April 14, 2017

Can you first run "mvn clean install" from the command line and report back any errors?