This is an automated email from the ASF dual-hosted git repository.
tv pushed a commit to branch release-3.2
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/release-3.2 by this push:
new b09ac7a2 Disable commons-release-plugin
b09ac7a2 is described below
commit b09ac7a2956cec18d67302cc4a14ecba6798a3da
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sat May 6 21:44:40 2023 +0200
Disable commons-release-plugin
---
pom.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/pom.xml b/pom.xml
index c4efad1d..f9758382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,6 +498,25 @@
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
+ <!-- Disable commons-release-plugin -->
+ <plugin>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-release-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>clean-staging</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>detatch-distributions</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>stage-distributions</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</profile>