Skip to content

Commit b9c5f62

Browse files
chayimgkorland
andauthored
removing duplication (#49)
Co-authored-by: Guy Korland <[email protected]>
1 parent 6199ad0 commit b9c5f62

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -198,26 +198,6 @@
198198
</execution>
199199
</executions>
200200
</plugin>
201-
<plugin>
202-
<groupId>org.apache.maven.plugins</groupId>
203-
<artifactId>maven-gpg-plugin</artifactId>
204-
<version>3.0.1</version>
205-
<configuration>
206-
<gpgArguments>
207-
<arg>--pinentry-mode</arg>
208-
<arg>loopback</arg>
209-
</gpgArguments>
210-
</configuration>
211-
<executions>
212-
<execution>
213-
<id>sign-artifacts</id>
214-
<phase>verify</phase>
215-
<goals>
216-
<goal>sign</goal>
217-
</goals>
218-
</execution>
219-
</executions>
220-
</plugin>
221201
</plugins>
222202
</build>
223203
<profiles>

0 commit comments

Comments
 (0)