Skip to content

Commit fc8b263

Browse files
committed
update github snapshot deploy script
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 117064]
1 parent 2ec0413 commit fc8b263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/bin/github-deploy-snapshots.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ mvn -B clean install -Dproject.official=true -P-modules --file prj/pom.xml -Dski
2424
mvn -B clean install -Dproject.official=true -Pmodules,-coherence,docs -nsu --file prj/pom.xml -DskipTests -s .github/maven/settings.xml
2525

2626
echo "Deploying version ${CURRENT_VERSION}"
27-
mvn -B deploy -Dproject.official=true -P-modules -nsu --file prj/pom.xml -DskipTests -s .github/maven/settings.xml
28-
mvn -B deploy -Dproject.official=true -Pmodules,-coherence,docs -nsu --file prj/pom.xml -DskipTests -s .github/maven/settings.xml
27+
mvn -B clean deploy -Dproject.official=true -P-modules -nsu --file prj/pom.xml -DskipTests -s .github/maven/settings.xml
28+
mvn -B clean deploy -Dproject.official=true -Pmodules,-coherence,docs -nsu --file prj/pom.xml -DskipTests -s .github/maven/settings.xml

0 commit comments

Comments
 (0)