File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
polaris-plugins/polaris-plugins-connector/connector-nacos Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 4444 <version >${httpclient.version} </version >
4545 </dependency >
4646 </dependencies >
47+ <build >
48+ <plugins >
49+ <plugin >
50+ <artifactId >maven-shade-plugin</artifactId >
51+ <version >${maven.shaded.plugin.version} </version >
52+ <executions >
53+ <execution >
54+ <phase >package</phase >
55+ <goals >
56+ <goal >shade</goal >
57+ </goals >
58+ <configuration >
59+ <artifactSet >
60+ <includes >
61+ <include >com.alibaba:*</include >
62+ </includes >
63+ </artifactSet >
64+ <relocations >
65+ <relocation >
66+ <pattern >com.alibaba</pattern >
67+ <shadedPattern >shade.polaris.com.alibaba</shadedPattern >
68+ </relocation >
69+ </relocations >
70+ </configuration >
71+ </execution >
72+ </executions >
73+ </plugin >
74+ </plugins >
75+ </build >
4776</project >
You can’t perform that action at this time.
0 commit comments