$ mvn archetype:generate -B -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=24.9.0 -DgroupId=com.example -DartifactId=smoke-test -Dversion=1.0-SNAPSHOT java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> archetype:3.4.1:generate (default-cli) > generate-sources @ standalone-pom >>> [INFO] [INFO] <<< archetype:3.4.1:generate (default-cli) < generate-sources @ standalone-pom <<< [INFO] [INFO] [INFO] --- archetype:3.4.1:generate (default-cli) @ standalone-pom --- [INFO] Generating project in Batch mode [INFO] Archetype repository not defined. Using the one from [com.vaadin:vaadin-archetype-application:25.2.3] found in catalog remote [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: vaadin-archetype-application:24.9.0 [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: com.example [INFO] Parameter: artifactId, Value: smoke-test [INFO] Parameter: version, Value: 1.0-SNAPSHOT [INFO] Parameter: package, Value: com.example [INFO] Parameter: packageInPathFormat, Value: com/example [INFO] Parameter: package, Value: com.example [INFO] Parameter: groupId, Value: com.example [INFO] Parameter: artifactId, Value: smoke-test [INFO] Parameter: version, Value: 1.0-SNAPSHOT [INFO] Parameter: applicationName, Value: My Application [INFO] Project created from Archetype in dir: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.941 s [INFO] Finished at: 2026-08-06T07:35:31Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=24.9-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -----------------------< com.example:smoke-test >----------------------- [INFO] Building My Application 1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ smoke-test --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.010 s [INFO] Finished at: 2026-08-06T07:35:34Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -DskipTests -U -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] -----------------------< com.example:smoke-test >----------------------- [INFO] Building My Application 1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ smoke-test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ smoke-test --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/main/resources [INFO] [INFO] --- vaadin:24.9-SNAPSHOT:prepare-frontend (default) @ smoke-test --- [INFO] Reflections took 735 ms to scan 152 urls, producing 5480 keys and 24369 values [INFO] The globally installed Node.js version 18.19.1 is older than the required minimum version 20.0.0. Using Node.js from /home/ghrunner/.vaadin. [INFO] Visited 117 classes. Took 116 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 153 resources. Took 64 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ smoke-test --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [WARNING] location of system modules is not set in conjunction with -source 17 not setting the location of system modules may lead to class files that cannot run on JDK 17 --release 17 is recommended instead of -source 17 -target 17 because it sets the location of system modules automatically [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ smoke-test --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ smoke-test --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ smoke-test --- [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.2:war (default-war) @ smoke-test --- [INFO] Packaging webapp [INFO] Assembling webapp [smoke-test] in [/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/target/smoke-test-1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/main/webapp] [INFO] Building war: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/target/smoke-test-1.0-SNAPSHOT.war [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 51.436 s [INFO] Finished at: 2026-08-06T07:36:28Z [INFO] ------------------------------------------------------------------------