Skip to content

Commit cb99435

Browse files
committed
disable deployment of examples to maven central
1 parent 64b6b31 commit cb99435

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dbus-java-examples/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<project.build.outputTimestamp>2025-03-14T09:18:08Z</project.build.outputTimestamp>
2424
<dateFormatTimeZone>UTC</dateFormatTimeZone>
2525

26-
<skipDeployment>true</skipDeployment>
2726
<check.skip-javadoc>true</check.skip-javadoc>
2827
</properties>
2928

@@ -37,6 +36,15 @@
3736
<skip>true</skip>
3837
</configuration>
3938
</plugin>
39+
40+
<!-- No deployment to maven central -->
41+
<plugin>
42+
<groupId>org.sonatype.central</groupId>
43+
<artifactId>central-publishing-maven-plugin</artifactId>
44+
<configuration>
45+
<skipPublishing>true</skipPublishing>
46+
</configuration>
47+
</plugin>
4048
</plugins>
4149
</build>
4250

0 commit comments

Comments
 (0)