Expand my Community achievements bar.

SOLVED

Unable to create project from archetype [com.adobe.granite.archetypes:aem-project-archetype:20 -> https://repo.adobe.com/nexus/content/groups/public]

Avatar

Level 2

Unable to create a new AEM project in either eclipse or Maven command line:

Unable to create project from archetype [com.adobe.granite.archetypes:aem-project-archetype:20 -> https://repo.adobe.com/nexus/content/groups/public]

Please let me know when the Adobe server is available.

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi @ajaykp ,

 

1. Check if all the values are configured under Advanced options in the previous window, configure archetype properties.

Screenshot 2020-03-01 at 12.38.23 PM.png

2. If they are all configured then maybe the adobe repo is not properly referenced.

The solution for this is to add the adobe-public profile to your Maven settings.xml file in order to automatically add repo.adobe.com to the maven build process. Refer https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/development/set-up-a-loca...

View solution in original post

3 Replies

Avatar

Community Advisor

can you check? it is available.

what other issues are you facing? I created a project with archtype 20, let me know if you face any issue.



Arun Patidar

Avatar

Level 4

I had the same issue and here is what I did to get around it:

Eclipse version:

Eclipse IDE for Enterprise Java Developers.

Version: 2019-06 (4.12.0)

Build id: 20190614-1200

Steps:

1) After you click finish and get the error, go back to the "Configure Archetype Properties" menu.

2) Click on Advanced and notice how about half of the properties are empty.

3) Fill in the missing properties and click next.

4) Even though the error will still be there, click Finish again and it will work.

Good luck!

Avatar

Correct answer by
Level 1

Hi @ajaykp ,

 

1. Check if all the values are configured under Advanced options in the previous window, configure archetype properties.

Screenshot 2020-03-01 at 12.38.23 PM.png

2. If they are all configured then maybe the adobe repo is not properly referenced.

The solution for this is to add the adobe-public profile to your Maven settings.xml file in order to automatically add repo.adobe.com to the maven build process. Refer https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/development/set-up-a-loca...