Konrad Windszus created SLING-12772: ---------------------------------------
Summary: 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 Reporter: Konrad Windszus 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)