-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
437 lines (417 loc) · 13.3 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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<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/maven-v4_0_0.xsd">
<name>Tynamo Parent</name>
<url>http://www.tynamo.org/</url>
<modelVersion>4.0.0</modelVersion>
<groupId>org.tynamo</groupId>
<artifactId>tynamo-parent</artifactId>
<packaging>pom</packaging>
<version>0.3.2-SNAPSHOT</version>
<!-- Model-driven Java web framework based on Tapestry 5. In version 0.1.0, Tynamo moved source control from Codehaus SVN to Github and started using Github's issue management instead of Codehaus.
CI system, mailing list management, release repo sync etc. other features will still stay at Codehaus. In version 0.2.0, Tynamo removed codehaus-parent and
started releasing to Sonatype OSSRH (https://issues.sonatype.org/browse/OSSRH-16108). 0.3.0 was started after some break in 2020, when Tapestry 5.5
was released. Also upgrade most plugin dependencies to latest
-->
<properties>
<tapestry-release-version>5.5.0</tapestry-release-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<!-- This is a separately releaseable super pom, don't specify any modules -->
</modules>
<description>Model-driven Java web framework based on Tapestry 5</description>
<inceptionYear>2004</inceptionYear>
<developers>
<developer>
<id>akochnev</id>
<name>Alex Kotchnev</name>
<email>akochnev (-at-) gmail.com</email>
</developer>
<developer>
<id>ascandroli</id>
<name>Alejandro Scandroli</name>
<organization>Amneris Labs</organization>
<organizationUrl>http://www.amneris.eu/</organizationUrl>
<email>[email protected]</email>
<url>http://docs.codehaus.org/display/~ascandroli</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>dragansah</id>
<name>Dragan Sahpaski</name>
<email>dragan.sahpaski (-at-) gmail.com</email>
<organizationUrl>http://plannowtech.com/</organizationUrl>
<url>http://docs.codehaus.org/display/~dragansah</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>kaosko</id>
<name>Kalle Korhonen</name>
<email>[email protected]</email>
<url>http://people.apache.org/~kaosko</url>
<timezone>-8</timezone>
</developer>
<developer>
<id>psartini</id>
<name>Piero Sartini</name>
<email>ps (-at-) sartini-its.com</email>
<url>http://www.pierosartini.eu</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>piercew</id>
<name>Pierce T. Wetter</name>
<email>pierce (-at-) twinforces.com</email>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<mailingLists>
<mailingList>
<name>Tapestry User List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://markmail.org/search/?q=list%3Aorg.apache.tapestry.users</archive>
</mailingList>
<!-- We currently don't have a dev list after Codehaus went bust
<mailingList>
<name>Tynamo Developer List</name>
<subscribe>http://xircles.codehaus.org/manage_email/[email protected]</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://archive.tynamo.codehaus.org/dev</archive>
</mailingList>
-->
</mailingLists>
<scm>
<connection>scm:git:[email protected]:tynamo/tynamo-parent.git</connection>
<developerConnection>scm:git:[email protected]:tynamo/tynamo-parent.git</developerConnection>
<url>https://github.com/tynamo/tynamo-parent</url>
<tag>HEAD</tag>
</scm>
<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
<repositories>
<!-- Don't use snapshots unless absolutely necessary because they are forever burned into the pom once released
-->
</repositories>
<pluginRepositories>
</pluginRepositories>
<ciManagement>
<system>travis</system>
<url>https://travis-ci.org/tynamo</url>
</ciManagement>
<distributionManagement>
<site>
<id>tynamo-site</id>
<url>gitsite:[email protected]/tynamo/${project.artifactId}.git</url>
</site>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<issueManagement>
<system>github</system>
<url>https://github.com/tynamo/tynamo-parent/issues</url>
</issueManagement>
<build>
<!-- these extensions are needed for wagon-gitsite to work (http://khuxtable.github.io/wagon-gitsite/) but we actually don't currently use it because
publishing through mvn scm-publish:publish-scm (also configured below) is much faster. There exists a few different forks of the original wagon-gitsite:
org.kathrynhuxtable.maven.wagon:0.3.1
org.kohsuke:wagon:wagon-gitsite:0.3.5
com.github.stephenc.wagon:wagon-gitsite:0.4.1
-->
<extensions>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</extension>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.3</version>
</extension>
<extension>
<groupId>com.github.stephenc.wagon</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.4.1</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.11.2</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.0</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
<!-- Update in the child poms as needed, no need to release a new Tynamo parent
for every little Jetty plugin bug fix release. Still, we use it often enough
to set a base version here -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.27.v20200227</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<!-- from http://blog.progs.be/517/publishing-javadoc-to-github-using-maven
gh-pages orphan branch *must be* created before!
-->
<plugin>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>
<checkinComment>Publish site for ${project.artifactId}:${project.version}</checkinComment>
<content>${project.reporting.outputDirectory}</content>
<skipDeletedFiles>true</skipDeletedFiles>
<pubScmUrl>scm:git:[email protected]:tynamo/${project.artifactId}.git</pubScmUrl>
<scmBranch>gh-pages</scmBranch>
</configuration>
</plugin>
<plugin>
<artifactId>maven-idea-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
<dependenciesAsLibraries>true</dependenciesAsLibraries>
<useFullNames>false</useFullNames>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
<descriptor>src/main/assembly/examples.xml</descriptor>
</descriptors>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- By default, do not deploy site, especially for the parent itself-->
<goals>deploy</goals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release,ossrh</releaseProfiles>
<!-- The newer release plugins don't enable the release profiles for the
whole duration of release:perform but only deploy part. We need release available
as gpg and attach sources is activated based on it -->
<arguments>-Prelease</arguments>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<inherited>true</inherited>
<configuration>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<source>1.8</source>
<linksource>true</linksource>
<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>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>