File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 129129 <plugin >
130130 <groupId >com.googlecode.maven-download-plugin</groupId >
131131 <artifactId >download-maven-plugin</artifactId >
132- <version >1.6.8 </version >
132+ <version >1.7.1 </version >
133133 <executions >
134134 <execution >
135135 <id >download-metadata-proto</id >
Original file line number Diff line number Diff line change 5454 <plugin >
5555 <groupId >com.googlecode.maven-download-plugin</groupId >
5656 <artifactId >download-maven-plugin</artifactId >
57- <version >1.6.8 </version >
57+ <version >1.7.1 </version >
5858 <executions >
5959 <execution >
6060 <id >download-compliance-suite</id >
6969 <outputDirectory >src/test/resources</outputDirectory >
7070 <!-- Set this to always download the latest version and overwrite the existing file -->
7171 <overwrite >true</overwrite >
72+ <!-- Don't use the local maven download plugin cache -->
73+ <skipCache >true</skipCache >
7274 </configuration >
7375 </execution >
7476 </executions >
You can’t perform that action at this time.
0 commit comments