Skip to content

Commit

Permalink
Remove duplicate execution in core project
Browse files Browse the repository at this point in the history
This also fixes adobe/aem-eclipse-developer-tools#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]: tesla/m2eclipse-tycho#4
  • Loading branch information
akfaircg authored and rombert committed May 24, 2017
1 parent 695e2f4 commit 919d98e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/archetype/core/pom.xml
Expand Up @@ -37,15 +37,6 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<instructions>
<!-- Import any version of javax.inject, to allow running on multiple versions of AEM -->
Expand Down

0 comments on commit 919d98e

Please sign in to comment.