File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110110 </execution >
111111 </executions >
112112 </plugin >
113- <plugin >
114- <groupId >org.apache.maven.plugins</groupId >
115- <artifactId >maven-shade-plugin</artifactId >
116- <executions >
117- <execution >
118- <phase >package</phase >
119- <goals >
120- <goal >shade</goal >
121- </goals >
122- <configuration >
123- <createDependencyReducedPom >true</createDependencyReducedPom >
124- <minimizeJar >true</minimizeJar >
125- <relocations >
126- <relocation >
127- <pattern >okhttp3</pattern >
128- <shadedPattern >org.sonarsource.scanner.lib.internal.shaded.okhttp</shadedPattern >
129- </relocation >
130- <relocation >
131- <pattern >okio</pattern >
132- <shadedPattern >org.sonarsource.scanner.lib.internal.shaded.okio</shadedPattern >
133- </relocation >
134- <relocation >
135- <pattern >com.eclipsesource.json</pattern >
136- <shadedPattern >org.sonarsource.scanner.lib.internal.shaded.minimaljson</shadedPattern >
137- </relocation >
138- </relocations >
139- </configuration >
140- </execution >
141- </executions >
142- </plugin >
143113 </plugins >
144114 </build >
145115</project >
You can’t perform that action at this time.
0 commit comments