From 968fd5c22ce6c90c33420fc4708233b9f1a22886 Mon Sep 17 00:00:00 2001 From: "Ole B. Rosentreter" Date: Thu, 26 Sep 2024 21:14:36 +0200 Subject: [PATCH] Initial project version --- laktatnebellib/pom.xml | 21 ++ .../laktatnebelproductjeeapp/pom.xml | 57 ++++ .../laktatnebelproductjeeweb/pom.xml | 77 +++++ .../laktatnebelproductjeemaster/pom.xml | 51 ++++ .../laktatnebelproductstandalone/pom.xml | 114 ++++++++ laktatnebelproductmaster/pom.xml | 52 ++++ laktatnebelscript/assembly.xml | 26 ++ laktatnebelscript/pom.xml | 76 +++++ pom.xml | 274 ++++++++++++++++++ 9 files changed, 748 insertions(+) create mode 100644 laktatnebellib/pom.xml create mode 100644 laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeapp/pom.xml create mode 100644 laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeweb/pom.xml create mode 100644 laktatnebelproductmaster/laktatnebelproductjeemaster/pom.xml create mode 100644 laktatnebelproductmaster/laktatnebelproductstandalone/pom.xml create mode 100644 laktatnebelproductmaster/pom.xml create mode 100644 laktatnebelscript/assembly.xml create mode 100644 laktatnebelscript/pom.xml create mode 100644 pom.xml diff --git a/laktatnebellib/pom.xml b/laktatnebellib/pom.xml new file mode 100644 index 0000000..a38916f --- /dev/null +++ b/laktatnebellib/pom.xml @@ -0,0 +1,21 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebellib + 2.1.10-SNAPSHOT + pom + + laktatnebelLib + + + ${project.artifactId} + + + + de.laktatnebel.maven + laktatnebelmaster + 2.1.10-SNAPSHOT + + + \ No newline at end of file diff --git a/laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeapp/pom.xml b/laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeapp/pom.xml new file mode 100644 index 0000000..d1ac240 --- /dev/null +++ b/laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeapp/pom.xml @@ -0,0 +1,57 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelproductjeeapp + 2.1.10-SNAPSHOT + pom + + laktatnebelProductJeeApp + + + de.laktatnebel.maven + laktatnebelproductjeemaster + 2.1.10-SNAPSHOT + + + + ${project.artifactId} + + + + + + org.apache.openejb + javaee-api + ${org.apache.openejb.version} + + + + + + + org.apache.openejb + javaee-api + provided + + + + + \ No newline at end of file diff --git a/laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeweb/pom.xml b/laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeweb/pom.xml new file mode 100644 index 0000000..8168b8c --- /dev/null +++ b/laktatnebelproductmaster/laktatnebelproductjeemaster/laktatnebelproductjeeweb/pom.xml @@ -0,0 +1,77 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelproductjeeweb + 2.1.10-SNAPSHOT + pom + + laktatnebelProductJeeWeb + + + de.laktatnebel.maven + laktatnebelproductjeemaster + 2.1.10-SNAPSHOT + + + + ${project.artifactId} + + + + + local + + localhost + tomcat.localhost + + + + tb + + localhost + tomcat + + + + athene + + athene + tomcat.athene + + + + + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + ${tomcat7-maven-plugin.version} + + + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + + http://${deploy.host}:8080/manager/html + ${deploy.server} + ${deploy.path} + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + false + false + + + + + \ No newline at end of file diff --git a/laktatnebelproductmaster/laktatnebelproductjeemaster/pom.xml b/laktatnebelproductmaster/laktatnebelproductjeemaster/pom.xml new file mode 100644 index 0000000..984a3fb --- /dev/null +++ b/laktatnebelproductmaster/laktatnebelproductjeemaster/pom.xml @@ -0,0 +1,51 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelproductjeemaster + 2.1.10-SNAPSHOT + pom + + laktatnebelProductJeeMaster + + + de.laktatnebel.maven + laktatnebelproductmaster + 2.1.10-SNAPSHOT + + + + ${project.artifactId} + + + + + + javax.servlet + javax.servlet-api + ${javax.servlet-api.version} + + + javax.servlet.jsp + javax.servlet.jsp-api + ${javax.servlet.jsp-api.version} + + + + + + + javax.servlet + javax.servlet-api + + + javax.servlet.jsp + javax.servlet.jsp-api + + + + + laktatnebelproductjeeweb + laktatnebelproductjeeapp + + \ No newline at end of file diff --git a/laktatnebelproductmaster/laktatnebelproductstandalone/pom.xml b/laktatnebelproductmaster/laktatnebelproductstandalone/pom.xml new file mode 100644 index 0000000..02b6958 --- /dev/null +++ b/laktatnebelproductmaster/laktatnebelproductstandalone/pom.xml @@ -0,0 +1,114 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelproductstandalone + 2.1.10-SNAPSHOT + pom + + laktatnebelProductStandalone + + + de.laktatnebel.maven + laktatnebelproductmaster + 2.1.10-SNAPSHOT + + + + ${project.artifactId} + + + + + + + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + + maven-jar-plugin + ${maven-jar-plugin.version} + + + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + + + + + maven-assembly-plugin + org.apache.maven.plugins + + + make-executable-jar-with-dependencies + package + + single + + + + + true + true + true + simple + + ${main.class} + + + + jar-with-dependencies + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory} + true + false + true + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + ${main.class} + + + + jar-with-dependencies + + + + + + + \ No newline at end of file diff --git a/laktatnebelproductmaster/pom.xml b/laktatnebelproductmaster/pom.xml new file mode 100644 index 0000000..19cc45a --- /dev/null +++ b/laktatnebelproductmaster/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelproductmaster + 2.1.10-SNAPSHOT + pom + + laktatnebelProductMaster + + + de.laktatnebel.maven + laktatnebelmaster + 2.1.10-SNAPSHOT + + + + 2.0.7 + ${project.artifactId} + + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + + + laktatnebelproductjeemaster + laktatnebelproductstandalone + + \ No newline at end of file diff --git a/laktatnebelscript/assembly.xml b/laktatnebelscript/assembly.xml new file mode 100644 index 0000000..56b53ea --- /dev/null +++ b/laktatnebelscript/assembly.xml @@ -0,0 +1,26 @@ + + tar + + tar.gz + + false + ${project.basedir} + + + ${project.basedir} + + **/* + + true + + ${project.basedir}/target/** + ${project.basedir}/.project + ${project.basedir}/.classpath + ${project.basedir}/.settings/** + + + + + diff --git a/laktatnebelscript/pom.xml b/laktatnebelscript/pom.xml new file mode 100644 index 0000000..894c5c8 --- /dev/null +++ b/laktatnebelscript/pom.xml @@ -0,0 +1,76 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelscript + 2.1.10-SNAPSHOT + pom + + laktatnebelScript + + + de.laktatnebel.maven + laktatnebelmaster + 2.1.10-SNAPSHOT + + + + ${project.artifactId} + + + + + + + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + tar + package + + single + + + ${project.artifactId} + + assembly.xml + + + + + + + maven-jar-plugin + ${maven-jar-plugin.version} + + true + + + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + true + + + + + + + + + oleb + Ole Benjamin Rosentreter + ole@laktatnebel.de + Laktatnebel.de + http://www.laktatnebel.de + + architect + developer + + +1 + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..14af021 --- /dev/null +++ b/pom.xml @@ -0,0 +1,274 @@ + + 4.0.0 + + de.laktatnebel.maven + laktatnebelmaster + 2.1.10-SNAPSHOT + pom + + laktatnebelMaster + + + UTF-8 + UTF-8 + + 15 + ${java.version} + ${java.version} + + 3.3.0 + + 3.2.1 + 3.11.0 + 3.0.0 + + 3.3.0 + 3.3.2 + 3.3.0 + 3.5.0 + 3.5.0 + + 3.0.0 + 3.1.1 + 3.5.0 + 4.0.0-M6 + + 4.13.2 + + 4.0.1 + 2.3.3 + 6.0-6 + + + 2.2 + + ${project.artifactId} + + -Xdoclint:none + + + + + + junit + junit + ${junit.version} + + + + + + + junit + junit + test + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} + + develop + false + true + + + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + + site + + + + + maven-javadoc-plugin + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + ${javadoc.opts} + none + + + + attach-javadocs + + jar + + + ${javadoc.opts} + none + + + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + maven-compiler-plugin + + ${java.version} + + + + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + + + + [3.0,) + + + ${java.version} + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + ${javadoc.opts} + true + none + + + + + + + + + no.tests + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + true + + + + + + + + + + oleb + Ole Benjamin Rosentreter + ole@laktatnebel.de + Laktatnebel.de + http://www.laktatnebel.de + + architect + developer + + +1 + + + + + scm:git:ssh://laktatnebel.de/srv/git/{artifactId} + scm:git:ssh://laktatnebel.de/srv/git/{artifactId} + HEAD + + + + + + + + + laktatnebel.release + Release Repository + file:///home/oleb/.m2/distribution + + + laktatnebel.snapshots + false + Snapshot Repository + file:///home/oleb/.m2/distribution + + + laktatnebel.site + Sites + file:///home/oleb/.m2/site + + + + + laktatnebellib + laktatnebelscript + laktatnebelproductmaster + + -- 2.39.5