From 2f47fb18243c0b8934de3ee0c380132e2fe3ef0e Mon Sep 17 00:00:00 2001 From: Ross Bragg Date: Tue, 11 Feb 2025 14:49:11 -0600 Subject: [PATCH 1/6] another test change --- src/main/java/Main3.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/Main3.java b/src/main/java/Main3.java index d203560..cc1ab67 100644 --- a/src/main/java/Main3.java +++ b/src/main/java/Main3.java @@ -24,6 +24,9 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + public class Main3 { public static void main(String [] args) throws IOException, InterruptedException, GeneralSecurityException, ClassNotFoundException { From e5b41f32cc224744477bb88fd8ac9ef58fc93940 Mon Sep 17 00:00:00 2001 From: Ross Bragg Date: Tue, 11 Feb 2025 14:53:06 -0600 Subject: [PATCH 2/6] point at dev13? --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bca2e3e..02f740a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 11 11 nawarorga - https://sonarcloud.io + https://dev13.sc-dev13.io From 8131ff99fbca68dc9451a11134b5e2b8a1ac7c68 Mon Sep 17 00:00:00 2001 From: Ross Bragg Date: Tue, 11 Feb 2025 14:55:10 -0600 Subject: [PATCH 3/6] more build changes --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 02f740a..4ed21b1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,9 @@ 1.0-SNAPSHOT - 11 - 11 - nawarorga + 17 + 17 + ross-test-org https://dev13.sc-dev13.io From ebd9ed0c12a8bab71b0a2c747a5a6ae852d5bf48 Mon Sep 17 00:00:00 2001 From: Ross Bragg Date: Tue, 11 Feb 2025 14:58:23 -0600 Subject: [PATCH 4/6] update build stuff --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a271c59..a26baf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache SonarCloud packages uses: actions/cache@v1 with: @@ -32,4 +32,4 @@ jobs: - name: Build and analyze env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=testn2 \ No newline at end of file + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=java-test \ No newline at end of file From 454891eca2787562db10cc412252c5f8cad6e591 Mon Sep 17 00:00:00 2001 From: Ross Bragg Date: Tue, 11 Feb 2025 15:00:41 -0600 Subject: [PATCH 5/6] fix project key --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a26baf3..1352c58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,4 +32,4 @@ jobs: - name: Build and analyze env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=java-test \ No newline at end of file + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ross-bragg-sonarsource_java-test From d5b5ee1373eace438926c4873518ce457fd298de Mon Sep 17 00:00:00 2001 From: Ross Bragg Date: Tue, 11 Feb 2025 15:02:25 -0600 Subject: [PATCH 6/6] don't CI analyse --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1352c58..88dd835 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - name: Build and analyze - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ross-bragg-sonarsource_java-test + # - name: Build and analyze + # env: + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ross-bragg-sonarsource_java-test