Skip to content

Commit 9c013f0

Browse files
committed
remove hardcoded gpg path
1 parent 9671bae commit 9c013f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@
224224
</goals>
225225
</execution>
226226
</executions>
227-
<configuration>
228-
<executable>C:\Program Files\Git\usr\bin\gpg.exe</executable>
229-
</configuration>
227+
<!-- <configuration>-->
228+
<!-- <executable>C:\Program Files\Git\usr\bin\gpg.exe</executable>-->
229+
<!-- </configuration>-->
230230
</plugin>
231231

232232
<!-- Nexus Staging Maven Plugin for Deployment and Release -->

0 commit comments

Comments
 (0)