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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new dd7f4ab0 Fix deployment (#594)
dd7f4ab0 is described below

commit dd7f4ab02df601d24436a1382086d434cd0daf65
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Oct 25 17:02:21 2024 +0200

    Fix deployment (#594)
    
    The maven-resolver-tools was not deployed before 2.0.3,
    and in 2.0.3 release had to manually add sigs for the
    two new files.
    
    This is simple fix just by reordering generation/attach
    of the files to let gpg plugin sign them as well.
---
 maven-resolver-tools/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-resolver-tools/pom.xml b/maven-resolver-tools/pom.xml
index c1855179..d923d95d 100644
--- a/maven-resolver-tools/pom.xml
+++ b/maven-resolver-tools/pom.xml
@@ -178,7 +178,7 @@
             <goals>
               <goal>java</goal>
             </goals>
-            <phase>verify</phase>
+            <phase>package</phase>
             <configuration>
               
<mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass>
               <arguments>
@@ -194,7 +194,7 @@
             <goals>
               <goal>java</goal>
             </goals>
-            <phase>verify</phase>
+            <phase>package</phase>
             <configuration>
               
<mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass>
               <arguments>
@@ -217,7 +217,7 @@
             <goals>
               <goal>attach-artifact</goal>
             </goals>
-            <phase>verify</phase>
+            <phase>package</phase>
             <configuration>
               <artifacts>
                 <artifact>

Reply via email to