|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.nhind</groupId> |
7 | 7 | <artifactId>xdmail</artifactId> |
8 | | - <version>6.0-SNAPSHOT</version> |
| 8 | + <version>6.0</version> |
9 | 9 | <name>NHIN Direct XD* Mail Gateway</name> |
10 | 10 | <description>NHIN Direct XD* Mail Gateway</description> |
11 | | - <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xdmail/${project.version}</url> |
| 11 | + <url>https://github.com/DirectProjectJavaRI/xdmail</url> |
12 | 12 | <developers> |
13 | 13 | <developer> |
14 | 14 | <name>Vincent Lewis</name> |
|
37 | 37 | <artifactId>spring-boot-dependencies</artifactId> |
38 | 38 | <version>2.1.2.RELEASE</version> |
39 | 39 | </parent> |
40 | | - <repositories> |
41 | | - <!-- Temp repository for Spring Boot Milestone --> |
42 | | - <repository> |
43 | | - <id>spring-milestone</id> |
44 | | - <name>Spring Milestone Releases</name> |
45 | | - <url>https://repo.spring.io/milestone/</url> |
46 | | - </repository> |
47 | | - </repositories> |
| 40 | + <scm> |
| 41 | + <url>https://github.com/DirectProjectJavaRI/xdmail.git</url> |
| 42 | + <connection>scm:hg:https://github.com/DirectProjectJavaRI/xdmail.git</connection> |
| 43 | + </scm> |
48 | 44 | <dependencyManagement> |
49 | 45 | <dependencies> |
50 | 46 | <dependency> |
|
57 | 53 | <dependency> |
58 | 54 | <groupId>org.springframework.cloud</groupId> |
59 | 55 | <artifactId>spring-cloud-starter-parent</artifactId> |
60 | | - <version>Greenwich.RC1</version> |
| 56 | + <version>Greenwich.RELEASE</version> |
61 | 57 | <type>pom</type> |
62 | 58 | <scope>import</scope> |
63 | 59 | </dependency> |
|
124 | 120 | <dependency> |
125 | 121 | <groupId>org.nhind</groupId> |
126 | 122 | <artifactId>xd-common</artifactId> |
127 | | - <version>6.0-SNAPSHOT</version> |
| 123 | + <version>6.0</version> |
128 | 124 | <scope>compile</scope> |
129 | 125 | </dependency> |
130 | 126 | <dependency> |
131 | 127 | <groupId>org.nhind</groupId> |
132 | 128 | <artifactId>agent</artifactId> |
133 | | - <version>6.0-SNAPSHOT</version> |
| 129 | + <version>6.0</version> |
134 | 130 | <scope>compile</scope> |
135 | 131 | </dependency> |
136 | 132 | <dependency> |
137 | 133 | <groupId>org.nhind</groupId> |
138 | 134 | <artifactId>gateway</artifactId> |
139 | | - <version>6.0-SNAPSHOT</version> |
| 135 | + <version>6.0</version> |
140 | 136 | <scope>compile</scope> |
141 | 137 | </dependency> |
142 | 138 | <dependency> |
|
166 | 162 | </testResources> |
167 | 163 |
|
168 | 164 | <extensions> |
169 | | - <extension> |
170 | | - <groupId>org.apache.maven.wagon</groupId> |
171 | | - <artifactId>wagon-webdav</artifactId> |
172 | | - <version>RELEASE</version> |
173 | | - </extension> |
| 165 | + <extension> |
| 166 | + <groupId>org.apache.maven.wagon</groupId> |
| 167 | + <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 168 | + <version>3.1.0</version> |
| 169 | + </extension> |
| 170 | + <extension> |
| 171 | + <groupId>org.apache.maven.wagon</groupId> |
| 172 | + <artifactId>wagon-ssh-external</artifactId> |
| 173 | + <version>3.1.0</version> |
| 174 | + </extension> |
| 175 | + <extension> |
| 176 | + <groupId>org.apache.maven.wagon</groupId> |
| 177 | + <artifactId>wagon-ssh</artifactId> |
| 178 | + <version>3.1.0</version> |
| 179 | + </extension> |
174 | 180 | </extensions> |
175 | 181 |
|
176 | 182 | <plugins> |
|
205 | 211 | </execution> |
206 | 212 | </executions> |
207 | 213 | </plugin> |
208 | | - <plugin> |
209 | | - <groupId>com.atlassian.maven.plugins</groupId> |
210 | | - <artifactId>maven-clover2-plugin</artifactId> |
211 | | - <version>3.0.2</version> |
212 | | - <configuration> |
213 | | - <jdk>1.6</jdk> |
214 | | - <licenseLocation> |
215 | | - ${project.basedir}/../licenses/clover.license |
216 | | - </licenseLocation> |
217 | | - <excludes> |
218 | | - <exclude>**/ccddb/*</exclude> |
219 | | - </excludes> |
220 | | - </configuration> |
221 | | - <executions> |
222 | | - <execution> |
223 | | - <phase>pre-site</phase> |
224 | | - <goals> |
225 | | - <goal>instrument</goal> |
226 | | - </goals> |
227 | | - </execution> |
228 | | - </executions> |
229 | | - </plugin> |
230 | 214 | <!-- |
231 | 215 | DOXIA does not yet copy resources to the generated-site or site |
232 | 216 | location. Bug DOXIA-355 was submitted in July of 09 and is listed to |
|
297 | 281 | </dependency> |
298 | 282 | </dependencies> |
299 | 283 | </plugin> |
300 | | - <!-- |
| 284 | + |
301 | 285 | <plugin> |
302 | 286 | <groupId>org.apache.maven.plugins</groupId> |
303 | 287 | <artifactId>maven-javadoc-plugin</artifactId> |
304 | 288 | <version>2.6.1</version> |
305 | 289 | <configuration> |
306 | | - <charset>UTF-8</charset> |
307 | | - <docencoding>UTF-8</docencoding> |
308 | | - <docfilessubdirs>true</docfilessubdirs> |
309 | | - <detectJavaApiLink>true</detectJavaApiLink> |
310 | | - <detectLinks>true</detectLinks> |
311 | | - <source>1.6</source> |
312 | | - <show>protected</show> |
| 290 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 291 | + <charset>UTF-8</charset> |
| 292 | + <docencoding>UTF-8</docencoding> |
| 293 | + <docfilessubdirs>true</docfilessubdirs> |
| 294 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 295 | + <detectLinks>true</detectLinks> |
| 296 | + <source>1.8</source> |
| 297 | + <show>public</show> |
313 | 298 | <excludePackageNames> |
314 | 299 | oasis.names.tc.ebxml_regrep.xsd:ihe.iti.xds_b._2007 |
315 | 300 | </excludePackageNames> |
|
324 | 309 | </execution> |
325 | 310 | </executions> |
326 | 311 | </plugin> |
| 312 | + <!-- for releases only |
327 | 313 | <plugin> |
328 | 314 | <groupId>org.apache.maven.plugins</groupId> |
329 | 315 | <artifactId>maven-gpg-plugin</artifactId> |
|
338 | 324 | </executions> |
339 | 325 | </plugin> |
340 | 326 | --> |
341 | | - </plugins> |
342 | | - <pluginManagement> |
343 | | - <plugins> |
344 | | - <plugin> |
345 | | - <groupId>org.apache.maven.plugins</groupId> |
346 | | - <artifactId>maven-release-plugin</artifactId> |
347 | | - <version>2.0</version> |
348 | | - <configuration> |
349 | | - <tagBase>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/tags</tagBase> |
350 | | - </configuration> |
351 | | - </plugin> |
352 | | - </plugins> |
353 | | - </pluginManagement> |
| 327 | + </plugins> |
354 | 328 | </build> |
355 | 329 |
|
356 | 330 | <reporting> |
357 | 331 | <plugins> |
358 | 332 | <plugin> |
359 | 333 | <groupId>org.apache.maven.plugins</groupId> |
360 | 334 | <artifactId>maven-project-info-reports-plugin</artifactId> |
361 | | - <version>2.1</version> |
| 335 | + <version>2.9</version> |
362 | 336 | </plugin> |
363 | 337 | <plugin> |
364 | 338 | <groupId>org.apache.maven.plugins</groupId> |
365 | 339 | <artifactId>maven-javadoc-plugin</artifactId> |
366 | 340 | <version>2.6.1</version> |
367 | 341 | <configuration> |
368 | | - <charset>UTF-8</charset> |
369 | | - <docencoding>UTF-8</docencoding> |
370 | | - <docfilessubdirs>true</docfilessubdirs> |
371 | | - <detectJavaApiLink>true</detectJavaApiLink> |
372 | | - <detectLinks>true</detectLinks> |
373 | | - <source>1.6</source> |
374 | | - <show>protected</show> |
| 342 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 343 | + <charset>UTF-8</charset> |
| 344 | + <docencoding>UTF-8</docencoding> |
| 345 | + <docfilessubdirs>true</docfilessubdirs> |
| 346 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 347 | + <detectLinks>true</detectLinks> |
| 348 | + <source>1.8</source> |
| 349 | + <show>public</show> |
375 | 350 | <excludePackageNames> |
376 | 351 | oasis.names.tc.ebxml_regrep.xsd:ihe.iti.xds_b._2007 |
377 | 352 | </excludePackageNames> |
|
392 | 367 | <groupId>org.apache.maven.plugins</groupId> |
393 | 368 | <artifactId>maven-jxr-plugin</artifactId> |
394 | 369 | </plugin> |
395 | | - <plugin> |
396 | | - <groupId>org.apache.maven.plugins</groupId> |
397 | | - <artifactId>maven-changelog-plugin</artifactId> |
398 | | - <configuration> |
399 | | - <dates> |
400 | | - <!-- Insert the date of the most recent release --> |
401 | | - <date>2007-01-01</date> |
402 | | - </dates> |
403 | | - <outputEncoding>UTF-8</outputEncoding> |
404 | | - <type>date</type> |
405 | | - </configuration> |
406 | | - </plugin> |
407 | | - <plugin> |
408 | | - <groupId>org.codehaus.mojo</groupId> |
409 | | - <artifactId>clirr-maven-plugin</artifactId> |
410 | | - <configuration> |
411 | | - <minSeverity>info</minSeverity> |
412 | | - </configuration> |
413 | | - </plugin> |
414 | 370 | <plugin> |
415 | 371 | <groupId>org.codehaus.mojo</groupId> |
416 | 372 | <artifactId>findbugs-maven-plugin</artifactId> |
417 | | - <version>1.2</version> |
418 | 373 | <configuration> |
419 | 374 | <effort>Max</effort> |
420 | 375 | </configuration> |
|
431 | 386 | </tags> |
432 | 387 | </configuration> |
433 | 388 | </plugin> |
434 | | - <plugin> |
435 | | - <groupId>com.atlassian.maven.plugins</groupId> |
436 | | - <artifactId>maven-clover2-plugin</artifactId> |
437 | | - <version>3.0.2</version> |
438 | | - <configuration> |
439 | | - <licenseLocation> |
440 | | - ${project.basedir}/../licenses/clover.license |
441 | | - </licenseLocation> |
442 | | - </configuration> |
443 | | - </plugin> |
444 | 389 | </plugins> |
445 | 390 | </reporting> |
446 | 391 |
|
|
0 commit comments