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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git


The following commit(s) were added to refs/heads/master by this push:
     new c5fa394  Removing source plugin
c5fa394 is described below

commit c5fa394f89afc387c0dd25c8830d4c2ee1f78639
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Wed Oct 23 15:41:58 2024 +0100

    Removing source plugin
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index dc8abb4..9171def 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,19 +158,6 @@
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <attach>true</attach>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>

Reply via email to