]> git.laktatnebel.de Git - ticket.git/commitdiff
Initial project version
authorOle B. Rosentreter <ole@laktatnebel.de>
Fri, 27 Sep 2024 13:12:38 +0000 (15:12 +0200)
committerOle B. Rosentreter <ole@laktatnebel.de>
Fri, 27 Sep 2024 13:12:38 +0000 (15:12 +0200)
pom.xml
ticket-app/pom.xml [new file with mode: 0644]
ticket-db/pom.xml [new file with mode: 0644]
ticket-service/pom.xml
ticket-web/pom.xml
ticket-webapp/pom.xml [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
index c009310931cdc512dbc55cb6c0e602f4c91abedb..1ffa4e8db7ac6a7b27c7aeb6c255e098401cac31 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,8 +2,8 @@
        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>tickets</artifactId>
+       <groupId>de.laktatnebel.product</groupId>
+       <artifactId>ticket</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <description>Simple Ticket System</description>
 
        <modules>
-               <module>service</module>
-               <module>php</module>
+               <module>ticket-web</module>
+               <module>ticket-app</module>
+               <module>ticket-webapp</module>
+               <module>ticket-service</module>
+               <module>ticket-dbce</module>
        </modules>
 
        <scm>
diff --git a/ticket-app/pom.xml b/ticket-app/pom.xml
new file mode 100644 (file)
index 0000000..ffdcdaf
--- /dev/null
@@ -0,0 +1,18 @@
+<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.product</groupId>
+       <artifactId>ticket-app</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>LetsToDoIt - App</name>
+       <description>Simple Ticket System</description>
+
+       <parent>
+               <groupId>de.laktatnebel.maven</groupId>
+               <artifactId>laktatnebelscript</artifactId>
+               <version>2.1.9</version>
+       </parent>
+
+</project>
diff --git a/ticket-db/pom.xml b/ticket-db/pom.xml
new file mode 100644 (file)
index 0000000..97eb0c8
--- /dev/null
@@ -0,0 +1,18 @@
+<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.product</groupId>
+       <artifactId>ticket-db</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>LetsToDoIt - DB</name>
+       <description>Simple Ticket System</description>
+
+       <parent>
+               <groupId>de.laktatnebel.maven</groupId>
+               <artifactId>laktatnebelscript</artifactId>
+               <version>2.1.9</version>
+       </parent>
+
+</project>
index a3856188da722635ea7ce711b71ce07edef9e2aa..f565aa6a5ff84e1e957773924256501dc00fcf85 100644 (file)
@@ -2,8 +2,8 @@
        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.service</groupId>
-       <artifactId>tickets</artifactId>
+       <groupId>de.laktatnebel.product</groupId>
+       <artifactId>ticket-service</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>war</packaging>
 
index 02ce2b265a2a51d8a1ac7f2622afe763f66c20d6..a40d1b90065484b22630138215a25ed2ec9ac3d1 100644 (file)
@@ -1,8 +1,8 @@
 <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.web</groupId>
-       <artifactId>tickets</artifactId>
+       <groupId>de.laktatnebel.product</groupId>
+       <artifactId>ticket-web</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
diff --git a/ticket-webapp/pom.xml b/ticket-webapp/pom.xml
new file mode 100644 (file)
index 0000000..6e0e04f
--- /dev/null
@@ -0,0 +1,18 @@
+<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.product</groupId>
+       <artifactId>ticket-webapp</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>LetsToDoIt - WebApp</name>
+       <description>Simple Ticket System</description>
+
+       <parent>
+               <groupId>de.laktatnebel.maven</groupId>
+               <artifactId>laktatnebelscript</artifactId>
+               <version>2.1.9</version>
+       </parent>
+
+</project>