File tree Expand file tree Collapse file tree
java-storage-nio/google-cloud-nio
java-storage/storage-shared-benchmarking Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 <goal >shade</goal >
6262 </goals >
6363 <configuration >
64+ <skip >${shade.skip} </skip >
6465 <finalName >${uberjar.name} </finalName >
6566 <transformers >
6667 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
Original file line number Diff line number Diff line change 286286 <groupId >org.apache.maven.plugins</groupId >
287287 <artifactId >maven-shade-plugin</artifactId >
288288 <version >3.6.0</version >
289+ <configuration >
290+ <skip >${shade.skip} </skip >
291+ </configuration >
289292 </plugin >
290293 <plugin >
291294 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 158158 <goal >shade</goal >
159159 </goals >
160160 <configuration >
161+ <skip >${shade.skip} </skip >
161162 <filters >
162163 <filter >
163164 <artifact >*:*</artifact >
Original file line number Diff line number Diff line change 129129 </dependency >
130130 </dependencies >
131131 <configuration >
132+ <skip >${shade.skip} </skip >
132133 <shadedArtifactAttached >true</shadedArtifactAttached >
133134 <relocations >
134135 <relocation >
Original file line number Diff line number Diff line change 6565 <goal >shade</goal >
6666 </goals >
6767 <configuration >
68+ <skip >${shade.skip} </skip >
6869 <finalName >${uberjar.name} </finalName >
6970 <transformers >
7071 <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
You can’t perform that action at this time.
0 commit comments