Skip to content

Commit bff51cc

Browse files
committed
SDK-422: Address review comments - configure properties in the profile
1 parent df9ce3d commit bff51cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

yoti-sdk-parent/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
<activation>
5757
<activeByDefault>false</activeByDefault>
5858
</activation>
59+
<properties>
60+
<gpg.skip>false</gpg.skip>
61+
<dependency-check.skip>false</dependency-check.skip>
62+
</properties>
5963
<distributionManagement>
6064
<snapshotRepository>
6165
<id>ossrh</id>
@@ -72,6 +76,10 @@
7276
<activation>
7377
<activeByDefault>false</activeByDefault>
7478
</activation>
79+
<properties>
80+
<gpg.skip>true</gpg.skip>
81+
<dependency-check.skip>true</dependency-check.skip>
82+
</properties>
7583
<distributionManagement>
7684
<snapshotRepository>
7785
<id>yoti-snapshots</id>

0 commit comments

Comments
 (0)