Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit c69b4c8

Browse files
authored
ci: restore Maven packaging in AppVeyor (#2285)
Undo the change mentioned in xspec#1893 (comment)
1 parent 16b3e56 commit c69b4c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ test_script:
2828
set PATH=%JAVA_HOME%\bin;%PATH%
2929
test\ci\print-env.cmd
3030
test\run-bats.cmd
31-
rem test\ci\maven-package.cmd -q
31+
test\ci\maven-package.cmd -q
3232
rem test\ci\compile-java.cmd -silent
3333
rem test\ci\last-git-status.cmd
34-
rem test\ci\test-maven-jar.cmd -silent
34+
test\ci\test-maven-jar.cmd -silent
3535
3636
deploy: off

0 commit comments

Comments
 (0)