|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>6.0-SNAPSHOT</version> |
| 7 | + <version>6.0</version> |
8 | 8 | <description>Direct Project security agent gateways and bridges.</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | | - <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/gateway/${project.version}</url> |
| 10 | + <url>https://github.com/DirectProjectJavaRI/gateway</url> |
11 | 11 | <developers> |
12 | 12 | <developer> |
13 | 13 | <name>Greg Meyer</name> |
|
39 | 39 | <name>New BSD License</name> |
40 | 40 | <url>http://nhindirect.org/BSDLicense</url> |
41 | 41 | </license> |
42 | | - </licenses> |
43 | | - <repositories> |
44 | | - <!-- Temp repository for Spring Boot Milestone --> |
45 | | - <repository> |
46 | | - <id>spring-milestone</id> |
47 | | - <name>Spring Milestone Releases</name> |
48 | | - <url>https://repo.spring.io/milestone/</url> |
49 | | - </repository> |
50 | | - </repositories> |
| 42 | + </licenses> |
51 | 43 | <dependencyManagement> |
52 | 44 | <dependencies> |
53 | 45 | <dependency> |
|
60 | 52 | <dependency> |
61 | 53 | <groupId>org.springframework.cloud</groupId> |
62 | 54 | <artifactId>spring-cloud-starter-parent</artifactId> |
63 | | - <version>Greenwich.RC1</version> |
| 55 | + <version>Greenwich.RELEASE</version> |
64 | 56 | <type>pom</type> |
65 | 57 | <scope>import</scope> |
66 | 58 | </dependency> |
|
70 | 62 | <dependency> |
71 | 63 | <groupId>org.nhind</groupId> |
72 | 64 | <artifactId>agent</artifactId> |
73 | | - <version>6.0-SNAPSHOT</version> |
| 65 | + <version>6.0</version> |
74 | 66 | </dependency> |
75 | 67 | <dependency> |
76 | 68 | <groupId>org.nhind</groupId> |
77 | 69 | <artifactId>direct-common</artifactId> |
78 | | - <version>6.0-SNAPSHOT</version> |
| 70 | + <version>6.0</version> |
79 | 71 | </dependency> |
80 | 72 | <dependency> |
81 | 73 | <groupId>org.nhind</groupId> |
82 | 74 | <artifactId>direct-common-audit</artifactId> |
83 | | - <version>6.0-SNAPSHOT</version> |
| 75 | + <version>6.0</version> |
84 | 76 | </dependency> |
85 | 77 | <dependency> |
86 | 78 | <groupId>org.nhind</groupId> |
87 | 79 | <artifactId>config-service-client</artifactId> |
88 | | - <version>6.0-SNAPSHOT</version> |
| 80 | + <version>6.0</version> |
89 | 81 | </dependency> |
90 | 82 | <dependency> |
91 | 83 | <groupId>org.nhind</groupId> |
92 | 84 | <artifactId>direct-msg-monitor-client</artifactId> |
93 | | - <version>6.0-SNAPSHOT</version> |
| 85 | + <version>6.0</version> |
94 | 86 | </dependency> |
95 | 87 | <dependency> |
96 | 88 | <groupId>org.nhind</groupId> |
97 | 89 | <artifactId>xd-common</artifactId> |
98 | | - <version>6.0-SNAPSHOT</version> |
| 90 | + <version>6.0</version> |
99 | 91 | <exclusions> |
100 | 92 | <exclusion> |
101 | 93 | <groupId>org.springframework.boot</groupId> |
|
111 | 103 | <dependency> |
112 | 104 | <groupId>org.nhind</groupId> |
113 | 105 | <artifactId>agent</artifactId> |
114 | | - <version>6.0-SNAPSHOT</version> |
| 106 | + <version>6.0</version> |
115 | 107 | <type>test-jar</type> |
116 | 108 | <scope>test</scope> |
117 | 109 | </dependency> |
|
164 | 156 | <dependency> |
165 | 157 | <groupId>org.nhind</groupId> |
166 | 158 | <artifactId>config-service-jar</artifactId> |
167 | | - <version>6.0-SNAPSHOT</version> |
| 159 | + <version>6.0</version> |
168 | 160 | <scope>test</scope> |
169 | 161 | </dependency> |
170 | 162 | <dependency> |
|
210 | 202 | </dependencies> |
211 | 203 | <build> |
212 | 204 | <extensions> |
213 | | - <extension> |
214 | | - <groupId>org.apache.maven.wagon</groupId> |
215 | | - <artifactId>wagon-webdav</artifactId> |
216 | | - <version>RELEASE</version> |
217 | | - </extension> |
| 205 | + <extension> |
| 206 | + <groupId>org.apache.maven.wagon</groupId> |
| 207 | + <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 208 | + <version>3.1.0</version> |
| 209 | + </extension> |
| 210 | + <extension> |
| 211 | + <groupId>org.apache.maven.wagon</groupId> |
| 212 | + <artifactId>wagon-ssh-external</artifactId> |
| 213 | + <version>3.1.0</version> |
| 214 | + </extension> |
| 215 | + <extension> |
| 216 | + <groupId>org.apache.maven.wagon</groupId> |
| 217 | + <artifactId>wagon-ssh</artifactId> |
| 218 | + <version>3.1.0</version> |
| 219 | + </extension> |
218 | 220 | </extensions> |
219 | 221 | <resources> |
220 | 222 | <resource> |
|
287 | 289 | </archive> |
288 | 290 | </configuration> |
289 | 291 | </plugin> |
290 | | - <plugin> |
291 | | - <groupId>com.atlassian.maven.plugins</groupId> |
292 | | - <artifactId>maven-clover2-plugin</artifactId> |
293 | | - <version>3.0.2</version> |
294 | | - <configuration> |
295 | | - <jdk>1.8</jdk> |
296 | | - <licenseLocation> |
297 | | - ${project.basedir}/../licenses/clover.license |
298 | | - </licenseLocation> |
299 | | - </configuration> |
300 | | - <executions> |
301 | | - <execution> |
302 | | - <phase>pre-site</phase> |
303 | | - <goals> |
304 | | - <goal>instrument</goal> |
305 | | - </goals> |
306 | | - </execution> |
307 | | - </executions> |
308 | | - </plugin> |
309 | 292 | <!-- DOXIA does not yet copy resources to the generated-site or site location. Bug |
310 | 293 | DOXIA-355 was submitted in July of 09 and is listed to be resolved in DOXIA 1.2. |
311 | 294 | This plugin a is work around for copying the resources from the book source to |
|
376 | 359 | </dependency> |
377 | 360 | </dependencies> |
378 | 361 | </plugin> |
379 | | - <!-- for release only |
380 | 362 | <plugin> |
381 | 363 | <groupId>org.apache.maven.plugins</groupId> |
382 | 364 | <artifactId>maven-javadoc-plugin</artifactId> |
383 | 365 | <version>2.6.1</version> |
384 | 366 | <configuration> |
385 | | - <charset>UTF-8</charset> |
386 | | - <docencoding>UTF-8</docencoding> |
387 | | - <docfilessubdirs>true</docfilessubdirs> |
388 | | - <detectJavaApiLink>true</detectJavaApiLink> |
389 | | - <detectLinks>true</detectLinks> |
390 | | - <source>1.8</source> |
391 | | - <show>public</show> |
392 | | - <excludePackageNames> |
393 | | - org.nhindirect.gateway.smtp.annotation:org.nhindirect.gateway.smtp.module:org.nhindirect.gateway.smtp.provider:org.nhindirect.gateway.smtp.config.cert.impl |
394 | | - </excludePackageNames> |
| 367 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 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.8</source> |
| 374 | + <show>public</show> |
| 375 | + <excludePackageNames> |
| 376 | + org.nhindirect.gateway.smtp.annotation:org.nhindirect.gateway.smtp.module:org.nhindirect.gateway.smtp.provider:org.nhindirect.gateway.smtp.config.cert.impl:org.nhindirect.gateway.streams:org.nhindirect.gateway.springconfig:org.nhindirect.gateway.smtp.dsn.impl:org.nhindirect.gateway.util |
| 377 | + </excludePackageNames> |
395 | 378 | </configuration> |
396 | 379 | <executions> |
397 | 380 | <execution> |
|
403 | 386 | </execution> |
404 | 387 | </executions> |
405 | 388 | </plugin> |
| 389 | + <!-- for release only |
406 | 390 | <plugin> |
407 | 391 | <groupId>org.apache.maven.plugins</groupId> |
408 | 392 | <artifactId>maven-gpg-plugin</artifactId> |
|
417 | 401 | </executions> |
418 | 402 | </plugin> |
419 | 403 | --> |
420 | | - </plugins> |
421 | | - <pluginManagement> |
422 | | - <plugins> |
423 | | - <plugin> |
424 | | - <groupId>org.apache.maven.plugins</groupId> |
425 | | - <artifactId>maven-release-plugin</artifactId> |
426 | | - <version>2.0</version> |
427 | | - <configuration> |
428 | | - <tagBase>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/tags</tagBase> |
429 | | - </configuration> |
430 | | - </plugin> |
431 | | - <plugin> |
432 | | - <groupId>org.apache.maven.plugins</groupId> |
433 | | - <artifactId>maven-site-plugin</artifactId> |
434 | | - <version>2.1.1</version> |
435 | | - <dependencies> |
436 | | - <dependency> |
437 | | - <groupId>commons-httpclient</groupId> |
438 | | - <artifactId>commons-httpclient</artifactId> |
439 | | - <version>3.1</version> |
440 | | - <exclusions> |
441 | | - <exclusion> |
442 | | - <groupId>commons-logging</groupId> |
443 | | - <artifactId>commons-logging</artifactId> |
444 | | - </exclusion> |
445 | | - </exclusions> |
446 | | - </dependency> |
447 | | - </dependencies> |
448 | | - </plugin> |
449 | | - </plugins> |
450 | | - </pluginManagement> |
| 404 | + </plugins> |
451 | 405 | </build> |
452 | 406 | <reporting> |
453 | 407 | <plugins> |
454 | | - <plugin> |
455 | | - <groupId>org.apache.maven.plugins</groupId> |
456 | | - <artifactId>maven-site-plugin</artifactId> |
457 | | - <version>2.1.1</version> |
458 | | - </plugin> |
459 | 408 | <plugin> |
460 | 409 | <groupId>org.apache.maven.plugins</groupId> |
461 | 410 | <artifactId>maven-project-info-reports-plugin</artifactId> |
462 | | - <version>2.2</version> |
| 411 | + <version>2.9</version> |
463 | 412 | </plugin> |
464 | 413 | <plugin> |
465 | 414 | <groupId>org.apache.maven.plugins</groupId> |
466 | 415 | <artifactId>maven-javadoc-plugin</artifactId> |
467 | 416 | <version>2.6.1</version> |
468 | 417 | <configuration> |
469 | | - <charset>UTF-8</charset> |
470 | | - <docencoding>UTF-8</docencoding> |
471 | | - <docfilessubdirs>true</docfilessubdirs> |
472 | | - <detectJavaApiLink>true</detectJavaApiLink> |
473 | | - <detectLinks>true</detectLinks> |
474 | | - <source>1.8</source> |
475 | | - <show>public</show> |
476 | | - <excludePackageNames> |
477 | | - org.nhindirect.gateway.smtp.annotation:org.nhindirect.gateway.smtp.module:org.nhindirect.gateway.smtp.provider:org.nhindirect.gateway.smtp.config.cert.impl:org.nhindirect.gateway.smtp.dsn.impl |
478 | | - </excludePackageNames> |
| 418 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 419 | + <charset>UTF-8</charset> |
| 420 | + <docencoding>UTF-8</docencoding> |
| 421 | + <docfilessubdirs>true</docfilessubdirs> |
| 422 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 423 | + <detectLinks>true</detectLinks> |
| 424 | + <source>1.8</source> |
| 425 | + <show>public</show> |
| 426 | + <excludePackageNames> |
| 427 | + org.nhindirect.gateway.smtp.annotation:org.nhindirect.gateway.smtp.module:org.nhindirect.gateway.smtp.provider:org.nhindirect.gateway.smtp.config.cert.impl:org.nhindirect.gateway.streams:org.nhindirect.gateway.springconfig:org.nhindirect.gateway.smtp.dsn.impl:org.nhindirect.gateway.util |
| 428 | + </excludePackageNames> |
479 | 429 | </configuration> |
480 | 430 | </plugin> |
481 | 431 | <plugin> |
|
492 | 442 | <plugin> |
493 | 443 | <groupId>org.apache.maven.plugins</groupId> |
494 | 444 | <artifactId>maven-jxr-plugin</artifactId> |
495 | | - </plugin> |
496 | | -<!-- |
497 | | - <plugin> |
498 | | - <groupId>org.apache.maven.plugins</groupId> |
499 | | - <artifactId>maven-changelog-plugin</artifactId> |
500 | | - <configuration> |
501 | | - <dates> |
502 | | - <date>2010-11-10</date> |
503 | | - </dates> |
504 | | - <outputEncoding>UTF-8</outputEncoding> |
505 | | - <type>date</type> |
506 | | - </configuration> |
507 | | - </plugin> |
508 | | ---> |
| 445 | + </plugin> |
509 | 446 | <plugin> |
510 | 447 | <groupId>org.codehaus.mojo</groupId> |
511 | 448 | <artifactId>findbugs-maven-plugin</artifactId> |
512 | | - <version>2.5</version> |
513 | 449 | <configuration> |
514 | 450 | <effort>Max</effort> |
515 | 451 | <excludeFilterFile>${project.basedir}/src/report/findbugs-exclude.xml</excludeFilterFile> |
|
526 | 462 | <tag>@deprecated</tag> |
527 | 463 | </tags> |
528 | 464 | </configuration> |
529 | | - </plugin> |
530 | | - <plugin> |
531 | | - <groupId>com.atlassian.maven.plugins</groupId> |
532 | | - <artifactId>maven-clover2-plugin</artifactId> |
533 | | - <version>3.0.2</version> |
534 | | - <configuration> |
535 | | - <licenseLocation> |
536 | | - ${project.basedir}/../licenses/clover.license |
537 | | - </licenseLocation> |
538 | | - </configuration> |
539 | | - </plugin> |
| 465 | + </plugin> |
540 | 466 | </plugins> |
541 | 467 | </reporting> |
542 | 468 | <distributionManagement> |
|
0 commit comments