Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 6f0a0831 by Tony Chemit at 2021-02-19T08:56:35+01:00 fix serverId in maven pom (use one already defined) - - - - - 9cbab52b by Tony Chemit at 2021-02-19T09:15:19+01:00 fix release build - - - - - 2 changed files: - client/runner/pom.xml - tests/test/pom.xml Changes: ===================================== client/runner/pom.xml ===================================== @@ -268,7 +268,7 @@ </goals> </execution> <execution> - <id>Prepare release files</id> + <id>Prepare jar release files</id> <phase>integration-test</phase> <configuration> <target> @@ -304,7 +304,7 @@ <inherited>false</inherited> <executions> <execution> - <id>Prepare release files</id> + <id>Prepare exe release files</id> <phase>integration-test</phase> <configuration> <target> ===================================== tests/test/pom.xml ===================================== @@ -92,7 +92,7 @@ </goals> <configuration> <url>scpexe://ultreia.io</url> - <serverId>download-tck</serverId> + <serverId>doc.ultreia.io</serverId> <fromFile>/var/www/html/private/ird-observe/db/${tck.filename}</fromFile> <toDir>${project.build.directory}</toDir> </configuration> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/3507d254e7bde3cf54cddd2c5... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/3507d254e7bde3cf54cddd2c5... You're receiving this email because of your account on gitlab.com.