summaryrefslogtreecommitdiffstats
path: root/checkstyle/pom.xml
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-07-26 15:27:34 +0800
committerkaixiliu <liukaixi@chinamobile.com>2024-07-26 15:27:52 +0800
commit89a4b94a5a7e5c730fe5426c64ba1807e8dfa784 (patch)
tree6ca0b94792504cb632da833e7df0ec17f273e9c2 /checkstyle/pom.xml
parent98adb35efe20e81158af603dda16f40d02faf0c7 (diff)
llm-adaptation adds checkstyle configuration
Issue-ID: USECASEUI-839 Change-Id: I8df24e5fca8625262d3ce4f8fc65322ef80bb803 Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'checkstyle/pom.xml')
-rw-r--r--checkstyle/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
new file mode 100644
index 0000000..a3e998b
--- /dev/null
+++ b/checkstyle/pom.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.usecase-ui.llm-adaptation</groupId>
+ <artifactId>usecase-ui-llm-adaptation-parent</artifactId>
+ <version>14.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>checkstyle</artifactId>
+
+ <properties>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+</project> \ No newline at end of file