]> git.laktatnebel.de Git - tools.laktatnebel.de.git/commitdiff
Initial project version
authorOle B. Rosentreter <ole@laktatnebel.de>
Sat, 28 Sep 2024 21:13:32 +0000 (23:13 +0200)
committerOle B. Rosentreter <ole@laktatnebel.de>
Sat, 28 Sep 2024 21:13:32 +0000 (23:13 +0200)
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9aac7d9
--- /dev/null
@@ -0,0 +1,5 @@
+.classpath
+.project
+.settings
+bin
+target
diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..cd1d07c
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,19 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>de.laktatnebel.tools</groupId>
+       <artifactId>toolcase</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>toolcase</name>
+       <description>Skriptsammlung</description>
+
+       <parent>
+               <groupId>de.laktatnebel.maven</groupId>
+               <artifactId>laktatnebelscript</artifactId>
+               <version>2.1.7</version>
+       </parent>
+</project>
+