Skip to content

Commit d08fe98

Browse files
author
Greg Meyer
authored
Merge pull request #4 from DirectProjectJavaRI/develop
Updating pom for release. Ready for 6.0 release.
2 parents 13a384f + f31f9b6 commit d08fe98

File tree

1 file changed

+33
-91
lines changed

1 file changed

+33
-91
lines changed

pom.xml

Lines changed: 33 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<modelVersion>4.0.0</modelVersion>
77
<artifactId>xd-common</artifactId>
88
<name>NHIN Direct XD* Common Library</name>
9-
<version>6.0-SNAPSHOT</version>
9+
<version>6.0</version>
1010
<description>Library for common XD* operations and objects</description>
1111
<inceptionYear>2010</inceptionYear>
12-
<url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xd-common/${project.version}</url>
12+
<url>https://github.com/DirectProjectJavaRI/xd-common</url>
1313
<developers>
1414
<developer>
1515
<name>Vincent Lewis</name>
@@ -37,7 +37,11 @@
3737
<groupId>org.springframework.boot</groupId>
3838
<artifactId>spring-boot-dependencies</artifactId>
3939
<version>2.1.2.RELEASE</version>
40-
</parent>
40+
</parent>
41+
<scm>
42+
<url>https://github.com/DirectProjectJavaRI/xd-common.git</url>
43+
<connection>scm:hg:https://github.com/DirectProjectJavaRI/xd-common.git</connection>
44+
</scm>
4145
<dependencies>
4246
<dependency>
4347
<groupId>org.springframework.boot</groupId>
@@ -46,7 +50,7 @@
4650
<dependency>
4751
<groupId>org.nhind</groupId>
4852
<artifactId>config-service-client</artifactId>
49-
<version>6.0-SNAPSHOT</version>
53+
<version>6.0</version>
5054
<scope>compile</scope>
5155
</dependency>
5256
<dependency>
@@ -81,7 +85,7 @@
8185
<dependency>
8286
<groupId>org.nhind</groupId>
8387
<artifactId>config-service-jar</artifactId>
84-
<version>6.0-SNAPSHOT</version>
88+
<version>6.0</version>
8589
<scope>test</scope>
8690
</dependency>
8791
<dependency>
@@ -128,11 +132,11 @@
128132
</testResources>
129133

130134
<extensions>
131-
<extension>
132-
<groupId>org.apache.maven.wagon</groupId>
133-
<artifactId>wagon-webdav</artifactId>
134-
<version>RELEASE</version>
135-
</extension>
135+
<extension>
136+
<groupId>org.apache.maven.wagon</groupId>
137+
<artifactId>wagon-webdav-jackrabbit</artifactId>
138+
<version>3.1.0</version>
139+
</extension>
136140
</extensions>
137141

