|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-policy</artifactId> |
6 | 6 | <name>Direct Project policy enablement engine</name> |
7 | | - <version>6.0-SNAPSHOT</version> |
| 7 | + <version>6.0</version> |
8 | 8 | <description>Direct Project policy enablement engine</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-policy/${project.version}</url> |
|
26 | 26 | <maven>3.0.0</maven> |
27 | 27 | </prerequisites> |
28 | 28 | <scm> |
29 | | - <url>http://code.google.com/p/nhin-d/source/browse/#hg/java/direct-policy</url> |
30 | | - <connection>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/direct-policy</connection> |
| 29 | + <url>scm:git:https://github.com/DirectProjectJavaRI/direct-common.git</url> |
| 30 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/direct-common.git</connection> |
31 | 31 | </scm> |
32 | 32 | <parent> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
|
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 | <dependencies> |
52 | 44 | <dependency> |
53 | 45 | <groupId>com.thoughtworks.xstream</groupId> |
|
180 | 172 | </goals> |
181 | 173 | </execution> |
182 | 174 | </executions> |
183 | | - </plugin> |
184 | | - <plugin> |
185 | | - <groupId>com.atlassian.maven.plugins</groupId> |
186 | | - <artifactId>maven-clover2-plugin</artifactId> |
187 | | - <version>3.1.0</version> |
188 | | - <configuration> |
189 | | - <jdk>1.8</jdk> |
190 | | - <licenseLocation> |
191 | | - ${project.basedir}/../licenses/clover.license |
192 | | - </licenseLocation> |
193 | | - </configuration> |
194 | | - <executions> |
195 | | - <execution> |
196 | | - <phase>pre-site</phase> |
197 | | - <goals> |
198 | | - <goal>instrument</goal> |
199 | | - </goals> |
200 | | - </execution> |
201 | | - </executions> |
202 | | - </plugin> |
| 175 | + </plugin> |
203 | 176 | <plugin> |
204 | 177 | <groupId>org.apache.maven.plugins</groupId> |
205 | 178 | <artifactId>maven-jar-plugin</artifactId> |
|
290 | 263 | </dependency> |
291 | 264 | </dependencies> |
292 | 265 | </plugin> |
293 | | - <!-- for releases only |
294 | | - <plugin> |
295 | | - <groupId>org.apache.maven.plugins</groupId> |
296 | | - <artifactId>maven-javadoc-plugin</artifactId> |
297 | | - <version>2.6.1</version> |
298 | | - <configuration> |
299 | | - <charset>UTF-8</charset> |
300 | | - <docencoding>UTF-8</docencoding> |
301 | | - <docfilessubdirs>true</docfilessubdirs> |
302 | | - <detectJavaApiLink>true</detectJavaApiLink> |
303 | | - <detectLinks>true</detectLinks> |
304 | | - <source>1.6</source> |
305 | | - <show>public</show> |
306 | | - </configuration> |
307 | | - <executions> |
308 | | - <execution> |
309 | | - <phase>package</phase> |
310 | | - <id>attach-javadocs</id> |
311 | | - <goals> |
312 | | - <goal>jar</goal> |
313 | | - </goals> |
314 | | - </execution> |
315 | | - </executions> |
316 | | - </plugin> |
| 266 | + <plugin> |
| 267 | + <groupId>org.apache.maven.plugins</groupId> |
| 268 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 269 | + <version>2.6.1</version> |
| 270 | + <configuration> |
| 271 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 272 | + <charset>UTF-8</charset> |
| 273 | + <docencoding>UTF-8</docencoding> |
| 274 | + <docfilessubdirs>true</docfilessubdirs> |
| 275 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 276 | + <detectLinks>true</detectLinks> |
| 277 | + <source>1.8</source> |
| 278 | + <show>public</show> |
| 279 | + <excludePackageNames> |
| 280 | + org.nhindirect.policy.tools |
| 281 | + </excludePackageNames> |
| 282 | + </configuration> |
| 283 | + <executions> |
| 284 | + <execution> |
| 285 | + <phase>package</phase> |
| 286 | + <id>attach-javadocs</id> |
| 287 | + <goals> |
| 288 | + <goal>jar</goal> |
| 289 | + </goals> |
| 290 | + </execution> |
| 291 | + </executions> |
| 292 | + </plugin> |
317 | 293 | <plugin> |
318 | 294 | <groupId>org.apache.maven.plugins</groupId> |
319 | 295 | <artifactId>maven-gpg-plugin</artifactId> |
|
326 | 302 | </goals> |
327 | 303 | </execution> |
328 | 304 | </executions> |
329 | | - </plugin> |
330 | | - --> |
| 305 | + </plugin> |
331 | 306 | </plugins> |
332 | 307 | </build> |
333 | 308 | <reporting> |
334 | 309 | <plugins> |
335 | | - <plugin> |
336 | | - <groupId>org.apache.maven.plugins</groupId> |
337 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
338 | | - <version>2.9</version> |
339 | | - </plugin> |
| 310 | + <plugin> |
| 311 | + <groupId>org.apache.maven.plugins</groupId> |
| 312 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 313 | + <version>2.9</version> |
| 314 | + </plugin> |
340 | 315 | <plugin> |
341 | 316 | <groupId>org.apache.maven.plugins</groupId> |
342 | 317 | <artifactId>maven-javadoc-plugin</artifactId> |
343 | | - <version>3.0.1</version> |
| 318 | + <version>2.6.1</version> |
344 | 319 | <configuration> |
345 | | - <charset>UTF-8</charset> |
346 | | - <docencoding>UTF-8</docencoding> |
347 | | - <docfilessubdirs>true</docfilessubdirs> |
348 | | - <detectJavaApiLink>true</detectJavaApiLink> |
349 | | - <detectLinks>true</detectLinks> |
350 | | - <source>1.8</source> |
351 | | - <show>public</show> |
352 | | - <excludePackageNames> |
353 | | - org.nhindirect.policy.tools |
354 | | - </excludePackageNames> |
355 | | - </configuration> |
| 320 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 321 | + <charset>UTF-8</charset> |
| 322 | + <docencoding>UTF-8</docencoding> |
| 323 | + <docfilessubdirs>true</docfilessubdirs> |
| 324 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 325 | + <detectLinks>true</detectLinks> |
| 326 | + <source>1.8</source> |
| 327 | + <show>public</show> |
| 328 | + <excludePackageNames> |
| 329 | + org.nhindirect.policy.tools |
| 330 | + </excludePackageNames> |
| 331 | + </configuration> |
356 | 332 | </plugin> |
357 | 333 | <plugin> |
358 | 334 | <groupId>org.apache.maven.plugins</groupId> |
359 | 335 | <artifactId>maven-pmd-plugin</artifactId> |
360 | 336 | <configuration> |
361 | | - <targetJdk>1.6</targetJdk> |
| 337 | + <targetJdk>1.8</targetJdk> |
362 | 338 | </configuration> |
363 | 339 | </plugin> |
364 | 340 | <plugin> |
|
372 | 348 | <plugin> |
373 | 349 | <groupId>org.codehaus.mojo</groupId> |
374 | 350 | <artifactId>findbugs-maven-plugin</artifactId> |
375 | | - <version>2.3</version> |
| 351 | + <version>2.3.2</version> |
376 | 352 | <configuration> |
377 | 353 | <effort>Max</effort> |
378 | 354 | <excludeFilterFile>${project.basedir}/src/report/findbugs-exclude.xml</excludeFilterFile> |
|
389 | 365 | <tag>@deprecated</tag> |
390 | 366 | </tags> |
391 | 367 | </configuration> |
392 | | - </plugin> |
393 | | - <plugin> |
394 | | - <groupId>com.atlassian.maven.plugins</groupId> |
395 | | - <artifactId>maven-clover2-plugin</artifactId> |
396 | | - <version>3.1.0</version> |
397 | | - <configuration> |
398 | | - <licenseLocation> |
399 | | - ${project.basedir}/../licenses/clover.license |
400 | | - </licenseLocation> |
401 | | - </configuration> |
402 | | - </plugin> |
| 368 | + </plugin> |
403 | 369 | </plugins> |
404 | 370 | </reporting> |
405 | 371 | <distributionManagement> |
|
0 commit comments