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.9.3</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.5.0-rc1</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>com.google.guava</groupId>
87 <artifactId>guava</artifactId>
88 <version>11.0.2</version>
91 <groupId>org.jooq</groupId>
92 <artifactId>jooq</artifactId>
93 <version>2.3.1</version>
94 <scope>compile</scope>
97 <groupId>net.sf.jasperreports</groupId>
98 <artifactId>jasperreports</artifactId>
99 <version>4.5.1</version>
100 <scope>compile</scope>
102 <!-- There is apparently a clash between the jdtcore used by jasperreports
103 and gwt, so we do this to avoid the reportUnusedDeclaredThrownExceptionIncludeDocCommentReference
104 exception during the gwt compile. -->
106 <groupId>eclipse</groupId>
107 <artifactId>jdtcore</artifactId>
113 <groupId>log4j</groupId>
114 <artifactId>log4j</artifactId>
115 <version>1.2.16</version>
117 <scope>compile</scope> <!-- It is used for runtime and test scopes -->
120 <!-- This seems to be necessary so we can see errors from JDBC -->
122 <groupId>org.slf4j</groupId>
123 <artifactId>slf4j-simple</artifactId>
124 <version>1.6.6</version>
129 <groupId>junit</groupId>
130 <artifactId>junit</artifactId>
131 <version>4.10</version>
135 <groupId>com.googlecode.gwt-test-utils</groupId>
136 <artifactId>gwt-test-utils</artifactId>
137 <version>0.39</version>
141 <groupId>org.easymock</groupId>
142 <artifactId>easymock</artifactId>
143 <version>3.1</version>
148 <url>http://www.glom.org/wiki/index.php?title=Development/OnlineGlom</url>
150 <!-- Generate compiled stuff in the folder used for developing mode -->
151 <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
155 <!-- GWT Maven Plugin -->
157 <groupId>org.codehaus.mojo</groupId>
158 <artifactId>gwt-maven-plugin</artifactId>
159 <version>2.4.0</version>
169 <!-- Plugin configuration. There are many available options, see gwt-maven-plugin
170 documentation at codehaus.org -->
172 <runTarget>OnlineGlom.html</runTarget>
173 <hostedWebapp>${webappDirectory}</hostedWebapp>
174 <i18nConstantsBundles>
175 <i18nConstantsBundle>org.glom.web.client.ui.OnlineGlomConstants</i18nConstantsBundle>
176 </i18nConstantsBundles>
177 <mode>htmlunit</mode> <!-- Because the default, manual, waits for us to paste a URL into a browser. -->
178 <!-- <productionMode>true</productionMode> -->
182 <!-- Copy static web files before executing gwt:run -->
184 <groupId>org.apache.maven.plugins</groupId>
185 <artifactId>maven-war-plugin</artifactId>
186 <version>2.2</version>
189 <phase>compile</phase>
191 <goal>exploded</goal>
196 <webappDirectory>${webappDirectory}</webappDirectory>
201 <artifactId>maven-assembly-plugin</artifactId>
202 <version>2.3</version>
205 <descriptor>assembly.xml</descriptor>
207 <appendAssemblyId>false</appendAssemblyId>
214 <!--This plugin's configuration is used to store Eclipse m2e settings
215 only. It has no influence on the Maven build itself. -->
217 <groupId>org.eclipse.m2e</groupId>
218 <artifactId>lifecycle-mapping</artifactId>
219 <version>1.0.0</version>
221 <lifecycleMappingMetadata>
224 <pluginExecutionFilter>
225 <groupId>org.codehaus.mojo</groupId>
226 <artifactId>gwt-maven-plugin</artifactId>
227 <versionRange>[2.4.0,)</versionRange>
231 </pluginExecutionFilter>
237 <pluginExecutionFilter>
239 org.apache.maven.plugins
248 <goal>exploded</goal>
250 </pluginExecutionFilter>
256 </lifecycleMappingMetadata>
266 <groupId>org.apache.maven.plugins</groupId>
267 <artifactId>maven-surefire-report-plugin</artifactId>
268 <version>2.12</version>
270 <!-- your configuration here -->
276 <description>gwt-glom (OnlineGlom) is a web UI for Glom database systems.
277 See http://www.glom.org
280 <url>http://gitorious.org/online-glom</url>
283 <system>Bugzilla</system>
284 <url>https://bugzilla.gnome.org/browse.cgi?product=Glom</url>