We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea17a67 commit b1a7dfdCopy full SHA for b1a7dfd
.github/workflows/gcs-integration.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Tests against Fake GCS Server TestContainers
35
run: |
36
- mvn verify -f geowebcache/pom.xml -pl :gcs-blob -am \
+ mvn verify -f geowebcache/pom.xml -pl :gwc-gcs-blob -am \
37
-Ponline \
38
-DskipTests=true \
39
-DskipITs=false -B -ntp
geowebcache/gcsblob/pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>geowebcache</artifactId>
7
<version>2.0-SNAPSHOT</version>
8
</parent>
9
- <artifactId>gcs-blob</artifactId>
+ <artifactId>gwc-gcs-blob</artifactId>
10
<name>Google Cloud Storage blob store</name>
11
12
<properties>
0 commit comments