Skip to content

Commit b86aace

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

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • jsonschema2pojo-integration-tests

jsonschema2pojo-integration-tests/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@
7272
<plugin>
7373
<groupId>io.github.mavenplugins</groupId>
7474
<artifactId>central-publishing-maven-plugin</artifactId>
75-
<configuration>
76-
<skipBundling>true</skipBundling>
77-
</configuration>
75+
<executions>
76+
<execution>
77+
<id>injected-central-publishing</id>
78+
<phase>none</phase>
79+
</execution>
80+
</executions>
7881
</plugin>
7982
<plugin>
8083
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)