$ mvn archetype:generate -B -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=LATEST -DgroupId=com.example -DartifactId=smoke-test -Dversion=1.0-SNAPSHOT [INFO] Scanning for projects... [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 45 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 59 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml (1.1 kB at 33 kB/s) [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] Downloading from central: https://repo.maven.apache.org/maven2/archetype-catalog.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/archetype-catalog.xml (18 MB at 50 MB/s) [INFO] Archetype repository not defined. Using the one from [com.vaadin:vaadin-archetype-application:25.1.5] found in catalog remote [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/vaadin-archetype-application/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/vaadin-archetype-application/maven-metadata.xml (26 kB at 535 kB/s) [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: vaadin-archetype-application:LATEST [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: 1.921 s [INFO] Finished at: 2026-06-13T00:35:00Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [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: 2.655 s [INFO] Finished at: 2026-06-13T00:35:04Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -DskipTests -U -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [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] --- 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 21] to target/classes [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] --- vaadin:25.2-SNAPSHOT:build-frontend (default) @ smoke-test --- [INFO] ClassFinder initialized: 79 urls, 5175 classes scanned, 34 annotation types cached, 987 subtype relationships cached, took 495ms [INFO] Scanning classes to find frontend configurations and dependencies... [INFO] Visited 924 classes. Took 811 ms. [INFO] Checking if a production mode bundle build is needed [INFO] A production mode bundle build is not needed [INFO] Copying frontend resources from jar files ... [INFO] Visited 89 resources. Took 68 ms. [INFO] PWA icons generated [INFO] Build frontend completed in 2826 ms. [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: 41.634 s [INFO] Finished at: 2026-06-13T00:35:46Z [INFO] ------------------------------------------------------------------------