This is an automated email from the ASF dual-hosted git repository.
buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new 2925107 fix maven-assembly-plugin goal after version update
2925107 is described below
commit 2925107d33563d058f70c9e4b73de8bca494fdf0
Author: Alexey Markevich <[email protected]>
AuthorDate: Fri Feb 25 00:10:46 2022 +0300
fix maven-assembly-plugin goal after version update
---
plugins/cxf/pom.xml | 2 +-
plugins/jetty9/pom.xml | 2 +-
plugins/spring/pom.xml | 2 +-
plugins/tomcat/pom.xml | 2 +-
plugins/websphere/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 3c848e2..15256d9 100644
--- a/plugins/cxf/pom.xml
+++ b/plugins/cxf/pom.xml
@@ -81,7 +81,7 @@
<id>zip-file</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<configuration>
<descriptors>
diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml
index d416d94..360e88d 100644
--- a/plugins/jetty9/pom.xml
+++ b/plugins/jetty9/pom.xml
@@ -74,7 +74,7 @@
<id>zip-file</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<configuration>
<descriptors>
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 4239441..7dba974 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -82,7 +82,7 @@
<id>zip-file</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<configuration>
<descriptors>
diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml
index 07a21ae..f5c6fe3 100644
--- a/plugins/tomcat/pom.xml
+++ b/plugins/tomcat/pom.xml
@@ -62,7 +62,7 @@
<id>zip-file</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<configuration>
<descriptors>
diff --git a/plugins/websphere/pom.xml b/plugins/websphere/pom.xml
index feb529b..b37190c 100644
--- a/plugins/websphere/pom.xml
+++ b/plugins/websphere/pom.xml
@@ -140,7 +140,7 @@
<id>zip-file</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<configuration>
<descriptors>