fix cache skip

This commit is contained in:
Tony Tam
2017-04-20 16:49:58 -07:00
parent c5fa38ae47
commit 456b54b24f

View File

@@ -114,6 +114,7 @@
<configuration>
<url>https://github.com/swagger-api/swagger-ui/archive/master.tar.gz</url>
<unpack>true</unpack>
<skipCache>true</skipCache>
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>