This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
440 lines (433 loc) · 18 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
438
439
440
<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>org.unitsofmeasurement</groupId>
<artifactId>unitsofmeasurement-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Units of Measurement parent</name>
<description>Units of Measurement Project Parent POM</description>
<organization>
<name>Units of Measurement</name>
<url>http://www.unitsofmeasurement.org</url>
</organization>
<!-- parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId>
<version>7</version -->
<!-- Disable behavior of looking at ../pom.xml and instead resolve the parent
POM from the repositories -->
<!-- See http://maven.apache.org/ref/3.1.1/maven-model/maven.html#class_parent -->
<!-- relativePath /> </parent -->
<licenses>
<license>
<name>BSD</name>
<url>unit-api/LICENSE.txt</url>
</license>
</licenses>
<inceptionYear>2010</inceptionYear>
<modules>
<module>unit-api</module>
</modules>
<properties>
<proj.version>${project.version}</proj.version>
<sourceEncoding>UTF-8</sourceEncoding> <!-- in Maven 3. -->
<project.build.sourceEncoding>${sourceEncoding}</project.build.sourceEncoding>
<project.reporting.outputEncoding>${sourceEncoding}</project.reporting.outputEncoding>
<!-- dependency versions -->
<junit.version>4.11</junit.version>
<slf4j.version>1.6.1</slf4j.version>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>
<!-- Developers and Contributors -->
<developers>
<developer>
<id>dautelle</id>
<name>Jean-Marie Dautelle</name>
<email>[email protected]</email>
<organization>Airbus</organization>
<organizationUrl>http://www.airbus.com</organizationUrl>
<timezone>+1</timezone>
<roles>
<role>Architect</role>
<role>Java Developer</role>
<role>Spec Lead</role>
</roles>
</developer>
<developer>
<id>werner.keil</id>
<name>Werner Keil</name>
<email>[email protected]</email>
<organization>Creative Arts & Technologies</organization>
<organizationUrl>http://www.catmedia.us</organizationUrl>
<timezone>+1</timezone>
<roles>
<role>Architect</role>
<role>Java Developer</role>
<role>Spec Lead</role>
</roles>
</developer>
<developer>
<name>Leonardo de Moura Rocha Lima</name>
<email>[email protected]</email>
<organization>V2COM</organization>
<organizationUrl>http://www.v2com.mobi/</organizationUrl>
<timezone>-5</timezone>
<roles>
<role>Architect</role>
<role>Java Developer</role>
<role>Spec Lead</role>
</roles>
</developer>
<developer>
<id>desruisseaux</id>
<name>Martin Desruisseaux</name>
<email>[email protected]</email>
<organization>Geomatys</organization>
<organizationUrl>http://www.geomatys.com</organizationUrl>
<timezone>+1</timezone>
<roles>
<role>Expert</role>
<role>Java Developer</role>
<role>Jenkins Admin</role>
</roles>
</developer>
<developer>
<id>karen_legrand</id>
<name>Karen Legrand</name>
<email>[email protected]</email>
<organization>Innovation Emergency Management (IEM)</organization>
<organizationUrl>http://www.iem.com</organizationUrl>
<timezone>-5</timezone>
<roles>
<role>Expert</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<id>otaviojava</id>
<name>Otávio Gonçalves de Santana</name>
<email>[email protected]</email>
<organization>Individual / SouJava</organization>
<timezone>-5</timezone>
<roles>
<role>Expert</role>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<!-- >id>christopher.senior</id -->
<name>Chris Senior</name>
<email>[email protected]</email>
<organization>Snap-on Inc.</organization>
<roles>
<role>Proposed Expert</role>
<role>Java Developer</role>
</roles>
</contributor>
<contributor>
<!-- >id>dan.leuck</id -->
<name>Daniel Leuck</name>
<email>[email protected]</email>
<organization>Ikayzo</organization>
<timezone>-9</timezone>
<roles>
<role>Globalization Support</role>
</roles>
</contributor>
<contributor>
<!-- id>eric-r</id -->
<name>Eric Russell</name>
<email>[email protected]</email>
<timezone>-5</timezone>
<roles>
<role>Supporter</role>
</roles>
</contributor>
<contributor>
<!-- id>paul.morrison</id -->
<name>John Paul Morrison</name>
<organization>J.P. Morrison Enterprises, Ltd.</organization>
<timezone>-5</timezone>
<roles>
<role>Supporter</role>
<role>Test Analyst</role>
</roles>
</contributor>
<contributor>
<name>Scott Murphy</name>
<email>[email protected]</email>
<organization>Ikayzo</organization>
<timezone>-9</timezone>
<roles>
<role>Japanese Translator</role>
</roles>
</contributor>
<contributor>
<name>Mika Terada</name>
<email>[email protected]</email>
<organization>Ikayzo</organization>
<timezone>-9</timezone>
<roles>
<role>Japanese Translator</role>
</roles>
</contributor>
<contributor>
<name>Anatol Filin</name>
<email>[email protected]</email>
<organization>Gramant</organization>
<timezone>+4</timezone>
<roles>
<role>Russian Translator</role>
</roles>
</contributor>
<contributor>
<!-- id>mgruebsch</id -->
<name>Michael Gruebsch</name>
<email>[email protected]</email>
<roles>
<role>Supporter</role>
</roles>
<timezone>+1</timezone>
</contributor>
</contributors>
<!-- ============================== -->
<!-- Additional repositories -->
<!-- ============================== -->
<repositories>
<repository>
<id>geotoolkit</id>
<name>Geotoolkit.org project</name>
<url>http://maven.geotoolkit.org</url>
</repository>
</repositories>
<!-- ============================== -->
<!-- Dependency Management -->
<!-- ============================== -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<!-- ======================================================= -->
<!-- License -->
<!-- ======================================================= -->
<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId>
<version>1.4</version> </plugin> -->
<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.4.0</version>
<configuration>
<basedir>${basedir}</basedir>
<header>${basedir}/src/etc/header.txt</header>
<quiet>false</quiet>
<failIfMissing>true</failIfMissing>
<aggregate>false</aggregate>
<encoding>${sourceEncoding}</encoding>
<excludes>
<exclude>target/**</exclude>
<exclude>LICENSE*.html</exclude>
<exclude>README.*</exclude>
<exclude>checkstyle*.*</exclude>
<exclude>*.css</exclude>
</excludes>
</configuration>
</plugin>
<!-- TODO enable this only for major upgrades (ensure to copy LICENSE.txt
to LICENSE.bak first) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
<configuration>
<detectLinks>true</detectLinks>
<!-- excludePackageNames>blabla</excludePackageNames -->
<keywords>true</keywords>
<linksource>true</linksource>
<!-- overview>${basedir}/overview.html</overview -->
<source>${project.build.sourceCompilerLevel}</source>
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
<verbose>true</verbose>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<debug>true</debug>
<optimize>true</optimize>
<verbose>true</verbose>
<source>${maven.compile.sourceLevel}</source>
<target>${maven.compile.targetLevel}</target>
<compilerArgument>-g</compilerArgument>
<encoding>${project.build.sourceEncoding}</encoding>
<charset>${project.build.sourceEncoding}</charset>
<showDeprecations>true</showDeprecations>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<goals>
<goal>install</goal>
</goals>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>2.0.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<configuration>
<useSystemClassLoader>true</useSystemClassLoader>
<skipTests>false</skipTests>
<trimStackTrace>false</trimStackTrace>
<testFailureIgnore>true</testFailureIgnore>
<forkMode>once</forkMode>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/Abstract*.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<!-- Workaround for MGPG-9 and MRELEASE-424, MRELEASE-263 -->
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<!-- ======================================================= -->
<!-- Packaging (OSGi bundle) -->
<!-- ======================================================= -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.4.0</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>dashboard-maven-plugin</artifactId>
<version>1.0.0-beta-1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.3.201306030806</version>
<configuration>
<destfile>${basedir}/target/coverage-reports/jacoco-unit.exec</destfile>
<datafile>${basedir}/target/coverage-reports/jacoco-unit.exec</datafile>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>