Skip to content

Commit 18a5b21

Browse files
Implement integration test for apply and remove space quota
1 parent 5d5b8d5 commit 18a5b21

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -247,26 +247,26 @@
247247
</execution>
248248
</executions>
249249
</plugin>
250-
<!-- <plugin>-->
251-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
252-
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
253-
<!-- <version>3.2.7</version>-->
254-
<!-- <executions>-->
255-
<!-- <execution>-->
256-
<!-- <id>sign-artifacts</id>-->
257-
<!-- <phase>verify</phase>-->
258-
<!-- <goals>-->
259-
<!-- <goal>sign</goal>-->
260-
<!-- </goals>-->
261-
<!-- <configuration>-->
262-
<!-- <gpgArguments>-->
263-
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
264-
<!-- <arg>loopback</arg>-->
265-
<!-- </gpgArguments>-->
266-
<!-- </configuration>-->
267-
<!-- </execution>-->
268-
<!-- </executions>-->
269-
<!-- </plugin>-->
250+
<plugin>
251+
<groupId>org.apache.maven.plugins</groupId>
252+
<artifactId>maven-gpg-plugin</artifactId>
253+
<version>3.2.7</version>
254+
<executions>
255+
<execution>
256+
<id>sign-artifacts</id>
257+
<phase>verify</phase>
258+
<goals>
259+
<goal>sign</goal>
260+
</goals>
261+
<configuration>
262+
<gpgArguments>
263+
<arg>--pinentry-mode</arg>
264+
<arg>loopback</arg>
265+
</gpgArguments>
266+
</configuration>
267+
</execution>
268+
</executions>
269+
</plugin>
270270
<plugin>
271271
<groupId>com.diffplug.spotless</groupId>
272272
<artifactId>spotless-maven-plugin</artifactId>

0 commit comments

Comments
 (0)