-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
284 lines (279 loc) · 9.62 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
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-extensions-if</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<version>4.3.5.0-SNAPSHOT</version>
</parent>
<name>jargon-extensions-if</name>
<description />
<url>https://github.com/DICE-UNC/jargon-extensions-if</url>
<properties>
<swagger-core-version>2.0.0</swagger-core-version>
<okhttp-version>2.7.5</okhttp-version>
<gson-version>2.8.9</gson-version>
<gson-fire-version>1.8.3</gson-fire-version>
<threetenbp-version>1.3.5</threetenbp-version>
</properties>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/DICE-UNC/jargon-extensions/issues</url>
</issueManagement>
<scm>
<connection>https://github.com/DICE-UNC/jargon-extensions-if</connection>
<developerConnection>https://github.com/DICE-UNC/jargon-extensions-if</developerConnection>
</scm>
<organization>
<name>DICE</name>
<url>http://www.irods.org</url>
</organization>
<developers>
<developer>
<id>michael-conway</id>
<name>Mike Conway</name>
<email>[email protected]</email>
<organization>NIH/NIEHS</organization>
<organizationUrl>https://www.niehs.nih.gov/about/od/osim/index.cfm</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<repositories>
<repository>
<id>dice.repository snaps</id>
<name>dice.repository.snapshots</name>
<url>https://raw.github.com/DICE-UNC/DICE-Maven/master/snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
<repository>
<id>dice.repository</id>
<name>dice.repository</name>
<url>https://raw.github.com/DICE-UNC/DICE-Maven/master/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>internal.repo</id>
<name>internal.repo</name>
<url>file://${git.repo.root}/releases</url>
</repository>
<snapshotRepository>
<id>internal.repo.snapshot</id>
<name>internal.repo.snapshot</name>
<url>file://${git.repo.root}/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-data-utils</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.irods.jargon</groupId>
<artifactId>data-profile</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.irods.jargon</groupId>
<artifactId>jargon-user-tagging</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.irods</groupId>
<artifactId>irodsext-jwt-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>[30.0-jre,)</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger-core-version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp-version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>logging-interceptor</artifactId>
<version>${okhttp-version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson-version}</version>
</dependency>
<dependency>
<groupId>io.gsonfire</groupId>
<artifactId>gson-fire</artifactId>
<version>${gson-fire-version}</version>
</dependency>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>${threetenbp-version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<delete file="${basedir}/src/test/resources/testing.properties" />
<touch file="${basedir}/src/test/resources/testing.properties" mkdirs="true" />
<echo file="${basedir}/src/test/resources/testing.properties" append="true"> test.data.directory=${jargon.test.data.directory} test.irods.admin=${jargon.test.irods.admin} test.irods.admin.password=${jargon.test.irods.admin.password} test.irods.user=${jargon.test.irods.user} test.irods.password=${jargon.test.irods.password} test.irods.resource=${jargon.test.irods.resource} test2.irods.user=${jargon.test.irods.user2} test2.irods.password=${jargon.test.irods.password2} test2.irods.resource=${jargon.test.irods.resource2} test3.irods.user=${jargon.test.irods.user3} test3.irods.password=${jargon.test.irods.password3} test3.irods.resource=${jargon.test.irods.resource3} test.irods.host=${jargon.test.irods.host} test.irods.port=${jargon.test.irods.port} test.irods.zone=${jargon.test.irods.zone} test.federated.irods.admin=${jargon.test.federated.irods.admin} test.federated.irods.admin.password=${jargon.test.federated.irods.admin.password} test.federated.irods.user=${jargon.test.federated.irods.user} test.federated.irods.password=${jargon.test.federated.irods.password} test.federated.irods.resource=${jargon.test.federated.irods.resource} test.federated.irods.host=${jargon.test.federated.irods.host} test.federated.irods.port=${jargon.test.federated.irods.port} test.federated.irods.zone=${jargon.test.federated.irods.zone} test.search.endpointRegistryList=${jargon.search.endpointRegistryList} test.search.jargon.search.endpointAccessSubject=${jargon.search.endpointAccessSubject} test.search.jwtAlgo=${jargon.search.jwtAlgo} test.search.jwtIssuer=${jargon.search.jwtIssuer} test.search.jwtSecret=${jargon.search.jwtSecret}
</echo>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<configuration>
<includes>
<include>**/AllTests.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
<fork>true</fork>
<compilerVersion>${java.version}</compilerVersion>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgument>-Xlint:-unchecked</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<dependencies>
<dependency>
<groupId>com.google.code.maven-scm-provider-svnjava</groupId>
<artifactId>maven-scm-provider-svnjava</artifactId>
<version>1.10</version>
</dependency>
</dependencies>
<configuration>
<providerImplementations>
<svn>javasvn</svn>
</providerImplementations>
<resume>false</resume>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins />
</pluginManagement>
</build>
<profiles>
<profile>
<id>production</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<debug>true</debug>
<optimize>true</optimize>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>