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

jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git


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

commit fcb3d766689c583233a434b4e5fb67641af9af3f
Author: Markus Jung <[email protected]>
AuthorDate: Sat Jul 13 18:51:54 2024 +0200

    Update source plugin execution
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 223e6e0..56305ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -619,9 +619,10 @@
               <artifactId>maven-source-plugin</artifactId>
               <executions>
                 <execution>
-                  <id>attach-source</id>
+                  <id>attach-sources</id>
+                  <phase>verify</phase>
                   <goals>
-                    <goal>jar</goal>
+                    <goal>jar-no-fork</goal>
                   </goals>
                 </execution>
               </executions>

Reply via email to