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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae40a27b feat: revert source plugin because it fails and no time to 
spend on this now
ae40a27b is described below

commit ae40a27b2f332430fcc5c0d311e6ebda2399ffc2
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Tue Oct 24 14:38:18 2023 +0200

    feat: revert source plugin because it fails and no time to spend on this now
    
    Signed-off-by: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a36d60c..36eec8cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -391,7 +391,7 @@
           <execution>
             <id>generate-sources</id>
             <goals>
-              <goal>jar-no-fork</goal>
+              <goal>jar</goal>
             </goals>
           </execution>
         </executions>

Reply via email to