From a20e3aee6d851990472c36006512be5036021242 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Tue, 18 Jun 2024 15:48:46 +0800 Subject: modify pom.xml file Issue-ID: USECASEUI-838 Change-Id: Ib1d6765f1d8bfb22b9d0a298c6ab5dd5adc31f35 Signed-off-by: kaixiliu --- llm-adaptation/pom.xml | 10 ++++++++-- pom.xml | 9 +++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/llm-adaptation/pom.xml b/llm-adaptation/pom.xml index 74ff409..00afa7c 100644 --- a/llm-adaptation/pom.xml +++ b/llm-adaptation/pom.xml @@ -14,9 +14,15 @@ 1.0-SNAPSHOT - 17 - 17 UTF-8 + UTF-8 + 17 + java + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports diff --git a/pom.xml b/pom.xml index 0a06ef9..f1ef7f2 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,14 @@ - 17 - 17 UTF-8 + UTF-8 + ${project.version} + yyyyMMdd'T'HHmm + https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ + content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/ \ No newline at end of file -- cgit 1.2.3-korg