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-java</artifactId>
7 <packaging>jar</packaging>
8 <version>1.0.1-SNAPSHOT</version>
10 <url>http://lwes.org</url>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 scm:svn:https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-java/trunk
24 <groupId>junit</groupId>
25 <artifactId>junit</artifactId>
26 <version>4.4</version>
30 <groupId>commons-codec</groupId>
31 <artifactId>commons-codec</artifactId>
32 <version>1.3</version>
36 <groupId>commons-logging</groupId>
37 <artifactId>commons-logging</artifactId>
38 <version>1.1.1</version>
41 <groupId>net.java.dev.javacc</groupId>
42 <artifactId>javacc</artifactId>
43 <version>5.0</version>
44 <scope>compile</scope>
47 <groupId>log4j</groupId>
48 <artifactId>log4j</artifactId>
49 <version>1.2.15</version>
52 <groupId>com.sun.jmx</groupId>
53 <artifactId>jmxri</artifactId>
56 <groupId>com.sun.jdmk</groupId>
57 <artifactId>jmxtools</artifactId>
60 <groupId>javax.jms</groupId>
61 <artifactId>jms</artifactId>
64 <groupId>javax.mail</groupId>
65 <artifactId>mail</artifactId>
68 <groupId>javax.activation</groupId>
69 <artifactId>activation</artifactId>
78 <directory>src/main/resources</directory>
79 <filtering>true</filtering>
84 <groupId>org.apache.maven.plugins</groupId>
85 <artifactId>maven-release-plugin</artifactId>
86 <version>2.0</version>
89 https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-java/tags
91 <goals>package javadoc:jar assembly:assembly</goals>
95 <groupId>org.apache.maven.plugins</groupId>
96 <artifactId>maven-source-plugin</artifactId>
99 <phase>package</phase>
107 <groupId>org.codehaus.mojo</groupId>
108 <artifactId>javacc-maven-plugin</artifactId>
109 <version>2.6</version>
122 <groupId>org.apache.maven.plugins</groupId>
123 <artifactId>maven-resources-plugin</artifactId>
125 <encoding>UTF-8</encoding>
129 <artifactId>maven-compiler-plugin</artifactId>
136 <artifactId>maven-surefire-plugin</artifactId>
137 <version>2.3</version>
140 <artifactId>maven-assembly-plugin</artifactId>
141 <version>2.2-beta-3</version>
144 <descriptor>src/main/assembly/dist.xml</descriptor>
151 <goal>assembly</goal>
161 <groupId>org.codehaus.mojo</groupId>
162 <artifactId>emma-maven-plugin</artifactId>
163 <inherited>true</inherited>
166 <groupId>org.codehaus.mojo</groupId>
167 <artifactId>surefire-report-maven-plugin</artifactId>
168 <inherited>true</inherited>
172 <!-- This is here for deploying to the atti maven repository -->
173 <distributionManagement>
176 <url>http://maven.corp.atti.com:9999/nexus/content/repositories/thirdparty</url>
180 <url>http://maven.corp.atti.com:9999/nexus/content/repositories/snapshots</url>
181 </snapshotRepository>
182 </distributionManagement>