138142
<plugins>
@@ -206,41 +210,19 @@
206210
</execution>
207211
</executions>
208212
</plugin>
209-
<plugin>
210-
<groupId>com.atlassian.maven.plugins</groupId>
211-
<artifactId>maven-clover2-plugin</artifactId>
212-
<version>3.0.2</version>
213-
<configuration>
214-
<jdk>1.8</jdk>
215-
<licenseLocation>
216-
${project.basedir}/../licenses/clover.license
217-
</licenseLocation>
218-
<excludes>
219-
<exclude>**/jaxb/*</exclude>
220-
</excludes>
221-
</configuration>
222-
<executions>
223-
<execution>
224-
<phase>pre-site</phase>
225-
<goals>
226-
<goal>instrument</goal>
227-
</goals>
228-
</execution>
229-
</executions>
230-
</plugin>
231-
<!-- for release only
232213
<plugin>
233214
<groupId>org.apache.maven.plugins</groupId>
234215
<artifactId>maven-javadoc-plugin</artifactId>
235216
<version>2.6.1</version>
236217
<configuration>
237-
<charset>UTF-8</charset>
238-
<docencoding>UTF-8</docencoding>
239-
<docfilessubdirs>true</docfilessubdirs>
240-
<detectJavaApiLink>true</detectJavaApiLink>
241-
<detectLinks>true</detectLinks>
242-
<source>1.6</source>
243-
<show>protected</show>
218+
<additionalparam>-Xdoclint:none</additionalparam>
219+
<charset>UTF-8</charset>
220+
<docencoding>UTF-8</docencoding>
221+
<docfilessubdirs>true</docfilessubdirs>
222+
<detectJavaApiLink>true</detectJavaApiLink>
223+
<detectLinks>true</detectLinks>
224+
<source>1.8</source>
225+
<show>public</show>
244226
<excludePackageNames>
245227
org.nhindirect.xd.transform.parse.ccd.jaxb
246228
</excludePackageNames>
@@ -255,6 +237,7 @@
255237
</execution>
256238
</executions>
257239
</plugin>
240+
<!-- for release only
258241
<plugin>
259242
<groupId>org.apache.maven.plugins</groupId>
260243
<artifactId>maven-gpg-plugin</artifactId>
@@ -269,40 +252,29 @@
269252
</executions>
270253
</plugin>
271254
-->
272-
</plugins>
273-
<pluginManagement>
274-
<plugins>
275-
<plugin>
276-
<groupId>org.apache.maven.plugins</groupId>
277-
<artifactId>maven-release-plugin</artifactId>
278-
<version>2.0</version>
279-
<configuration>
280-
<tagBase>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/tags</tagBase>
281-
</configuration>
282-
</plugin>
283-
</plugins>
284-
</pluginManagement>
255+
</plugins>
285256
</build>
286257

287258
<reporting>
288259
<plugins>
289260
<plugin>
290261
<groupId>org.apache.maven.plugins</groupId>
291262
<artifactId>maven-project-info-reports-plugin</artifactId>
292-
<version>2.1</version>
263+
<version>2.9</version>
293264
</plugin>
294265
<plugin>
295266
<groupId>org.apache.maven.plugins</groupId>
296267
<artifactId>maven-javadoc-plugin</artifactId>
297268
<version>2.6.1</version>
298269
<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.8</source>
305-
<show>protected</show>
270+
<additionalparam>-Xdoclint:none</additionalparam>
271+
<charset>UTF-8</charset>
272+
<docencoding>UTF-8</docencoding>
273+
<docfilessubdirs>true</docfilessubdirs>
274+
<detectJavaApiLink>true</detectJavaApiLink>
275+
<detectLinks>true</detectLinks>
276+
<source>1.8</source>
277+
<show>public</show>
306278
<excludePackageNames>
307279
org.nhindirect.xd.transform.parse.ccd.jaxb
308280
</excludePackageNames>
@@ -323,29 +295,9 @@
323295
<groupId>org.apache.maven.plugins</groupId>
324296
<artifactId>maven-jxr-plugin</artifactId>
325297
</plugin>
326-
<plugin>
327-
<groupId>org.apache.maven.plugins</groupId>
328-
<artifactId>maven-changelog-plugin</artifactId>
329-
<configuration>
330-
<dates>
331-
<!-- Insert the date of the most recent release -->
332-
<date>2007-01-01</date>
333-
</dates>
334-
<outputEncoding>UTF-8</outputEncoding>
335-
<type>date</type>
336-
</configuration>
337-
</plugin>
338-
<plugin>
339-
<groupId>org.codehaus.mojo</groupId>
340-
<artifactId>clirr-maven-plugin</artifactId>
341-
<configuration>
342-
<minSeverity>info</minSeverity>
343-
</configuration>
344-
</plugin>
345298
<plugin>
346299
<groupId>org.codehaus.mojo</groupId>
347300
<artifactId>findbugs-maven-plugin</artifactId>
348-
<version>1.2</version>
349301
<configuration>
350302
<effort>Max</effort>
351303
</configuration>
@@ -362,16 +314,6 @@
362314
</tags>
363315
</configuration>
364316
</plugin>
365-
<plugin>
366-
<groupId>com.atlassian.maven.plugins</groupId>
367-
<artifactId>maven-clover2-plugin</artifactId>
368-
<version>3.0.2</version>
369-
<configuration>
370-
<licenseLocation>
371-
${project.basedir}/../licenses/clover.license
372-
</licenseLocation>
373-
</configuration>
374-
</plugin>
375317
</plugins>
376318
</reporting>
377319

0 commit comments

Comments
 (0)