We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e33378 commit ba8eed5Copy full SHA for ba8eed5
1 file changed
PgBulkInsert/pom.xml
@@ -115,6 +115,14 @@
115
</execution>
116
</executions>
117
</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>
126
<plugin>
127
<groupId>org.sonatype.central</groupId>
128
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments