Skip to content

Commit 0ce9568

Browse files
refactor: Update pom.xml
1 parent 705d3f8 commit 0ce9568

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<includes>
282282
<include>**/*IT.java</include>
283283
</includes>
284-
<skipTests>true</skipTests>
284+
<!-- <skipTests>true</skipTests> -->
285285
</configuration>
286286
</plugin>
287287

@@ -299,10 +299,6 @@
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-gpg-plugin</artifactId>
301301
<version>1.6</version>
302-
<configuration>
303-
<!-- Allow skipping via -Dgpg.skip=true -->
304-
<skip>${gpg.skip}</skip>
305-
</configuration>
306302
<executions>
307303
<execution>
308304
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)