From 68ce560a074658bcaef45c46b638f3bf143e47d5 Mon Sep 17 00:00:00 2001 From: 13009 Date: Fri, 21 Jun 2024 16:42:41 +0800 Subject: [PATCH] feat: lombok.config --- lombok.config | 1 + scanner.cmd | 2 +- scfs-api-rsa/pom.xml | 12 ------------ 3 files changed, 2 insertions(+), 13 deletions(-) create mode 100644 lombok.config diff --git a/lombok.config b/lombok.config new file mode 100644 index 0000000..74da825 --- /dev/null +++ b/lombok.config @@ -0,0 +1 @@ +lombok.addLombokGeneratedAnnotation=true \ No newline at end of file diff --git a/scanner.cmd b/scanner.cmd index ec4028f..fba900e 100644 --- a/scanner.cmd +++ b/scanner.cmd @@ -1 +1 @@ -call C:\Ext\mvn17\bin\mvn.cmd clean test verify sonar:sonar -Dsonar.projectKey=scfs-api-sdk -Dsonar.projectName=scfs-api-sdk -Dsonar.host.url=http://10.129.135.192:7100 -Dsonar.login=sqp_90e5fb014f985e2c458e46b9239926cfbbd4fffe \ No newline at end of file +call C:\Ext\mvn17\bin\mvn.cmd clean test verify sonar:sonar -Dsonar.projectKey=scfs-api-sdk -Dsonar.projectName=scfs-api-sdk -Dsonar.host.url=http://10.129.135.192:7100 -Dsonar.login=sqa_f75dc47300d5890b6378e8a7c2113b45a76f8ea7 \ No newline at end of file diff --git a/scfs-api-rsa/pom.xml b/scfs-api-rsa/pom.xml index 174baeb..43be303 100644 --- a/scfs-api-rsa/pom.xml +++ b/scfs-api-rsa/pom.xml @@ -20,16 +20,4 @@ 2.0.4-snapshot - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - -