Skip to content

Commit beebaf9

Browse files
committed
Avoid publishing integration tests
1 parent 49171ff commit beebaf9

File tree

1 file changed

+10
-1
lines changed
  • jsonschema2pojo-integration-tests

1 file changed

+10
-1
lines changed

jsonschema2pojo-integration-tests/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,17 @@
7272
<plugin>
7373
<groupId>io.github.mavenplugins</groupId>
7474
<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>
7584
<configuration>
76-
<skipBundling>true</skipBundling>
85+
<skip>true</skip>
7786
</configuration>
7887
</plugin>
7988
<plugin>

0 commit comments

Comments
 (0)