This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit ff6613ef8892988d0b3398f7038559cdd1b5263d Author: Mark Struberg <[email protected]> AuthorDate: Thu Aug 7 15:44:35 2025 +0200 fix source whic gets attached twice during release. --- deltaspike/modules/jpa/api/pom.xml | 19 ------------------- deltaspike/modules/jpa/impl/pom.xml | 18 ------------------ deltaspike/modules/partial-bean/api/pom.xml | 19 ------------------- deltaspike/modules/scheduler/api/pom.xml | 19 ------------------- deltaspike/modules/scheduler/impl/pom.xml | 18 ------------------ deltaspike/modules/security/api/pom.xml | 18 ------------------ deltaspike/modules/test-control/api/pom.xml | 18 ------------------ deltaspike/modules/test-control/impl/pom.xml | 18 ------------------ deltaspike/parent/code/pom.xml | 15 --------------- deltaspike/parent/pom.xml | 15 --------------- 10 files changed, 177 deletions(-) diff --git a/deltaspike/modules/jpa/api/pom.xml b/deltaspike/modules/jpa/api/pom.xml index eaeeeff38..d0989fdfa 100644 --- a/deltaspike/modules/jpa/api/pom.xml +++ b/deltaspike/modules/jpa/api/pom.xml @@ -55,23 +55,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> diff --git a/deltaspike/modules/jpa/impl/pom.xml b/deltaspike/modules/jpa/impl/pom.xml index 0a1595b24..f15d64c68 100644 --- a/deltaspike/modules/jpa/impl/pom.xml +++ b/deltaspike/modules/jpa/impl/pom.xml @@ -75,22 +75,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/deltaspike/modules/partial-bean/api/pom.xml b/deltaspike/modules/partial-bean/api/pom.xml index dae29f4b9..344e76ec7 100644 --- a/deltaspike/modules/partial-bean/api/pom.xml +++ b/deltaspike/modules/partial-bean/api/pom.xml @@ -51,23 +51,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> diff --git a/deltaspike/modules/scheduler/api/pom.xml b/deltaspike/modules/scheduler/api/pom.xml index bda6825b3..826186741 100644 --- a/deltaspike/modules/scheduler/api/pom.xml +++ b/deltaspike/modules/scheduler/api/pom.xml @@ -58,23 +58,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> diff --git a/deltaspike/modules/scheduler/impl/pom.xml b/deltaspike/modules/scheduler/impl/pom.xml index 56323155e..8f29cbd2c 100644 --- a/deltaspike/modules/scheduler/impl/pom.xml +++ b/deltaspike/modules/scheduler/impl/pom.xml @@ -98,24 +98,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> <profiles> <profile> diff --git a/deltaspike/modules/security/api/pom.xml b/deltaspike/modules/security/api/pom.xml index f160949bf..8bc1c3d95 100644 --- a/deltaspike/modules/security/api/pom.xml +++ b/deltaspike/modules/security/api/pom.xml @@ -52,23 +52,5 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/deltaspike/modules/test-control/api/pom.xml b/deltaspike/modules/test-control/api/pom.xml index e91137f22..3c47c1904 100644 --- a/deltaspike/modules/test-control/api/pom.xml +++ b/deltaspike/modules/test-control/api/pom.xml @@ -64,23 +64,5 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/deltaspike/modules/test-control/impl/pom.xml b/deltaspike/modules/test-control/impl/pom.xml index 6bf5ddd3a..564701998 100644 --- a/deltaspike/modules/test-control/impl/pom.xml +++ b/deltaspike/modules/test-control/impl/pom.xml @@ -100,24 +100,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> <profiles> <profile> diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index 86dc6449f..5c020e3bf 100644 --- a/deltaspike/parent/code/pom.xml +++ b/deltaspike/parent/code/pom.xml @@ -176,21 +176,6 @@ </execution> </executions> </plugin> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 06b15b325..a58ed7a78 100644 --- a/deltaspike/parent/pom.xml +++ b/deltaspike/parent/pom.xml @@ -632,21 +632,6 @@ </dependencies> </plugin> - <plugin> - <inherited>true</inherited> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>
