From ef8e5f5db4393b4bb502c264b036e59ac0096b81 Mon Sep 17 00:00:00 2001 From: Yuta Euchi <63095160+eucyt@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:44:19 +0900 Subject: [PATCH] Update maven-jar-plugin version 3.4.2 (#723) By defining the `jar`, it was executed twice, resulting in errors like the following CI. I have fixed this and updated the version. https://github.com/line/line-bot-sdk-python/actions/runs/12023629545/job/33517815259?pr=691#step:5:9205 Close #691 FYI: https://stackoverflow.com/questions/40964500/maven-jar-plugin-3-0-2-error-you-have-to-use-a-classifier-to-attach-supplementa --- generator/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generator/pom.xml b/generator/pom.xml index 2f824087..2af4abaf 100644 --- a/generator/pom.xml +++ b/generator/pom.xml @@ -49,11 +49,10 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 + 3.4.2 - jar test-jar