1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.lwes</groupId>
6 <artifactId>lwes-journaller-java</artifactId>
7 <packaging>jar</packaging>
8 <version>0.0.5-SNAPSHOT</version>
9 <name>lwes-journaller-java</name>
10 <url>http://maven.apache.org</url>
13 <groupId>junit</groupId>
14 <artifactId>junit</artifactId>
15 <version>4.4</version>
19 <groupId>commons-logging</groupId>
20 <artifactId>commons-logging</artifactId>
21 <version>1.1.1</version>
24 <groupId>org.lwes</groupId>
25 <artifactId>lwes-java</artifactId>
26 <version>0.1.1</version>
29 <groupId>log4j</groupId>
30 <artifactId>log4j</artifactId>
31 <version>1.2.15</version>
34 <groupId>com.sun.jmx</groupId>
35 <artifactId>jmxri</artifactId>
38 <groupId>com.sun.jdmk</groupId>
39 <artifactId>jmxtools</artifactId>
42 <groupId>javax.jms</groupId>
43 <artifactId>jms</artifactId>
46 <groupId>javax.mail</groupId>
47 <artifactId>mail</artifactId>
50 <groupId>javax.activation</groupId>
51 <artifactId>activation</artifactId>
56 <groupId>commons-cli</groupId>
57 <artifactId>commons-cli</artifactId>
58 <version>1.2</version>
64 <directory>src/main/resources</directory>
65 <filtering>true</filtering>
70 <groupId>org.apache.maven.plugins</groupId>
71 <artifactId>maven-jar-plugin</artifactId>
74 <exclude>*.xml</exclude>
75 <exclude>*.properties</exclude>
76 <exclude>*.esf</exclude>
81 <groupId>org.apache.maven.plugins</groupId>
82 <artifactId>maven-resources-plugin</artifactId>
84 <encoding>UTF-8</encoding>
88 <artifactId>maven-compiler-plugin</artifactId>
95 <artifactId>maven-surefire-plugin</artifactId>
96 <version>2.3</version>
99 <groupId>org.codehaus.mojo</groupId>
100 <artifactId>cobertura-maven-plugin</artifactId>
103 <artifactId>maven-assembly-plugin</artifactId>
106 <descriptor>src/assemble/distribution.xml</descriptor>
115 <name>Maven central repository</name>
116 <url>http://repo1.maven.org/maven2/</url>