You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/02/01 12:26:17 UTC

[commons-fileupload] 02/02: Remove unnecessary config

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 415d773cdac7df555e2a1c6914913e9908af36b0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 1 12:00:13 2023 +0000

    Remove unnecessary config
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81763b4..4dbc378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,13 +283,6 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <preparationGoals>clean site verify</preparationGoals>
-          <goals>clean site deploy</goals>
-        </configuration>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>