File tree Expand file tree Collapse file tree
java-showcase/gapic-showcase
java-showcase-3.21.0/gapic-showcase
java-showcase-3.25.8/gapic-showcase Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 https://raw.githubusercontent.com/googleapis/gapic-showcase/v${gapic-showcase.version} /server/services/compliance_suite.json
6969 </url >
7070 <outputDirectory >src/test/resources</outputDirectory >
71+ <cacheDirectory >
72+ ${project.build.directory} /download-cache
73+ </cacheDirectory >
7174 <!-- Set this to always download the latest version and overwrite the existing file -->
7275 <overwrite >true</overwrite >
7376 </configuration >
Original file line number Diff line number Diff line change 125125 <groupId >com.googlecode.maven-download-plugin</groupId >
126126 <artifactId >download-maven-plugin</artifactId >
127127 <version >1.6.8</version >
128+ <configuration >
129+ <cacheDirectory >
130+ ${project.build.directory} /download-cache
131+ </cacheDirectory >
132+ </configuration >
128133 <executions >
129134 <execution >
130135 <id >download-metadata-proto</id >
Original file line number Diff line number Diff line change 6060 https://raw.githubusercontent.com/googleapis/gapic-showcase/v${gapic-showcase.version} /server/services/compliance_suite.json
6161 </url >
6262 <outputDirectory >src/test/resources</outputDirectory >
63+ <cacheDirectory >
64+ ${project.build.directory} /download-cache
65+ </cacheDirectory >
6366 <!-- Set this to always download the latest version and overwrite the existing file -->
6467 <overwrite >true</overwrite >
6568 </configuration >
Original file line number Diff line number Diff line change 6868 https://raw.githubusercontent.com/googleapis/gapic-showcase/v${gapic-showcase.version} /server/services/compliance_suite.json
6969 </url >
7070 <outputDirectory >src/test/resources</outputDirectory >
71+ <cacheDirectory >
72+ ${project.build.directory} /download-cache
73+ </cacheDirectory >
7174 <!-- Set this to always download the latest version and overwrite the existing file -->
7275 <overwrite >true</overwrite >
7376 </configuration >
You can’t perform that action at this time.
0 commit comments