Skip to content

Commit

Permalink
build: Downgrade maven-source-plugin to 3.2.1
Browse files Browse the repository at this point in the history
The version 3.3.0 causes build failures because of a duplicated artifact.
  • Loading branch information
saig0 committed Sep 15, 2023
1 parent b6dc230 commit b1e14b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>

</plugins>
</pluginManagement>

Expand Down

0 comments on commit b1e14b6

Please sign in to comment.