We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b6b31 commit cb99435Copy full SHA for cb99435
dbus-java-examples/pom.xml
@@ -23,7 +23,6 @@
23
<project.build.outputTimestamp>2025-03-14T09:18:08Z</project.build.outputTimestamp>
24
<dateFormatTimeZone>UTC</dateFormatTimeZone>
25
26
- <skipDeployment>true</skipDeployment>
27
<check.skip-javadoc>true</check.skip-javadoc>
28
</properties>
29
@@ -37,6 +36,15 @@
37
36
<skip>true</skip>
38
</configuration>
39
</plugin>
+
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>
48
</plugins>
49
</build>
50
0 commit comments