-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpom.xml
404 lines (388 loc) · 13.5 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>graphene-instagram</groupId>
<artifactId>graphene-instagram</artifactId>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>graphene-instagram-web</module>
</modules>
<properties>
<customer>Instagram</customer>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<!-- properties for dependencies (usually versions) -->
<base.project.version>4.2.0-SNAPSHOT</base.project.version>
<base.project.groupId>graphene</base.project.groupId>
<!-- Properties for this instance of the app -->
<hsqldb.version>2.3.1</hsqldb.version>
<jtds.version>1.3.1</jtds.version>
<!-- properties for testing dependencies -->
<jettyVersion>9.0.0</jettyVersion>
<servlet-api-release-version>2.5</servlet-api-release-version>
<testng-release-version>6.3.1</testng-release-version>
<easymock-release-version>3.0</easymock-release-version>
<tapestry-release-version>5.3.7</tapestry-release-version>
<tapestry-model-test.version>0.5.0</tapestry-model-test.version>
<!-- Maven properties -->
<maven.version>3.0.4</maven.version>
<maven.compiler.plugin.version>3.1</maven.compiler.plugin.version>
<maven.site.plugin.version>3.0</maven.site.plugin.version>
<maven.project.info.reports.plugin.version>2.7</maven.project.info.reports.plugin.version>
<maven.dependency.plugin.version>2.1</maven.dependency.plugin.version>
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
<maven-war-plugin.version>2.1.1</maven-war-plugin.version>
<maven-enforcer-plugin.version>1.2</maven-enforcer-plugin.version>
<maven-javadoc-plugin.version>2.9</maven-javadoc-plugin.version>
<maven-jetty-plugin.version>6.1.16</maven-jetty-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
</properties>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<!-- Provide dependency to the Tapestry javadoc taglet which replaces the
Maven component report -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-javadoc</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-analytics</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-model</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-dao</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-dao-es</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>graphene-augment</groupId>
<artifactId>graphene-augment-mitie</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>graphene-augment</groupId>
<artifactId>graphene-augment-snlp</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>graphene-security</groupId>
<artifactId>graphene-security-noop</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-export</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-hts</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-ingest</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-introspect</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-rest</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-search</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-util</artifactId>
<version>${base.project.version}</version>
</dependency>
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-parent</artifactId>
<version>${base.project.version}</version>
</dependency>
<!-- Here's the war overlay -->
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-web</artifactId>
<version>${base.project.version}</version>
<type>war</type>
</dependency>
<!-- Here's just the classes, needed for compilation -->
<dependency>
<groupId>${base.project.groupId}</groupId>
<artifactId>graphene-web</artifactId>
<version>${base.project.version}</version>
<classifier>classes</classifier>
<type>jar</type>
</dependency>
<dependency>
<!-- jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for
Microsoft SQL Server (6.5, 7, 2000, 2005, 2008, 2012) and Sybase ASE (10,
11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready
JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible,
supporting forward-only and scrollable/updateable ResultSets and implementing
all the DatabaseMetaData and ResultSetMetaData methods. -->
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
<version>${jtds.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet-api-release-version}</version>
<scope>provided</scope>
</dependency>
<!-- Testing dependencies, Should not be in final Jars or Wars -->
<dependency>
<groupId>org.tynamo</groupId>
<artifactId>tapestry-model-test</artifactId>
<version>${tapestry-model-test.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-javadoc</artifactId>
<version>${tapestry-release-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<type>maven-plugin</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng-release-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easymock-release-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<!-- pluginManagement is used to specify common plugin settings for all
of the projects that inherit from the parent project (for example, plugin
version and configuration). -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<optimize>true</optimize>
<showDeprecation>true</showDeprecation>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven.site.plugin.version}</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${maven.project.info.reports.plugin.version}</version>
<reports>
<report>project-team</report>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>cim</report>
<report>issue-tracking</report>
</reports>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
</plugin>
</reportPlugins>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>surefire</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<inherited>false</inherited>
<configuration>
</configuration>
</execution>
</executions>
<configuration>
<systemPropertyVariables>
<tapestry.execution-mode>Qa</tapestry.execution-mode>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<dependencySourceExcludes />
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven.dependency.plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<plugin>
<!-- TODO: Switch to version >= 2.4 if we plan to build wars on a *nix
machine -->
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven-enforcer-plugin.version}</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>${maven-jetty-plugin.version}</version>
<configuration>
<!-- Log to the console. -->
<requestLog implementation="org.mortbay.jetty.NCSARequestLog">
<!-- This doesn't do anything for Jetty, but is a workaround for a
Maven bug that prevents the requestLog from being set. -->
<append>true</append>
</requestLog>
<systemProperties>
<systemProperty>
<name>tapestry.execution-mode</name>
<value>development</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins> <!-- enforce inclusion of source plugin to all children of this implementation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin><!-- This will be run when using mvn javadoc:javadoc -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<taglet>org.apache.tapestry5.javadoc.TapestryDocTaglet</taglet>
<tagletArtifact>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-javadoc</artifactId>
</tagletArtifact>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin><!-- This will be run when using mvn site -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<failOnError>false</failOnError>
<dependencySourceExcludes>com.trsvax.bootstrap:*</dependencySourceExcludes>
<taglet>org.apache.tapestry5.javadoc.TapestryDocTaglet</taglet>
<tagletArtifact>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-javadoc</artifactId>
<version>${tapestry-release-version}</version>
</tagletArtifact>
</configuration>
</plugin>
</plugins>
</reporting>
</project>