We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49171ff commit b86aaceCopy full SHA for b86aace
1 file changed
jsonschema2pojo-integration-tests/pom.xml
@@ -72,9 +72,12 @@
72
<plugin>
73
<groupId>io.github.mavenplugins</groupId>
74
<artifactId>central-publishing-maven-plugin</artifactId>
75
- <configuration>
76
- <skipBundling>true</skipBundling>
77
- </configuration>
+ <executions>
+ <execution>
+ <id>injected-central-publishing</id>
78
+ <phase>none</phase>
79
+ </execution>
80
+ </executions>
81
</plugin>
82
83
<artifactId>maven-deploy-plugin</artifactId>
0 commit comments