From: <ps...@us...> - 2017-05-19 18:24:39
|
Revision: 283 http://sourceforge.net/p/vlibrary/code/283 Author: psteitz Date: 2017-05-19 18:24:38 +0000 (Fri, 19 May 2017) Log Message: ----------- Updated plugins, removed some reports. Modified Paths: -------------- branches/VLIBRARY_2_X/pom.xml Modified: branches/VLIBRARY_2_X/pom.xml =================================================================== --- branches/VLIBRARY_2_X/pom.xml 2017-05-14 18:13:23 UTC (rev 282) +++ branches/VLIBRARY_2_X/pom.xml 2017-05-19 18:24:38 UTC (rev 283) @@ -17,7 +17,7 @@ <name>The Virtual Library Team</name> <url>http://vlibrary.sourceforge.net/</url> </organization> - <url>http://vlibrary.sourceforge.net</url> + <url>https://vlibrary.sourceforge.io</url> <mailingLists> <mailingList> <name>Developer List</name> @@ -40,7 +40,7 @@ </mailingLists> <issueManagement> <system>SourceForge Tracker</system> - <url>http://sourceforge.net/tracker/?group_id=62087</url> + <url>https://sourceforge.net/p/vlibrary/bugs/</url> </issueManagement> <description> The Virtual Library (VL) is a web application designed to facilitate @@ -475,14 +475,14 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> - <version>2.0-beta-1</version> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.2</version> + <version>2.6.1</version> <configuration> <aggregate>true</aggregate> <links> @@ -493,7 +493,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-7</version> + <version>3.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -533,7 +533,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> <executions> <execution> <goals> @@ -568,17 +568,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1</version> + <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>2.4</version> + <version>3.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.4</version> + <version>2.6.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -594,9 +594,9 @@ </configuration> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> - <version>2.0-beta-1</version> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.3</version> <configuration> <reportFormat>xml</reportFormat> <testFailureIgnore>false</testFailureIgnore> @@ -605,7 +605,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.2</version> + <version>2.17</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> @@ -617,14 +617,9 @@ <version>2.1</version> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clover-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>1.2</version> + <version>3.0.4</version> <configuration> <xmlOutput>true</xmlOutput> <xmlOutputDirectory>target/site/findbugs</xmlOutputDirectory> @@ -643,17 +638,12 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> - <version>2.2</version> + <version>2.4</version> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.0</version> + <version>2.12.1</version> <reportSets> <reportSet> <reports> @@ -672,51 +662,17 @@ <artifactId>maven-changelog-plugin</artifactId> <version>2.1</version> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>dashboard-maven-plugin</artifactId> - <version>1.0.0-beta-1</version> - </plugin> </plugins> </reporting> <profiles> <profile> - <id>clover</id> - <activation> - <file> - <exists>${basedir}/clover.license</exists> - </file> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clover-plugin</artifactId> - <version>2.3</version> - <configuration> - <licenseLocation>${basedir}/clover.license</licenseLocation> - <targetPercentage>50%</targetPercentage> - </configuration> - <executions> - <execution> - <id>verify</id> - <phase>verify</phase> - <goals> - <goal>instrument</goal> - <goal>check</goal> - </goals> - </execution> - <execution> - <id>pre-site</id> - <phase>pre-site</phase> - <goals> - <goal>instrument</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> + <id>disable-java8-doclint</id> + <activation> + <jdk>[1.8,)</jdk> + </activation> + <properties> + <additionalparam>-Xdoclint:none</additionalparam> + </properties> </profile> </profiles> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |