blob: f88b7f2be416e0f790a27c55a6724eaedbb9edfc [file] [log] [blame]
Shawn O. Pearce44671f52009-11-07 12:55:26 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright (C) 2009 The Android Open Source Project
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
22 <parent>
23 <groupId>com.google.gerrit</groupId>
24 <artifactId>gerrit-parent</artifactId>
Shawn O. Pearce3b279fa2009-12-12 20:17:29 -080025 <version>2.1-SNAPSHOT</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080026 </parent>
27
28 <artifactId>gerrit-gwtui</artifactId>
29 <name>Gerrit Code Review - GWT UI</name>
30 <packaging>war</packaging>
31
32 <description>
33 Web interface built on top of Google Web Toolkit
34 </description>
35
36 <dependencies>
37 <dependency>
38 <groupId>com.google.gwt</groupId>
39 <artifactId>gwt-user</artifactId>
40 <version>${gwtVersion}</version>
Shawn O. Pearced554cc22009-12-18 18:30:45 -080041 <scope>compile</scope>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080042 </dependency>
43
44 <dependency>
45 <groupId>gwtexpui</groupId>
46 <artifactId>gwtexpui</artifactId>
47 <scope>compile</scope>
48 </dependency>
49 <dependency>
50 <groupId>gwtexpui</groupId>
51 <artifactId>gwtexpui</artifactId>
52 <scope>compile</scope>
53 <classifier>sources</classifier>
54 <type>jar</type>
55 </dependency>
56
57 <dependency>
58 <groupId>gwtjsonrpc</groupId>
59 <artifactId>gwtjsonrpc</artifactId>
60 <scope>compile</scope>
61 </dependency>
62 <dependency>
63 <groupId>gwtjsonrpc</groupId>
64 <artifactId>gwtjsonrpc</artifactId>
65 <scope>compile</scope>
66 <classifier>sources</classifier>
67 <type>jar</type>
68 </dependency>
69
70 <dependency>
71 <groupId>gwtorm</groupId>
72 <artifactId>gwtorm</artifactId>
73 <scope>compile</scope>
74 </dependency>
75 <dependency>
76 <groupId>gwtorm</groupId>
77 <artifactId>gwtorm</artifactId>
78 <scope>compile</scope>
79 <classifier>sources</classifier>
80 <type>jar</type>
81 </dependency>
82
83 <dependency>
84 <groupId>com.google.gerrit</groupId>
85 <artifactId>gerrit-reviewdb</artifactId>
86 <scope>compile</scope>
87 </dependency>
88 <dependency>
89 <groupId>com.google.gerrit</groupId>
90 <artifactId>gerrit-reviewdb</artifactId>
91 <scope>compile</scope>
92 <classifier>sources</classifier>
93 <type>jar</type>
94 </dependency>
95
96 <dependency>
97 <groupId>com.google.gerrit</groupId>
98 <artifactId>gerrit-common</artifactId>
99 <scope>compile</scope>
100 </dependency>
101 <dependency>
102 <groupId>com.google.gerrit</groupId>
103 <artifactId>gerrit-common</artifactId>
104 <scope>compile</scope>
105 <classifier>sources</classifier>
106 <type>jar</type>
107 </dependency>
108
109 <dependency>
110 <groupId>com.google.gerrit</groupId>
111 <artifactId>gerrit-patch-jgit</artifactId>
112 <scope>compile</scope>
113 </dependency>
114 <dependency>
115 <groupId>com.google.gerrit</groupId>
116 <artifactId>gerrit-patch-jgit</artifactId>
117 <scope>compile</scope>
118 <classifier>sources</classifier>
119 <type>jar</type>
120 </dependency>
121
122 <dependency>
Shawn O. Pearceeaab2f32009-11-17 11:05:11 -0800123 <groupId>org.eclipse.jgit</groupId>
124 <artifactId>org.eclipse.jgit</artifactId>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800125 <scope>compile</scope>
126 </dependency>
127 <dependency>
Shawn O. Pearceeaab2f32009-11-17 11:05:11 -0800128 <groupId>org.eclipse.jgit</groupId>
129 <artifactId>org.eclipse.jgit</artifactId>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800130 <scope>compile</scope>
131 <classifier>sources</classifier>
132 <type>jar</type>
133 </dependency>
134
135 <dependency>
136 <groupId>com.google.gerrit</groupId>
137 <artifactId>gerrit-patch-gwtexpui</artifactId>
138 <scope>compile</scope>
139 </dependency>
140 <dependency>
141 <groupId>com.google.gerrit</groupId>
142 <artifactId>gerrit-patch-gwtexpui</artifactId>
143 <scope>compile</scope>
144 <classifier>sources</classifier>
145 <type>jar</type>
146 </dependency>
147 </dependencies>
148
149 <build>
150 <plugins>
151 <plugin>
152 <groupId>org.codehaus.mojo</groupId>
153 <artifactId>gwt-maven-plugin</artifactId>
Shawn O. Pearced554cc22009-12-18 18:30:45 -0800154 <version>1.2</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800155 <configuration>
156 <module>com.google.gerrit.GerritGwtUI</module>
157 <extraJvmArgs>-Xmx512m</extraJvmArgs>
Shawn O. Pearceba608972009-12-19 18:55:03 -0800158 <soyc>${gwt.soyc}</soyc>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800159 </configuration>
160 <executions>
161 <execution>
162 <goals>
163 <goal>compile</goal>
164 </goals>
165 </execution>
166 </executions>
167 </plugin>
168
169 <plugin>
170 <groupId>org.apache.maven.plugins</groupId>
171 <artifactId>maven-dependency-plugin</artifactId>
172 <executions>
173 <execution>
174 <id>get-keyapplet</id>
175 <phase>generate-resources</phase>
176 <goals>
177 <goal>unpack</goal>
178 </goals>
179 <configuration>
180 <artifactItems>
181 <artifactItem>
182 <groupId>gerrit</groupId>
183 <artifactId>gerrit-keyapplet</artifactId>
184 <overWrite>true</overWrite>
185 <outputDirectory>${project.build.directory}/gerrit-keyapplet</outputDirectory>
186 <includes>**/*</includes>
187 </artifactItem>
188 </artifactItems>
189 </configuration>
190 </execution>
191 </executions>
192 </plugin>
193
194 <plugin>
195 <groupId>org.apache.maven.plugins</groupId>
196 <artifactId>maven-war-plugin</artifactId>
197 <configuration>
198 <packagingExcludes>WEB-INF/classes/**,WEB-INF/lib/**</packagingExcludes>
199 <archive>
200 <addMavenDescriptor>false</addMavenDescriptor>
201 </archive>
202 </configuration>
203 </plugin>
204
205 <plugin>
206 <artifactId>maven-antrun-plugin</artifactId>
207 <executions>
208 <execution>
209 <id>compress-html</id>
210 <phase>process-classes</phase>
211 <configuration>
212 <tasks>
213 <property name="dst" location="${project.build.directory}/${project.build.finalName}"/>
214 <property name="app" location="${dst}/gerrit"/>
215
216 <mkdir dir="${app}"/>
217 <apply executable="gzip" addsourcefile="false">
218 <arg value="-9"/>
219 <fileset dir="${app}"
220 includes="**/*.html,**/*.css"/>
221 <redirector>
222 <inputmapper type="glob" from="*" to="${app}/*"/>
223 <outputmapper type="glob" from="*" to="${app}/*.gz"/>
224 </redirector>
225 </apply>
226 </tasks>
227 </configuration>
228 <goals>
229 <goal>run</goal>
230 </goals>
231 </execution>
232
233 <execution>
234 <id>include-keyapplet</id>
235 <phase>process-classes</phase>
236 <configuration>
237 <tasks>
238 <property name="dst" location="${project.build.directory}/${project.build.finalName}"/>
239 <property name="app" location="${dst}/gerrit"/>
240 <property name="src" location="${basedir}/target/gerrit-keyapplet" />
241
242 <mkdir dir="${app}"/>
243 <zip
244 destfile="${app}/gerrit-keyapplet.cache.jar"
245 compress="true"
246 level="9">
247 <fileset dir="${src}" includes="**/*" />
248 </zip>
249 </tasks>
250 </configuration>
251 <goals>
252 <goal>run</goal>
253 </goals>
254 </execution>
255 </executions>
256 </plugin>
257 </plugins>
258 </build>
259</project>