Skip to content

Commit

Permalink
config: migrate all openjdk repositories in projects-to-test-on to gi…
Browse files Browse the repository at this point in the history
…thub mirrors
  • Loading branch information
nrmancuso committed Dec 22, 2020
1 parent 1592239 commit b25f5db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
17 changes: 0 additions & 17 deletions checkstyle-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.version>8.38-SNAPSHOT</checkstyle.version>
<sevntu-checkstyle.version>1.38.0</sevntu-checkstyle.version>
<jxr-plugin.version>2.5</jxr-plugin.version>
<checkstyle.config.location>https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml</checkstyle.config.location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
</properties>
Expand All @@ -36,11 +35,6 @@
<artifactId>sevntu-checks</artifactId>
<version>${sevntu-checkstyle.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${jxr-plugin.version}</version>
</dependency>
</dependencies>
</plugin>

Expand Down Expand Up @@ -70,17 +64,6 @@
<failsOnError>${checkstyle.failsOnError}</failsOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${jxr-plugin.version}</version>
<!-- plugin do not have ability to define followinng by system property -->
<configuration>
<excludes>
<exclude>**/.ci-temp/**/*</exclude>
</excludes>
</configuration>
</plugin>

</plugins>
</reporting>
Expand Down
7 changes: 1 addition & 6 deletions checkstyle-tester/projects-to-test-on.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
#sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master||
#checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master||

#openjdk7|hg|http://hg.openjdk.java.net/jdk7/jdk7/jdk/|||
#openjdk8|hg|http://hg.openjdk.java.net/jdk8/jdk8/jdk/|default|
#All details at checkstyle/checkstyle#3033: ModalDialogActivationTest till JDK-8166015 ; 'jxc/8073519/**' not compilable by design ; ', jhsdb/**' - checkstyle do not support unicode identifiers
#openjdk9|hg|http://hg.openjdk.java.net/jdk9/jdk9/jdk/|default|**/test/java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java,**/test/javax/xml/bind/jxc/8073519/**,**/test/sun/tools/jhsdb/**
#openjdk10|hg|http://hg.openjdk.java.net/jdk10/jdk10/jdk/|default|**/test/javax/xml/bind/jxc/8073519/**,**/test/sun/tools/jhsdb/**
#openjdk11|git|https://github.com/openjdk/jdk11u|master||
#openjdk9|git|https://github.com/AdoptOpenJDK/openjdk-jdk9u.git|master|**/test/java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java,**/test/javax/xml/bind/jxc/8073519/**,**/test/sun/tools/jhsdb/**
guava|git|https://github.com/google/guava|v28.2||

#spotbugs|git|https://github.com/spotbugs/spotbugs|3.1.2||
Expand Down

0 comments on commit b25f5db

Please sign in to comment.