Skip to content

Commit 11cbcab

Browse files
committed
Update pom.xml
1 parent 26a7fb3 commit 11cbcab

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

PgBulkInsert/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@
190190
</execution>
191191
</executions>
192192
</plugin>
193+
194+
<plugin>
195+
<!-- Explicitly upgrade deploy plugin to fix error -->
196+
<groupId>org.apache.maven.plugins</groupId>
197+
<artifactId>maven-deploy-plugin</artifactId>
198+
<version>3.1.4</version>
199+
<configuration>
200+
<skip>true</skip>
201+
</configuration>
202+
</plugin>
193203
</plugins>
194204
</build>
195205
</profile>

0 commit comments

Comments
 (0)