We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a7fb3 commit 11cbcabCopy full SHA for 11cbcab
1 file changed
PgBulkInsert/pom.xml
@@ -190,6 +190,16 @@
190
</execution>
191
</executions>
192
</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>
203
</plugins>
204
</build>
205
</profile>
0 commit comments