F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin>mvn compile
[INFO] Scanning for projects...
[INFO]
[INFO] --------------< de.cieslik.proglisteneditor:TechnisatPLE >--------------
[INFO] Building TechnisatPLE 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TechnisatPLE ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TechnisatPLE ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 3 source files to F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\target\classes
[WARNING] /F:/Downloads/apache-maven-3.6.3-bin/apache-maven-3.6.3/bin/src/main/java/de/cieslik/proglisteneditor/ui/TechnisatPLE.java: F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\src\main\java\de\cieslik\proglisteneditor\ui\TechnisatPLE.java uses unchecked or unsafe operations.
[WARNING] /F:/Downloads/apache-maven-3.6.3-bin/apache-maven-3.6.3/bin/src/main/java/de/cieslik/proglisteneditor/ui/TechnisatPLE.java: Recompile with -Xlint:unchecked for details.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.793 s
[INFO] Finished at: 2020-05-25T12:45:31+02:00
[INFO] ------------------------------------------------------------------------
F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin>mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] --------------< de.cieslik.proglisteneditor:TechnisatPLE >--------------
[INFO] Building TechnisatPLE 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TechnisatPLE ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TechnisatPLE ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TechnisatPLE ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ TechnisatPLE ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ TechnisatPLE ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ TechnisatPLE ---
[INFO] Building jar: F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\target\TechnisatPLE.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.279 s
[INFO] Finished at: 2020-05-25T12:45:41+02:00
[INFO] ------------------------------------------------------------------------
F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin>cd target
F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\target>java -jar TechnisatPLE.jar
kein Hauptmanifestattribut, in TechnisatPLE.jar
F:\Downloads\apache-maven-3.6.3-bin\apache-maven-3.6.3\bin\target>