We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705d3f8 commit 0ce9568Copy full SHA for 0ce9568
pom.xml
@@ -281,7 +281,7 @@
281
<includes>
282
<include>**/*IT.java</include>
283
</includes>
284
- <skipTests>true</skipTests>
+ <!-- <skipTests>true</skipTests> -->
285
</configuration>
286
</plugin>
287
@@ -299,10 +299,6 @@
299
<groupId>org.apache.maven.plugins</groupId>
300
<artifactId>maven-gpg-plugin</artifactId>
301
<version>1.6</version>
302
- <configuration>
303
- <!-- Allow skipping via -Dgpg.skip=true -->
304
- <skip>${gpg.skip}</skip>
305
- </configuration>
306
<executions>
307
<execution>
308
<id>sign-artifacts</id>
0 commit comments