[ https://issues.apache.org/jira/browse/SLING-12772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948572#comment-17948572 ]
Konrad Windszus commented on SLING-12772: ----------------------------------------- This is due to leveraging m2e internal API which has changed with https://github.com/eclipse-m2e/m2e-core/commit/fae15a82dfc7ac21519a37420dc230f86993211c. > No longer compatible with m2e 2.1.0+ in > AbstractNewMavenBasedSlingApplicationWizard > ----------------------------------------------------------------------------------- > > Key: SLING-12772 > URL: https://issues.apache.org/jira/browse/SLING-12772 > Project: Sling > Issue Type: Bug > Affects Versions: Sling Eclipse IDE 1.3.0 > Reporter: Konrad Windszus > Priority: Major > > The following exception is thrown: > {code} > java.lang.Error: Unresolved compilation problem: > The method createArchetypeProjects(IPath, IArchetype, String, String, > String, String, Map<String,String>, boolean, IProgressMonitor) in the type > ArchetypeGenerator is not applicable for the arguments (IPath, IArchetype, > String, String, String, String, Properties, boolean, NullProgressMonitor) > at > org.apache.sling.ide.eclipse.ui.wizards.np.AbstractNewMavenBasedSlingApplicationWizard.createProjects(AbstractNewMavenBasedSlingApplicationWizard.java:130) > at > org.apache.sling.ide.eclipse.ui.wizards.AbstractNewSlingApplicationWizard$1.execute(AbstractNewSlingApplicationWizard.java:115) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)