You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,9 @@
178
178
<plugin>
179
179
<artifactId>maven-release-plugin</artifactId>
180
180
<version>3.0.1</version>
181
+
<configuration>
182
+
<arguments>-Pgpg</arguments>
183
+
</configuration>
181
184
</plugin>
182
185
183
186
<!-- if you would like to run the git-commit-id-maven-plugin for your build, you could also include it here instead using a profile (see README.md) -->
0 commit comments