Skip to content

Commit 982575a

Browse files
committed
update github snapshot deploy script
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v25.03/": change = 117073]
1 parent 599f83d commit 982575a

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,!coherence-testing-data -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)