From 919d98e582583e1b5bf1676963ab39fa558f8354 Mon Sep 17 00:00:00 2001 From: akfaircg Date: Thu, 18 May 2017 10:46:43 +1000 Subject: [PATCH] Remove duplicate execution in core project This also fixes https://github.com/Adobe-Marketing-Cloud/aem-eclipse-developer-tools/issues/78 Removed executions tag and its subtags. According to [1] this extra execution step interferes with m2eclipse plugin configurator. the plugin does not ignore this step which generates illegalArgumentException during the create/import of the AEM project in/to Eclipse. [1]: https://github.com/tesla/m2eclipse-tycho/issues/4 --- src/main/archetype/core/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/archetype/core/pom.xml b/src/main/archetype/core/pom.xml index 959940d90..744687ca9 100644 --- a/src/main/archetype/core/pom.xml +++ b/src/main/archetype/core/pom.xml @@ -37,15 +37,6 @@ org.apache.felix maven-bundle-plugin true - - - bundle-manifest - process-classes - - manifest - - -