Skip to content

Commit

Permalink
Update maven-jar-plugin version 3.4.2 (#723)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eucyt authored Dec 13, 2024
1 parent 01dd23a commit ef8e5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.4.2</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
Expand Down

0 comments on commit ef8e5f5

Please sign in to comment.