|
3 | 3 | <groupId>org.nhind</groupId> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-common-audit</artifactId> |
6 | | - <name>Direct Project additional auditing implementations</name> |
7 | | - <version>6.0-SNAPSHOT</version> |
8 | | - <description>Direct Project additional implementation for auditing interface</description> |
| 6 | + <name>Direct Project auditing interfaces and implementations</name> |
| 7 | + <version>6.0</version> |
| 8 | + <description>Direct Project auditing interfaces and implementations</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common-audit/${project.version}</url> |
11 | 11 | <developers> |
|
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-common-audit</url> |
30 | | - <connection>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/direct-common-audit</connection> |
| 29 | + <url>scm:git:https://github.com/DirectProjectJavaRI/direct-common-audit.git</url> |
| 30 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/direct-common-audit.git</connection> |
31 | 31 | </scm> |
32 | 32 | <licenses> |
33 | 33 | <license> |
|
173 | 173 | </goals> |
174 | 174 | </execution> |
175 | 175 | </executions> |
176 | | - </plugin> |
177 | | - <plugin> |
178 | | - <groupId>com.atlassian.maven.plugins</groupId> |
179 | | - <artifactId>maven-clover2-plugin</artifactId> |
180 | | - <version>3.1.0</version> |
181 | | - <configuration> |
182 | | - <jdk>1.8</jdk> |
183 | | - <licenseLocation> |
184 | | - ${project.basedir}/../licenses/clover.license |
185 | | - </licenseLocation> |
186 | | - </configuration> |
187 | | - <executions> |
188 | | - <execution> |
189 | | - <phase>pre-site</phase> |
190 | | - <goals> |
191 | | - <goal>instrument</goal> |
192 | | - </goals> |
193 | | - </execution> |
194 | | - </executions> |
195 | | - </plugin> |
| 176 | + </plugin> |
196 | 177 | <plugin> |
197 | 178 | <groupId>org.apache.maven.plugins</groupId> |
198 | 179 | <artifactId>maven-jar-plugin</artifactId> |
|
213 | 194 | </execution> |
214 | 195 | </executions> |
215 | 196 | </plugin> |
216 | | - <!-- for releases only |
217 | | - <plugin> |
218 | | - <groupId>org.apache.maven.plugins</groupId> |
219 | | - <artifactId>maven-javadoc-plugin</artifactId> |
220 | | - <version>2.6.1</version> |
221 | | - <configuration> |
222 | | - <charset>UTF-8</charset> |
223 | | - <docencoding>UTF-8</docencoding> |
224 | | - <docfilessubdirs>true</docfilessubdirs> |
225 | | - <detectJavaApiLink>true</detectJavaApiLink> |
226 | | - <detectLinks>true</detectLinks> |
227 | | - <source>1.6</source> |
228 | | - <show>public</show> |
229 | | - </configuration> |
230 | | - <executions> |
231 | | - <execution> |
232 | | - <phase>package</phase> |
233 | | - <id>attach-javadocs</id> |
234 | | - <goals> |
235 | | - <goal>jar</goal> |
236 | | - </goals> |
237 | | - </execution> |
238 | | - </executions> |
239 | | - </plugin> |
| 197 | + <plugin> |
| 198 | + <groupId>org.apache.maven.plugins</groupId> |
| 199 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 200 | + <version>2.6.1</version> |
| 201 | + <configuration> |
| 202 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 203 | + <charset>UTF-8</charset> |
| 204 | + <docencoding>UTF-8</docencoding> |
| 205 | + <docfilessubdirs>true</docfilessubdirs> |
| 206 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 207 | + <detectLinks>true</detectLinks> |
| 208 | + <source>1.8</source> |
| 209 | + <show>public</show> |
| 210 | + </configuration> |
| 211 | + <executions> |
| 212 | + <execution> |
| 213 | + <phase>package</phase> |
| 214 | + <id>attach-javadocs</id> |
| 215 | + <goals> |
| 216 | + <goal>jar</goal> |
| 217 | + </goals> |
| 218 | + </execution> |
| 219 | + </executions> |
| 220 | + </plugin> |
| 221 | + <!-- for releases only |
240 | 222 | <plugin> |
241 | 223 | <groupId>org.apache.maven.plugins</groupId> |
242 | 224 | <artifactId>maven-gpg-plugin</artifactId> |
|
263 | 245 | <plugin> |
264 | 246 | <groupId>org.apache.maven.plugins</groupId> |
265 | 247 | <artifactId>maven-javadoc-plugin</artifactId> |
266 | | - <version>3.0.1</version> |
| 248 | + <version>2.6.1</version> |
267 | 249 | <configuration> |
268 | | - <charset>UTF-8</charset> |
269 | | - <docencoding>UTF-8</docencoding> |
270 | | - <docfilessubdirs>true</docfilessubdirs> |
271 | | - <detectJavaApiLink>true</detectJavaApiLink> |
272 | | - <detectLinks>true</detectLinks> |
273 | | - <source>1.8</source> |
274 | | - <show>public</show> |
| 250 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 251 | + <charset>UTF-8</charset> |
| 252 | + <docencoding>UTF-8</docencoding> |
| 253 | + <docfilessubdirs>true</docfilessubdirs> |
| 254 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 255 | + <detectLinks>true</detectLinks> |
| 256 | + <source>1.8</source> |
| 257 | + <show>public</show> |
275 | 258 | </configuration> |
276 | 259 | </plugin> |
277 | 260 | <plugin> |
|
292 | 275 | <plugin> |
293 | 276 | <groupId>org.codehaus.mojo</groupId> |
294 | 277 | <artifactId>findbugs-maven-plugin</artifactId> |
295 | | - <version>2.3</version> |
| 278 | + <version>2.3.2</version> |
296 | 279 | <configuration> |
297 | 280 | <effort>Max</effort> |
298 | 281 | <excludeFilterFile>${project.basedir}/src/report/findbugs-exclude.xml</excludeFilterFile> |
|
309 | 292 | <tag>@deprecated</tag> |
310 | 293 | </tags> |
311 | 294 | </configuration> |
312 | | - </plugin> |
313 | | - <plugin> |
314 | | - <groupId>com.atlassian.maven.plugins</groupId> |
315 | | - <artifactId>maven-clover2-plugin</artifactId> |
316 | | - <version>3.1.0</version> |
317 | | - <configuration> |
318 | | - <licenseLocation> |
319 | | - ${project.basedir}/../licenses/clover.license |
320 | | - </licenseLocation> |
321 | | - </configuration> |
322 | | - </plugin> |
| 295 | + </plugin> |
323 | 296 | </plugins> |
324 | 297 | </reporting> |
325 | 298 | <distributionManagement> |
|
0 commit comments