Expand my Community achievements bar.

SOLVED

No suitable archetypes found

Avatar

Level 2
I am trying to get an AEM-eclipse-maven development environment configured.  I have followed the steps provided here - http://docs.adobe.com/docs/en/dev-tools/aem-eclipse.html.  When attempting to create a sample project I found that I have no archetypes available.  

Steps to recreate

1. Select File > New > Project

2. Select AEM > AEM Sample Multi-Mode Project

3. Select Next

4. In the Choose Project Location and Archetype window the following error message is shown.    "No suitable archetypes found. Please make sure that the proper maven repositories are configured and indexes are up to date."

Eclipse version is Kepler.  Installed software -- AEM Developer Tools, Maven Integration for Eclipse, Sling IDE Tools, Sling IDE Tools - M2e based

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi J,

Please refer this [1]. I have written in detail on this issue. Let me know if you need any more details

 [1] http://adobeaemclub.com/configuring-aem-maven-archetype-for-eclipse-plugin/

View solution in original post

14 Replies

Avatar

Level 3

I am having the same issue - and was unable to download the xml to use it, since it doesn't any longer exist on the adobe site.

Avatar

Level 1
I am using mac and Version: 2021-06 (4.20.0) Build id: 20210612-2011. Still next button hangs

Avatar

Level 2

Same as jotoo

I have Kepler and added the catalog using the local file manner

In the window to create a project the next button isn't working regardless of the archtype I select, Eclipse log says NPE...

Any idea ?

Avatar

Level 10

Hi Timothy,

  I believe they have changed from http to https. So hit the same url with https and you should be able to download.

 

 

Thanks,

bsloki

Avatar

Correct answer by
Level 10

Hi J,

Please refer this [1]. I have written in detail on this issue. Let me know if you need any more details

 [1] http://adobeaemclub.com/configuring-aem-maven-archetype-for-eclipse-plugin/

Avatar

Level 2

By following the instructions provided on the referenced page I am able to select the suggested archetype.  However, when I select Next the pop-up window is not changed.  According to the documentation I should see the Configure Archetype Properties window.  If I select Next again the heading in the window changes to Select or Create Server but the body of the window remains as is.  Any help would be greatly appreciated.

 

Browser - Chrome

Java 1.7

Eclipse version is Kepler.  Installed software -- AEM Developer Tools, Maven Integration for Eclipse, Sling IDE Tools, Sling IDE Tools - M2e based

Avatar

Level 4

Did anyone find a solution for this. I faced the same issue in Eclipse Luna. Java 1.8

 

/KS

Avatar

Level 2

I used the Local Archetype to get to this point since I was not able to use the Remote (the message I received indicated that it was empty).  Any other ideas?  

Avatar

Level 10

Did you try giving the archetype file from local drive ?

Avatar

Level 4

So, I have two different outcomes on two different systems.

In office one, I use local arch type. I see the issue. Only difference is that I am behind proxy. In home system, I do not see the issue. Here I did not need to give the local arch type file.

I'll try in office system with some debugging and see if it helps. Any pointers will be helpful.

/Regards
Kanwal

Avatar

Level 2

It's maybe because of the proxy but when I set it up, it doesn't work anywaaays.

Avatar

Level 10

yeaa.. thats because of the proxy. you can set the proxy in eclipse and see if that works

Avatar

Level 1

Hi,

I am facing the same issue. After adding local repository, the dropdown is populated with archetypes, but the "Next" button in that screen is not taking to the next step of setting up the server. It hangs there itself.

Also, if I run the below command to generate a Maven project, it shows error:

Command:

mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=10 -DarchetypeRepository=https://repo.adobe.com/nexus/content/groups/public/

Error:

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[ERROR] No plugin found for prefix 'archetype' in the current project and in the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the

repositories [local (C:\Users\1255097\.m2\repository), central (https://repo.mav

en.apache.org/maven2)] -> [Help 1]