This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 95d5e02 SLING-13242 Remove m2e profile
95d5e02 is described below
commit 95d5e025e401e8accf88bc7e53eafbbfd00fda44
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 18 10:08:40 2026 +0200
SLING-13242 Remove m2e profile
This should no longer be necessary due to
https://github.com/eclipse-m2e/m2e-core/blob/main/RELEASE_NOTES.md#mojos-without-a-mapping-are-now-executed-by-default-in-incremental-builds.
The IDE executes plugins mapped to phases prior "compile" now
automatically which works fine in most cases.
---
sling-parent/pom.xml | 212 ---------------------------------------------------
1 file changed, 212 deletions(-)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 8af1200..e12a979 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -724,218 +724,6 @@
</plugins>
</build>
</profile>
- <!-- This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
- <profile>
- <id>only-eclipse</id>
- <activation>
- <property>
- <name>m2e.version</name>
- </property>
- </activation>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-dependency-plugin</artifactId>
-
<versionRange>[2.2,)</versionRange>
- <goals>
-
<goal>copy-dependencies</goal>
- <goal>unpack</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.codehaus.groovy.maven</groupId>
-
<artifactId>gmaven-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
- <goals>
- <goal>compile</goal>
- <goal>testCompile</goal>
- <goal>execute</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.codehaus.mojo</groupId>
-
<artifactId>build-helper-maven-plugin</artifactId>
-
<versionRange>[1.5,)</versionRange>
- <goals>
-
<goal>reserve-network-port</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.sling</groupId>
-
<artifactId>maven-launchpad-plugin</artifactId>
-
<versionRange>[2.0.10,)</versionRange>
- <goals>
-
<goal>prepare-package</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.sling</groupId>
-
<artifactId>maven-jcrocm-plugin</artifactId>
-
<versionRange>[2.0.4-incubator,)</versionRange>
- <goals>
- <goal>ocm</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.sling</groupId>
-
<artifactId>sling-maven-plugin</artifactId>
-
<versionRange>[2.1.0,)</versionRange>
- <goals>
-
<goal>generate-adapter-metadata</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-dependency-plugin</artifactId>
-
<versionRange>[2.2,)</versionRange>
- <goals>
-
<goal>unpack-dependencies</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-jar-plugin</artifactId>
-
<versionRange>[2.3.1,)</versionRange>
- <goals>
- <goal>jar</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.sling</groupId>
-
<artifactId>maven-jspc-plugin</artifactId>
-
<versionRange>[2.0.4,)</versionRange>
- <goals>
- <goal>jspc</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>net.alchim31.maven</groupId>
-
<artifactId>yuicompressor-maven-plugin</artifactId>
-
<versionRange>[1.3.0,)</versionRange>
- <goals>
- <goal>compress</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.scala-tools</groupId>
-
<artifactId>maven-scala-plugin</artifactId>
-
<versionRange>[2.15.2,)</versionRange>
- <goals>
- <goal>compile</goal>
- <goal>testCompile</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-enforcer-plugin</artifactId>
-
<versionRange>[1.3.1,)</versionRange>
- <goals>
- <goal>enforce</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-remote-resources-plugin</artifactId>
-
<versionRange>[1.5,)</versionRange>
- <goals>
- <goal>process</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.avro</groupId>
-
<artifactId>avro-maven-plugin</artifactId>
-
<versionRange>[1.7.7,)</versionRange>
- <goals>
- <goal>schema</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
<!-- This profile is only active when building this parent pom (or
sling-bundle-parent) -->
<profile>
<id>parent-pom-build</id>
