1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" 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">
5 <!-- POM file generated with GWT webAppCreator -->
6 <modelVersion>4.0.0</modelVersion>
7 <groupId>org.glom.web</groupId>
8 <artifactId>gwt-glom</artifactId>
9 <packaging>war</packaging>
10 <version>1.21.8.1</version>
11 <name>OnlineGlom</name>
16 <distribution>repo and manual</distribution>
17 <url>http://www.gnu.org/licenses/lgpl.html</url>
21 <!-- gwt-test-utils is not in the regular maven repository: -->
24 <id>forge.octo.com</id>
25 <url>http://forge.octo.com/nexus/content/repositories/releases/</url>
30 <!-- Convenience property to set the GWT version -->
31 <gwt.version>2.4.0</gwt.version>
32 <!-- GWT requires java 1.6 -->
33 <maven.compiler.source>1.6</maven.compiler.source>
34 <maven.compiler.target>1.6</maven.compiler.target>
35 <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
40 <groupId>com.google.gwt</groupId>
41 <artifactId>gwt-servlet</artifactId>
42 <version>${gwt.version}</version>
43 <scope>runtime</scope>
46 <groupId>com.google.gwt</groupId>
47 <artifactId>gwt-user</artifactId>
48 <version>${gwt.version}</version>
49 <scope>provided</scope>
52 <groupId>c3p0</groupId>
53 <artifactId>c3p0</artifactId>
54 <version>0.9.1.2</version>
56 <scope>compile</scope>
59 <groupId>commons-io</groupId>
60 <artifactId>commons-io</artifactId>
61 <version>2.3</version>
63 <scope>compile</scope>
66 <groupId>postgresql</groupId>
67 <artifactId>postgresql</artifactId>
68 <version>9.1-901.jdbc4</version>
70 <scope>runtime</scope>
73 <groupId>com.allen-sauer.gwt.log</groupId>
74 <artifactId>gwt-log</artifactId>
75 <version>3.1.8</version>
77 <scope>compile</scope>
80 <groupId>org.apache.commons</groupId>
81 <artifactId>commons-lang3</artifactId>
82 <version>3.1</version>
83 <scope>compile</scope>
86 <groupId>org.jooq</groupId>
87 <artifactId>jooq</artifactId>
88 <version>2.2.1</version>
89 <scope>compile</scope>
92 <groupId>net.sf.jasperreports</groupId>
93 <artifactId>jasperreports</artifactId>
94 <version>4.5.1</version>
95 <scope>compile</scope>
97 <!-- There is apparently a clash between the jdtcore used by jasperreports and gwt,
98 so we do this to avoid the reportUnusedDeclaredThrownExceptionIncludeDocCommentReference
99 exception during the gwt compile. -->
101 <groupId>eclipse</groupId>
102 <artifactId>jdtcore</artifactId>
108 <groupId>log4j</groupId>
109 <artifactId>log4j</artifactId>
110 <version>1.2.16</version>
112 <scope>runtime</scope>
115 <groupId>junit</groupId>
116 <artifactId>junit</artifactId>
117 <version>4.10</version>
121 <groupId>com.googlecode.gwt-test-utils</groupId>
122 <artifactId>gwt-test-utils</artifactId>
123 <version>0.38</version>
127 <groupId>org.easymock</groupId>
128 <artifactId>easymock</artifactId>
129 <version>3.1</version>
134 <url>http://www.glom.org/wiki/index.php?title=Development/OnlineGlom</url>
136 <!-- Generate compiled stuff in the folder used for developing mode -->
137 <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
141 <!-- GWT Maven Plugin -->
143 <groupId>org.codehaus.mojo</groupId>
144 <artifactId>gwt-maven-plugin</artifactId>
145 <version>2.4.0</version>
155 <!-- Plugin configuration. There are many available options, see gwt-maven-plugin
156 documentation at codehaus.org -->
158 <runTarget>OnlineGlom.html</runTarget>
159 <hostedWebapp>${webappDirectory}</hostedWebapp>
160 <i18nConstantsBundles>
161 <i18nConstantsBundle>org.glom.web.client.ui.OnlineGlomConstants</i18nConstantsBundle>
162 </i18nConstantsBundles>
163 <mode>htmlunit</mode> <!-- Because the default, manual, waits for us to paste a URL into a browser. -->
164 <!-- <productionMode>true</productionMode> -->
168 <!-- Copy static web files before executing gwt:run -->
170 <groupId>org.apache.maven.plugins</groupId>
171 <artifactId>maven-war-plugin</artifactId>
172 <version>2.2</version>
175 <phase>compile</phase>
177 <goal>exploded</goal>
182 <webappDirectory>${webappDirectory}</webappDirectory>
187 <artifactId>maven-assembly-plugin</artifactId>
188 <version>2.3</version>
191 <descriptor>assembly.xml</descriptor>
193 <appendAssemblyId>false</appendAssemblyId>
200 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
202 <groupId>org.eclipse.m2e</groupId>
203 <artifactId>lifecycle-mapping</artifactId>
204 <version>1.0.0</version>
206 <lifecycleMappingMetadata>
209 <pluginExecutionFilter>
211 org.apache.maven.plugins
220 <goal>exploded</goal>
222 </pluginExecutionFilter>
228 </lifecycleMappingMetadata>
238 <groupId>org.apache.maven.plugins</groupId>
239 <artifactId>maven-surefire-report-plugin</artifactId>
240 <version>2.12</version>
242 <!-- your configuration here -->
248 <description>gwt-glom (OnlineGlom) is a web UI for Glom database systems.
249 See http://www.glom.org
252 <url>http://gitorious.org/online-glom</url>
255 <system>Bugzilla</system>
256 <url>https://bugzilla.gnome.org/browse.cgi?product=Glom</url>