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.7-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.2.2</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>args4j</groupId>
57 <artifactId>args4j</artifactId>
58 <version>2.0.12</version>
61 <groupId>org.apache.hadoop</groupId>
62 <artifactId>hadoop-core</artifactId>
63 <version>0.20.1-169.56</version>
69 <directory>src/main/resources</directory>
70 <filtering>true</filtering>
75 <groupId>org.apache.maven.plugins</groupId>
76 <artifactId>maven-jar-plugin</artifactId>
79 <exclude>*.xml</exclude>
80 <exclude>*.properties</exclude>
81 <exclude>*.esf</exclude>
86 <groupId>org.apache.maven.plugins</groupId>
87 <artifactId>maven-resources-plugin</artifactId>
89 <encoding>UTF-8</encoding>
93 <artifactId>maven-compiler-plugin</artifactId>
100 <artifactId>maven-surefire-plugin</artifactId>
101 <version>2.3</version>
104 <groupId>org.codehaus.mojo</groupId>
105 <artifactId>cobertura-maven-plugin</artifactId>
108 <artifactId>maven-assembly-plugin</artifactId>
109 <version>2.2-beta-5</version>
112 <id>distribution</id>
113 <phase>package</phase>
114 <goals><goal>single</goal></goals>
117 <descriptor>src/assemble/distribution.xml</descriptor>
122 <id>executable-jar</id>
123 <phase>package</phase>
124 <goals><goal>single</goal></goals>
126 <appendAssemblyId>false</appendAssemblyId>
127 <finalName>dejournaller-${project.version}</finalName>
129 <descriptorRef>jar-with-dependencies</descriptorRef>
133 <mainClass>org.lwes.journaller.DeJournaller</mainClass>
145 <name>Maven central repository</name>
146 <url>http://repo1.maven.org/maven2/</url>
152 <groupId>org.apache.maven.plugins</groupId>
153 <artifactId>maven-javadoc-plugin</artifactId>
154 <version>2.6.1</version>
157 <groupId>org.codehaus.mojo</groupId>
158 <artifactId>findbugs-maven-plugin</artifactId>
159 <version>2.3</version>
162 <groupId>org.codehaus.mojo</groupId>
163 <artifactId>emma-maven-plugin</artifactId>
164 <version>1.0-alpha-2</version>
165 <inherited>true</inherited>