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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d57330  pom cleanup
6d57330 is described below

commit 6d57330d652c838c940c2fe58425772292ab6daf
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sat Mar 11 18:57:29 2023 +0100

    pom cleanup
---
 source-release/pom.xml | 29 +----------------------------
 1 file changed, 1 insertion(+), 28 deletions(-)

diff --git a/source-release/pom.xml b/source-release/pom.xml
index e939df1..6242608 100644
--- a/source-release/pom.xml
+++ b/source-release/pom.xml
@@ -85,7 +85,7 @@ under the License.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <!-- Exclude files that are generated by tools and IDEs -->
+            <!-- Exclude test files that are generated by tools and IDEs -->
             <excludes combine.children="append">
               <exclude>src/test/resources/**/.classpath</exclude>
               <exclude>src/test/resources/**/.project</exclude>
@@ -102,33 +102,6 @@ under the License.
   </build>
 
   <profiles>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>source-release-assembly</id>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <phase>package</phase>
-                <configuration>
-                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                  <descriptors>
-                    
<descriptor>src/main/assemblies/source-release.xml</descriptor>
-                  </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
     <profile>
       <id>run-its</id>
       <build>

Reply via email to