You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/08/10 08:34:16 UTC

[dubbo-samples] branch master updated: Add shade to seata (#489)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new c7e89350 Add shade to seata (#489)
c7e89350 is described below

commit c7e89350d0a8bdbf3ddbcc380a0a78cc4c1d9e27
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Wed Aug 10 16:34:13 2022 +0800

    Add shade to seata (#489)
    
    * update seata version
    
    * update seata version
    
    * add shade
    
    * peak version
---
 dubbo-samples-transaction/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dubbo-samples-transaction/pom.xml b/dubbo-samples-transaction/pom.xml
index 9f641154..472c1ad4 100644
--- a/dubbo-samples-transaction/pom.xml
+++ b/dubbo-samples-transaction/pom.xml
@@ -143,6 +143,19 @@
                     <target>${target.level}</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <version>2.4.1</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org