File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 129
129
<plugin >
130
130
<groupId >com.googlecode.maven-download-plugin</groupId >
131
131
<artifactId >download-maven-plugin</artifactId >
132
- <version >1.6.8 </version >
132
+ <version >1.7.1 </version >
133
133
<executions >
134
134
<execution >
135
135
<id >download-metadata-proto</id >
Original file line number Diff line number Diff line change 54
54
<plugin >
55
55
<groupId >com.googlecode.maven-download-plugin</groupId >
56
56
<artifactId >download-maven-plugin</artifactId >
57
- <version >1.6.8 </version >
57
+ <version >1.7.1 </version >
58
58
<executions >
59
59
<execution >
60
60
<id >download-compliance-suite</id >
69
69
<outputDirectory >src/test/resources</outputDirectory >
70
70
<!-- Set this to always download the latest version and overwrite the existing file -->
71
71
<overwrite >true</overwrite >
72
+ <!-- Don't use the local maven download plugin cache -->
73
+ <skipCache >true</skipCache >
72
74
</configuration >
73
75
</execution >
74
76
</executions >
You can’t perform that action at this time.
0 commit comments