Publish test zip files (#313)

pull/314/head
Michael Barry 2022-07-29 08:49:12 -04:00 zatwierdzone przez GitHub
rodzic 7fa51c1c02
commit ffbffb577b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -161,12 +161,11 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<!-- reduce the size of the sources jar a bit (leave behind monaco.osm.pbf file) --> <!-- reduce the size of the sources jar a bit (leave behind monaco.osm.pbf and *.zip files) -->
<excludes> <excludes>
<exclude>*.wkb</exclude> <exclude>*.wkb</exclude>
<exclude>*.mbtiles</exclude> <exclude>*.mbtiles</exclude>
<exclude>*.sqlite</exclude> <exclude>*.sqlite</exclude>
<exclude>*.zip</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>