From 6dc7723c738c8307369f2fcfd8feb0fd2ea703c1 Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Feb 2011 22:45:14 +0100 Subject: file-copy from previous development-repository --- pom.xml | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..48586f9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,158 @@ + + 4.0.0 + de.dhbw-stuttgart.hb + dhbwcalendar + war + 1.0-SNAPSHOT + DHBW Calendar + http://maven.apache.org + DHBW Calendar verbindet eine iCalendar kompatible Applikation mit dem Stundenplan in dem Studenteninformationssystem Dualis + + + UTF-8 + + + + + GNU Affero General Public License + http://www.gnu.org/licenses/agpl-3.0-standalone.html + + + + + + Yves Fischer + yvesf-dhbwcalendar@xapek.org + + + + + https://github.com/yvesf/dhbwcalendar.git + scm:git:git://github.com/dhbw-horb/dhbw-calendar.git + scm:git:ssh://git@github.com:dhbw-horb/dhbw-calendar.git + + + + + github-project-site + + gitsite:git@github.com/dhbw-horb/dhbw-calendar.git:gh-pages + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.3.1 + + + + dependencies + + license + scm + + + + + + + + + + javax.servlet + servlet-api + 2.5 + + + net.sourceforge.htmlunit + htmlunit + 2.8 + + + com.vaadin + vaadin + 6.5.1 + + + junit + junit + 3.8.1 + test + + + + + + dhbwcalendar + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.10 + + 1 + foo + 9999 + + + + start-jetty + pre-integration-test + + run + + + 0 + true + + + + stop-jetty + post-integration-test + + stop + + + + + + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.3 + + + org.apache.maven.scm + maven-scm-manager-plexus + 1.3 + + + org.kathrynhuxtable.maven.wagon + wagon-gitsite + 0.3.1 + + + + -- cgit v1.2.1