Newer
Older
Nils Christian Ehmke
committed
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Nils Christian Ehmke
committed
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Nils Christian Ehmke
committed
Nils Christian Ehmke
committed
<artifactId>Kieker.WebGUI</artifactId>
<version>1.7</version>
Nils Christian Ehmke
committed
<packaging>war</packaging>
<name>Kieker.WebGUI</name>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>nie</id>
<name>Nils Christian Ehmke</name>
<email>nie@informatik.uni-kiel.de</email>
</developer>
</developers>
Nils Christian Ehmke
committed
Nils Christian Ehmke
committed
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kieker.jar>kieker-1.7_emf.jar</kieker.jar>
Nils Christian Ehmke
committed
<spring.version>3.1.2.RELEASE</spring.version>
Nils Christian Ehmke
committed
<slf4j.version>1.7.2</slf4j.version>
Nils Christian Ehmke
committed
</properties>
Nils Christian Ehmke
committed
Nils Christian Ehmke
committed
<repositories>
<repository>
<id>prime-repo</id>
<name>PrimeFaces Maven Repository</name>
<url>http://repository.primefaces.org</url>
<layout>default</layout>
</repository>
<url>https://oss.sonatype.org/content/repositories/staging/</url>
Nils Christian Ehmke
committed
</repositories>
Nils Christian Ehmke
committed
Nils Christian Ehmke
committed
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Nils Christian Ehmke
committed
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Nils Christian Ehmke
committed
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<version>${spring.version}</version>
Nils Christian Ehmke
committed
</dependency>
Nils Christian Ehmke
committed
<dependency>
Nils Christian Ehmke
committed
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.3.1.RELEASE</version>
Nils Christian Ehmke
committed
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Nils Christian Ehmke
committed
<version>${slf4j.version}</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Nils Christian Ehmke
committed
<version>${slf4j.version}</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Nils Christian Ehmke
committed
<version>${slf4j.version}</version>
Nils Christian Ehmke
committed
</dependency>
Nils Christian Ehmke
committed
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>prettyfaces-jsf2</artifactId>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>el-impl</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>2.2</version>
</dependency>
Nils Christian Ehmke
committed
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.9.1.0</version>
</dependency>
Nils Christian Ehmke
committed
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Nils Christian Ehmke
committed
<version>14.0.1</version>
Nils Christian Ehmke
committed
</dependency>
Nils Christian Ehmke
committed
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.3</version>
</dependency>
Nils Christian Ehmke
committed
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-web-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>3.5</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>org.primefaces.themes</groupId>
Nils Christian Ehmke
committed
<artifactId>all-themes</artifactId>
<version>1.0.9</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<artifactId>kieker</artifactId>
<version>1.7</version>
<classifier>emf</classifier>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>kieler</groupId>
<artifactId>kieler</artifactId>
<version>0.2.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/${klay.jar}</systemPath>
</dependency>
Nils Christian Ehmke
committed
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
Nils Christian Ehmke
committed
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3</version>
Nils Christian Ehmke
committed
</dependency>
</dependencies>
Nils Christian Ehmke
committed
Nils Christian Ehmke
committed
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.10</version>
<configLocation>${project.basedir}/config/quality-config/cs-conf.xml</configLocation>
</configuration>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>checkstyle</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
Nils Christian Ehmke
committed
<version>2.5.2</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
<excludeFilterFile>${project.basedir}/config/quality-config/fb-filter.xml</excludeFilterFile>
</configuration>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>findbugs</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.7.1</version>
<ruleset>${project.basedir}/config/quality-config/pmdrules.xml</ruleset>
</rulesets>
<targetJdk>1.6</targetJdk>
</configuration>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>pmd</goal>
</goals>
</execution>
</executions>
</plugin>
Nils Christian Ehmke
committed
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.10.v20130312</version>
Nils Christian Ehmke
committed
<configuration>
Nils Christian Ehmke
committed
<webApp>
<contextPath>/Kieker.WebGUI</contextPath>
</webApp>
Nils Christian Ehmke
committed
<scanIntervalSeconds>5</scanIntervalSeconds>
<connectors>
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
<port>8080</port>
<maxIdleTime>600000</maxIdleTime> <!-- 10 minutes in milliseconds! -->
<lowResourcesMaxIdleTime>600000</lowResourcesMaxIdleTime>
</connector>
</connectors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
Nils Christian Ehmke
committed
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArguments>
<endorseddirs>${endorsed.dir}</endorseddirs>
</compilerArguments>
</configuration>
Nils Christian Ehmke
committed
<!-- This is some kind of a hack, as maven doesn't want to include system jars into the war-file. We use ant instead. -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy file="${project.basedir}/lib/${klay.jar}"
todir="${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib" />
<copy todir="${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib" >
<fileset dir="${project.basedir}/lib/">
<exclude name="**/*.jar"/>
</fileset>
</copy>
</tasks>
</configuration>
</execution>
</executions>
Nils Christian Ehmke
committed
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Nils Christian Ehmke
committed
<version>2.3</version>
Nils Christian Ehmke
committed
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
Nils Christian Ehmke
committed
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>javadoc</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>Sources-Archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<finalName>kieker-webgui-${project.version}_sources</finalName>
<descriptors>
</descriptors>
</configuration>
</execution>
<execution>
<id>Binary-Archive</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<finalName>kieker-webgui-${project.version}_binaries</finalName>
<descriptors>
</descriptors>
</configuration>
</execution>
</executions>
Nils Christian Ehmke
committed
</plugins>
</build>