|
129 | 129 | <junitVersion>4.12</junitVersion> |
130 | 130 | <mavenSurefireVersion>2.20</mavenSurefireVersion> |
131 | 131 | <InfoReportsVersion>2.9</InfoReportsVersion> |
| 132 | + |
132 | 133 | <findbugsTestDebug>false</findbugsTestDebug> |
133 | 134 | <integrationTestSrc>${project.build.directory}/it-src-findbugs</integrationTestSrc> |
134 | | - <localTestSrc>${user.dir}/FindBugs/findbugsTestCases/src</localTestSrc> |
135 | | - <remoteTestSrc>scm:svn:http://findbugs.googlecode.com/svn/branches/1.3.9/findbugsTestCases/src</remoteTestSrc> |
136 | | - <!-- <remoteTestSrc>scm:svn:http://findbugs.googlecode.com/svn/trunk/findbugsTestCases/src/java/</remoteTestSrc> --> |
137 | | - <includesTestSrcPattern>**/A*.java, **/Use*.java</includesTestSrcPattern> |
| 135 | + <localTestSrc>${user.dir}/FindBugs</localTestSrc> |
| 136 | + <remoteTestSrc>scm:git:https://github.com/findbugsproject/findbugs/</remoteTestSrc> |
| 137 | + <includesTestSrcPattern>**findbugsTestCases/src/java/A*.java, **findbugsTestCases/src/java/Use*.java</includesTestSrcPattern> |
138 | 138 | <testSrc>remote</testSrc> |
139 | 139 |
|
140 | 140 | <pmd.skip>true</pmd.skip> |
|
583 | 583 | </plugins> |
584 | 584 | </build> |
585 | 585 | </profile> |
| 586 | + |
586 | 587 | <profile> |
587 | | - <id>find-it-src-export</id> |
| 588 | + <id>find-it-src-checkout</id> |
588 | 589 | <activation> |
589 | 590 | <!-- <file> --> |
590 | 591 | <!-- <missing>${integrationTestSrc}/A.java</missing> --> |
|
605 | 606 | <id>prepare-integration-test-remote-findbugs-src</id> |
606 | 607 | <phase>pre-integration-test</phase> |
607 | 608 | <goals> |
608 | | - <goal>export</goal> |
| 609 | + <goal>checkout</goal> |
609 | 610 | </goals> |
610 | 611 | <configuration> |
611 | 612 | <connectionUrl>${remoteTestSrc}</connectionUrl> |
612 | 613 | <exportDirectory>${integrationTestSrc}</exportDirectory> |
613 | 614 | <providerImplementations> |
614 | | - <svn>javasvn</svn> |
| 615 | + <git>jgit</git> |
615 | 616 | </providerImplementations> |
616 | 617 | <includes>${includesTestSrcPattern}</includes> |
617 | 618 | </configuration> |
618 | 619 | </execution> |
619 | 620 | </executions> |
620 | 621 | <dependencies> |
621 | 622 | <dependency> |
622 | | - <groupId>com.google.code.maven-scm-provider-svnjava</groupId> |
623 | | - <artifactId>maven-scm-provider-svnjava</artifactId> |
624 | | - <version>2.1.2</version> |
| 623 | + <groupId>org.apache.maven.scm</groupId> |
| 624 | + <artifactId>maven-scm-provider-jgit</artifactId> |
| 625 | + <version>1.9.5</version> |
625 | 626 | </dependency> |
626 | 627 | </dependencies> |
627 | 628 | </plugin> |
|
0 commit comments