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