|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>direct-smtp-mq-gateway</artifactId> |
6 | | - <version>8.0.0</version> |
| 6 | + <version>8.1.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>DirectProject Java RI Lightweight SMTP Server Gateway Standalone Spring Boot Micro-service Application</name> |
9 | 9 | <description>DirectProject Java RI Lightweight SMTP Server Gateway Standalone Spring Boot Micro-service Application</description> |
|
88 | 88 | <groupId>org.codehaus.jackson</groupId> |
89 | 89 | <artifactId>jackson-mapper-asl</artifactId> |
90 | 90 | </exclusion> |
| 91 | + <exclusion> |
| 92 | + <groupId>org.bouncycastle</groupId> |
| 93 | + <artifactId>bcprov-jdk15on</artifactId> |
| 94 | + </exclusion> |
| 95 | + <exclusion> |
| 96 | + <groupId>org.bouncycastle</groupId> |
| 97 | + <artifactId>bcmail-jdk15on</artifactId> |
| 98 | + </exclusion> |
| 99 | + <exclusion> |
| 100 | + <groupId>org.bouncycastle</groupId> |
| 101 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 102 | + </exclusion> |
91 | 103 | </exclusions> |
92 | 104 | </dependency> |
93 | 105 | <dependency> |
94 | 106 | <groupId>org.springframework.cloud</groupId> |
95 | 107 | <artifactId>spring-cloud-starter-config</artifactId> |
96 | | - <exclusions> |
97 | | - <exclusion> |
98 | | - <groupId>org.bouncycastle</groupId> |
99 | | - <artifactId>bcpkix-jdk15on</artifactId> |
100 | | - </exclusion> |
101 | | - </exclusions> |
| 108 | + <exclusions> |
| 109 | + <exclusion> |
| 110 | + <groupId>org.bouncycastle</groupId> |
| 111 | + <artifactId>bcprov-jdk15on</artifactId> |
| 112 | + </exclusion> |
| 113 | + <exclusion> |
| 114 | + <groupId>org.bouncycastle</groupId> |
| 115 | + <artifactId>bcmail-jdk15on</artifactId> |
| 116 | + </exclusion> |
| 117 | + <exclusion> |
| 118 | + <groupId>org.bouncycastle</groupId> |
| 119 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 120 | + </exclusion> |
| 121 | + </exclusions> |
102 | 122 | </dependency> |
103 | 123 | <dependency> |
104 | 124 | <groupId>org.springframework.cloud</groupId> |
|
132 | 152 | <dependency> |
133 | 153 | <groupId>org.nhind</groupId> |
134 | 154 | <artifactId>direct-common</artifactId> |
135 | | - <version>8.0.0</version> |
| 155 | + <version>8.1.0</version> |
136 | 156 | </dependency> |
137 | 157 | <dependency> |
138 | 158 | <groupId>org.subethamail</groupId> |
|
199 | 219 | </jvmArguments> |
200 | 220 | </configuration> |
201 | 221 | </plugin> |
202 | | - <plugin> |
203 | | - <groupId>org.apache.maven.plugins</groupId> |
204 | | - <artifactId>maven-javadoc-plugin</artifactId> |
205 | | - <configuration> |
| 222 | + <plugin> |
| 223 | + <groupId>org.apache.maven.plugins</groupId> |
| 224 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 225 | + <configuration> |
206 | 226 | <additionalJOption>-Xdoclint:none</additionalJOption> |
| 227 | + <failOnError>false</failOnError> |
207 | 228 | <charset>UTF-8</charset> |
208 | 229 | <docencoding>UTF-8</docencoding> |
209 | 230 | <docfilessubdirs>true</docfilessubdirs> |
210 | | - <detectJavaApiLink>true</detectJavaApiLink> |
211 | | - <detectLinks>true</detectLinks> |
212 | 231 | <source>1.8</source> |
213 | | - <show>public</show> |
214 | | - </configuration> |
215 | | - </plugin> |
216 | | - <!-- for releases only |
| 232 | + <show>public</show> |
| 233 | + <failOnError>false</failOnError> |
| 234 | + </configuration> |
| 235 | + <executions> |
| 236 | + <execution> |
| 237 | + <phase>package</phase> |
| 238 | + <id>attach-javadocs</id> |
| 239 | + <goals> |
| 240 | + <goal>jar</goal> |
| 241 | + </goals> |
| 242 | + </execution> |
| 243 | + </executions> |
| 244 | + </plugin> |
| 245 | + <!-- for releases only |
217 | 246 | <plugin> |
218 | 247 | <groupId>org.apache.maven.plugins</groupId> |
219 | 248 | <artifactId>maven-gpg-plugin</artifactId> |
|
227 | 256 | </execution> |
228 | 257 | </executions> |
229 | 258 | <version>3.0.1</version> |
230 | | - </plugin> |
231 | | - --> |
| 259 | + </plugin> |
| 260 | + --> |
| 261 | + <plugin> |
| 262 | + <groupId>org.sonatype.central</groupId> |
| 263 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 264 | + <version>0.8.0</version> |
| 265 | + <extensions>true</extensions> |
| 266 | + <configuration> |
| 267 | + <publishingServerId>central</publishingServerId> |
| 268 | + </configuration> |
| 269 | + </plugin> |
232 | 270 | </plugins> |
233 | 271 | </build> |
234 | 272 | <reporting> |
|
237 | 275 | <groupId>org.apache.maven.plugins</groupId> |
238 | 276 | <artifactId>maven-project-info-reports-plugin</artifactId> |
239 | 277 | </plugin> |
240 | | - <plugin> |
241 | | - <groupId>org.apache.maven.plugins</groupId> |
242 | | - <artifactId>maven-javadoc-plugin</artifactId> |
243 | | - <configuration> |
| 278 | + <plugin> |
| 279 | + <groupId>org.apache.maven.plugins</groupId> |
| 280 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 281 | + <configuration> |
244 | 282 | <additionalJOption>-Xdoclint:none</additionalJOption> |
| 283 | + <failOnError>false</failOnError> |
245 | 284 | <charset>UTF-8</charset> |
246 | 285 | <docencoding>UTF-8</docencoding> |
247 | 286 | <docfilessubdirs>true</docfilessubdirs> |
248 | | - <detectJavaApiLink>true</detectJavaApiLink> |
249 | | - <detectLinks>true</detectLinks> |
250 | 287 | <source>1.8</source> |
251 | | - <show>public</show> |
252 | | - </configuration> |
253 | | - </plugin> |
| 288 | + <show>public</show> |
| 289 | + </configuration> |
| 290 | + </plugin> |
254 | 291 | <plugin> |
255 | 292 | <groupId>org.apache.maven.plugins</groupId> |
256 | 293 | <artifactId>maven-pmd-plugin</artifactId> |
|
288 | 325 | </plugin> |
289 | 326 | </plugins> |
290 | 327 | </reporting> |
291 | | - <distributionManagement> |
292 | | - <site> |
293 | | - <id>nhind-site</id> |
294 | | - <name>NHIN Direct API publication site</name> |
295 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/direct-smtp-mq-gateway/${project.version}</url> |
296 | | - </site> |
297 | | - <snapshotRepository> |
298 | | - <id>sonatype-snapshot</id> |
299 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
300 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
301 | | - <uniqueVersion>false</uniqueVersion> |
302 | | - </snapshotRepository> |
303 | | - <repository> |
304 | | - <id>sonatype-release</id> |
305 | | - <name>Sonatype OSS Maven Release Repositor</name> |
306 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
307 | | - <uniqueVersion>false</uniqueVersion> |
308 | | - </repository> |
309 | | - </distributionManagement> |
310 | 328 | </project> |
0 commit comments