Skip to content

Commit

Permalink
Use bestPractices for gpg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 25, 2024
1 parent 334645d commit e1b46c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,9 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<configuration>
<bestPractices>true</bestPractices>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit e1b46c2

Please sign in to comment.