Skip to content

Commit e1b46c2

Browse files
Use bestPractices for gpg plugin
1 parent 334645d commit e1b46c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,9 @@ limitations under the License.
424424
<groupId>org.apache.maven.plugins</groupId>
425425
<artifactId>maven-gpg-plugin</artifactId>
426426
<version>3.2.6</version>
427+
<configuration>
428+
<bestPractices>true</bestPractices>
429+
</configuration>
427430
</plugin>
428431
<plugin>
429432
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)