$ 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] [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.1.5] found in catalog remote [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: 0.905 s [INFO] Finished at: 2026-06-18T07:32:51Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1.8 -DgenerateBackupPoms=false -B --no-transfer-progress [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: 0.906 s [INFO] Finished at: 2026-06-18T07:32:53Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -DskipTests -B --no-transfer-progress [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] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 21] to target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/test/java/com/example/MakeSureItClicksTest.java:[3,30] cannot find symbol symbol: class BrowserlessApplicationContext location: package com.vaadin.browserless [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/test/java/com/example/MakeSureItClicksTest.java:[10,23] cannot find symbol symbol: variable BrowserlessApplicationContext location: class com.example.MakeSureItClicksTest [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.389 s [INFO] Finished at: 2026-06-18T07:32:56Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project smoke-test: Compilation failure: Compilation failure: [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/test/java/com/example/MakeSureItClicksTest.java:[3,30] cannot find symbol [ERROR] symbol: class BrowserlessApplicationContext [ERROR] location: package com.vaadin.browserless [ERROR] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/smoke-test/src/test/java/com/example/MakeSureItClicksTest.java:[10,23] cannot find symbol [ERROR] symbol: variable BrowserlessApplicationContext [ERROR] location: class com.example.MakeSureItClicksTest [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException