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 ef01e5b commit 2946647Copy full SHA for 2946647
run.sh
@@ -11,8 +11,7 @@ function runTest() {
11
}
12
13
function runGithubTestBuild() {
14
- #./mvnw -B -DskipTests -DskipIntegrationTests clean dependency:list install --file pom.xml
15
- ./mvnw -B -DskipTests clean dependency:list install --file pom.xml
+ ./mvnw -B -DskipTests clean dependency:list install --file pom.xml
16
17
18
function setupHeroku() {
@@ -21,8 +20,7 @@ function setupHeroku() {
21
20
22
23
function buildLikeHeroku() {
24
- #./mvnw -DskipTests -DskipIntegrationTests clean dependency:list install
25
- ./mvnw -DskipTests clean dependency:list install
+ ./mvnw -DskipTests clean dependency:list install site site:deploy
26
27
28
function runHerokuLocal() {
0 commit comments