From: Robin Cheney Date: Fri, 7 Nov 2025 09:19:31 +0000 (+0100) Subject: pom.xml: Added Main Class attribute X-Git-Url: https://git.eternal.ddnss.de/?a=commitdiff_plain;h=32dcbdcca8c1792fc52cbdcfd26276b44c811ff7;p=tankstelle.git pom.xml: Added Main Class attribute --- diff --git a/pom.xml b/pom.xml index f0c1fd3..7d8c416 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,27 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - de.tankstelle + de.diejungsvondertanke.tankstelle tankstelle 1.0-SNAPSHOT + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + de.diejungsvondertanke.tankstelle.Main + + + + + + 25