Remove unneded execution 89/95589/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Mar 2021 18:31:10 +0000 (19:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 29 Mar 2021 15:03:32 +0000 (17:03 +0200)
We have karaf-4.2.10, remove the now-superfluous directory deletion.

Change-Id: Icd0665821977ea1549539cc4a7573718cc0bfca6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 507a8e5e905bbbeaab8eb5af4d767a380998508b)

karaf/karaf4-parent/pom.xml

index 94125c7626a9e3ddcbb7769d762dffaf4016aa6a..8175055f23b988c4d69e5bb23e95e714d42ff40c 100644 (file)
                             </target>
                         </configuration>
                     </execution>
-                    <execution>
-                        <!-- FIXME: remove this once we have karaf-4.3.0+ -->
-                        <id>remove-scr-2.1.20</id>
-                        <phase>prepare-package</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <target>
-                                <delete dir="${project.build.directory}/assembly/system/org/apache/felix/org.apache.felix.scr/2.1.20"
-                                    includeemptydirs="true" failonerror="true"/>
-                            </target>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
             <plugin>