Describe the current behavior
The tutorials are not executed with mvn exec:java -pl <modules list to execute> (or mvn verify or other solution) during CI.
Describe the expected behavior
The tutorial should be run automatically with mvn exec:java -pl <modules list to execute> (or mvn verify or other solution) during CI.
Describe the motivation
Ensure that tutorials are working
Extra Information
No response
Describe the current behavior
The tutorials are not executed with
mvn exec:java -pl <modules list to execute>(ormvn verifyor other solution) during CI.Describe the expected behavior
The tutorial should be run automatically with
mvn exec:java -pl <modules list to execute>(ormvn verifyor other solution) during CI.Describe the motivation
Ensure that tutorials are working
Extra Information
No response