From 2961211417bf7b29a63f113b2719ebe16d141b26 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 23 Oct 2013 19:56:05 +0200 Subject: [PATCH] Initial Commit --- pom.xml | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..b09d5d6c9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,330 @@ + + 4.0.0 + + li.strolch + li.strolch.parent + 0.1.0-SNAPSHOT + pom + Parent for li.strolch projects + Parent for all li.strolch projects for easier project maintenance + 2013 + + + UTF-8 + + + + + + + GNU Lesser General Public License + http://www.gnu.org/licenses/lgpl.html + repo + + + Apache License 2.0 + http://www.spdx.org/licenses/Apache-2.0 + + + + + eitchnet.ch + http://blog.eitchnet.ch + + + + + eitch + Robert von Vurg + eitch@eitchnet.ch + http://blog.eitchnet.ch + eitchnet.ch + http://blog.eitchnet.ch + + architect + developer + + +1 + + http://localhost + + + + + + + + + + + + deployment + Internal Releases + http://nexus.eitchnet.ch/content/repositories/releases/ + + + deployment + Internal Releases + http://nexus.eitchnet.ch/content/repositories/snapshots/ + + + + + + + + li.strolch + li.strolch.model + ${project.version} + + + li.strolch + li.strolch.persistence.api + ${project.version} + + + li.strolch + li.strolch.persistence.impl + ${project.version} + + + li.strolch + li.strolch.runtime + ${project.version} + + + + ch.eitchnet + ch.eitchnet.utils + 0.2.0-SNAPSHOT + + + ch.eitchnet + ch.eitchnet.xmlpers + 0.3.0-SNAPSHOT + + + + org.slf4j + slf4j-api + 1.7.2 + + + + junit + junit + 4.11 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.slf4j + slf4j-log4j12 + 1.7.2 + test + + + + + + + + ch.eitchnet + ch.eitchnet.utils + + + + org.slf4j + slf4j-api + + + + junit + junit + test + + + org.hamcrest + hamcrest-core + test + + + org.hamcrest + hamcrest-library + test + + + org.slf4j + slf4j-log4j12 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.0 + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-site-plugin + 2.3 + + UTF-8 + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + true + true + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + true + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + deploy + + jar + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + + deploy + deploy + + deploy + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + false + + + + + + + maven-assembly-plugin + 2.4 + + + + true + + + + + jar-with-dependencies + + + + + jar-with-dependencies + package + + single + + + + + + + + + + \ No newline at end of file