https://github.com/philippart-s/
$ mvn archetype:generate -DgroupId=fr.wilda \
-DartifactId=maven-demo-create \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DarchetypeVersion=1.5
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>fr.wilda</groupId>
<artifactId>maven-demo-create</artifactId>
<version>1.0.0-SNAPSHOT</version>
..
</project>
$ mvn compile
$ java fr.wilda.App
Hello World!
$ mvn -q -e exec:java \
-Dexec.useMavenLogger=false \
-Dexec.quietLogs=true \
-Dexec.mainClass="fr.wilda.App"
Hello World!
https://www.jbang.dev/
https://slidesk.github.io/slidesk-doc/
https://endpoints.ai.cloud.ovh.net
![]() | ![]() | ![]() |
Slides https://ovh.to/4tuA7B | Feedbacks https://ovh.to/tFHhmMpK | Sources https://ovh.to/RLz2Wsc |