Skip to content

Commit ba8eed5

Browse files
committed
Update pom.xml
1 parent 1e33378 commit ba8eed5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

PgBulkInsert/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@
115115
</execution>
116116
</executions>
117117
</plugin>
118+
<plugin>
119+
<groupId>org.apache.maven.plugins</groupId>
120+
<artifactId>maven-deploy-plugin</artifactId>
121+
<version>3.1.2</version>
122+
<configuration>
123+
<skip>true</skip>
124+
</configuration>
125+
</plugin>
118126
<plugin>
119127
<groupId>org.sonatype.central</groupId>
120128
<artifactId>central-publishing-maven-plugin</artifactId>

0 commit comments

Comments
 (0)