This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch bval-3.0.x
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/bval-3.0.x by this push:
new ed841cf Update source plugin execution
ed841cf is described below
commit ed841cf00e6baf534740cfd41aa142be6d56c088
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 5fbcf54..b1f8bee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -662,9 +662,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>