I installed the AEM Eclipse plugin from https://eclipse.adobe.com/aem/dev-tools (I downloaded it as an archive and used it in my Eclipse as a local archive).
Then I ran into a problem when the AEM wizard did not appear when creating a new project. Found a workaround to download the archetypal XML file from https://repo.adobe.com/nexus/content/groups/public/archetype-catalog.xml and add it to Eclipse (Maven) as a local archetype directory. He started showing the AEM project when creating a new project. In the dialog box that opens after selecting New - AEM - AEM Sample Multi-Module Project, I see 3 archetypes.
I can see com.adobe.granite.archetypes: sample-project-archetype with versions 5, 6 and 7. When I select version 7 (or even 5 and 6) and click on the next button, it does not show the maven configuration dialog, but remains in the same archetype selection dialog box. When I click again, I see that the name of the dialog changes to . This step determines which server to use with the new project. but there is no choice to choose a server. In the eclipse log, I see an error: “Exception of an incomplete event loop” and stack trace
java.lang.RuntimeException: Failed to process archetype: null at com.adobe.granite.ide.eclipse.ui.wizards.np.AdvancedSettingsComponent.initialize (AdvancedSettingsComponent.java:267) at com.adobe.granite.ide.eclipse. ui.wizards.np.SimplerParametersWizardPage.setVisible (SimplerParametersWizardPage.java:160) ....
I tried several options for changing the proxy server settings using the external maven installed, and also tried to download the archetype banner separately from the server, as suggested on some sites. But not able to make it work.
Any help would be greatly appreciated.
I use: Eclipse Java EE IDE for web developers. Version: Kepler Release Build id: 20130614-0229 Maven: apache-maven-3.1.1