Skip to content

Commit ef8e5f5

Browse files
authored
Update maven-jar-plugin version 3.4.2 (#723)
By defining the `<goal>jar</goal>`, 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
1 parent 01dd23a commit ef8e5f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generator/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-jar-plugin</artifactId>
52-
<version>2.6</version>
52+
<version>3.4.2</version>
5353
<executions>
5454
<execution>
5555
<goals>
56-
<goal>jar</goal>
5756
<goal>test-jar</goal>
5857
</goals>
5958
</execution>

0 commit comments

Comments
 (0)