This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 05def2df6 pom.xml: removing unused plugins
05def2df6 is described below
commit 05def2df6846e555ca8b2b00f20beb736fcc1deb
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sat May 9 08:44:42 2026 -0400
pom.xml: removing unused plugins
---
pom.xml | 162 ----------------------------------------------------------------
1 file changed, 162 deletions(-)
diff --git a/pom.xml b/pom.xml
index 63e43b58e..3d5d9f69d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@
<junit.version>5.14.4</junit.version>
<!-- Maven plugin versions -->
- <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<maven-plugin-plugin.version>3.15.2</maven-plugin-plugin.version>
<maven-resources-plugin.version>3.5.0</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
@@ -60,7 +59,6 @@
<maven-release-plugin.version>3.3.1</maven-release-plugin.version>
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
<exec-maven-plugin.version>3.6.3</exec-maven-plugin.version>
-
<maven-project-info-reports-plugin.version>3.9.0</maven-project-info-reports-plugin.version>
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
<maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version>
@@ -533,162 +531,6 @@
<pluginManagement>
<plugins>
- <!-- M2Eclipse configuration. Has no effect for
command line builds -->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
-
<artifactId>lifecycle-mapping</artifactId>
-
<version>${lifecycle-mapping.version}</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-antrun-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>run</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.felix</groupId>
-
<artifactId>maven-bundle-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>manifest</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-remote-resources-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>bundle</goal>
-
<goal>process</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.codehaus.mojo</groupId>
-
<artifactId>dependency-maven-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>unpack</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-resources-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>testResources</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<execute />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-resources-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>resources</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<execute />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-javadoc-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>javadoc</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.objectstyle.japp</groupId>
-
<artifactId>japp-maven-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>japp</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.codehaus.mojo</groupId>
-
<artifactId>javacc-maven-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>jjtree-javacc</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
-
<pluginExecution>
-
<pluginExecutionFilter>
-
<groupId>org.apache.cayenne.plugins</groupId>
-
<artifactId>cayenne-maven-plugin</artifactId>
-
<versionRange>[1.0,)</versionRange>
-
<goals>
-
<goal>cgen</goal>
-
</goals>
-
</pluginExecutionFilter>
- <action>
-
<ignore />
-
</action>
-
</pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-plugin-plugin</artifactId>
- <versionRange>[1.0,)</versionRange>
- <goals>
- <goal>descriptor</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
@@ -719,10 +561,6 @@
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
</plugin>
- <plugin>
-
<artifactId>maven-project-info-reports-plugin</artifactId>
-
<version>${maven-project-info-reports-plugin.version}</version>
- </plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
