We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b66bb commit eb987a5Copy full SHA for eb987a5
site-run.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+# Build sites and stage results
4
+mvn -Pjdk-8 site:site site:stage
5
+# Run site staging
6
+mvn -B -Pjdk-8 site:run -DworkingDirectory=target/staging
0 commit comments