Skip to content

Commit 3a4da7f

Browse files
committed
Test
1 parent febc5cc commit 3a4da7f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

yoti-sdk-parent/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,20 @@
6868
<gpg.skip>true</gpg.skip>
6969
<dependency-check.skip>true</dependency-check.skip>
7070
</properties>
71+
<build>
72+
<plugins>
73+
<plugin>
74+
<groupId>org.sonatype.central</groupId>
75+
<artifactId>central-publishing-maven-plugin</artifactId>
76+
<executions>
77+
<execution>
78+
<id>publish</id>
79+
<phase>none</phase>
80+
</execution>
81+
</executions>
82+
</plugin>
83+
</plugins>
84+
</build>
7185
<distributionManagement>
7286
<snapshotRepository>
7387
<id>yoti-snapshots</id>

0 commit comments

Comments
 (0)