We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839f7fb commit 6e8e08fCopy full SHA for 6e8e08f
1 file changed
utilities/create_site.sh
@@ -14,7 +14,7 @@ fi
14
15
git clone --branch gh-pages --single-branch https://github.com/GoogleCloudPlatform/google-cloud-java/ tmp_gh-pages
16
mkdir -p tmp_gh-pages/$SITE_VERSION_BASE
17
-mvn site -DskipITs -Djava.util.logging.config.file=logging.properties
+mvn site -DskipTests -Djava.util.logging.config.file=logging.properties
18
mvn site:stage --quiet -Djava.util.logging.config.file=logging.properties -DtopSiteURL=http://googlecloudplatform.github.io/google-cloud-java/site/${SITE_VERSION_BASE}/
19
cd tmp_gh-pages
20
0 commit comments