Skip to content

Commit f435678

Browse files
dfa1claude
andcommitted
manual fix publishing: drop skipPublishing from non-published modules
${skipPublishing} property was bound to the plugin's skip parameter, causing the publish step to be skipped when the last reactor module (integration/performance) was in context. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent df0f6f8 commit f435678

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

cli/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<properties>
1616
<maven.deploy.skip>true</maven.deploy.skip>
17-
<skipPublishing>true</skipPublishing>
1817
</properties>
1918

2019
<dependencies>

integration/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<properties>
1616
<maven.deploy.skip>true</maven.deploy.skip>
17-
<skipPublishing>true</skipPublishing>
1817
</properties>
1918

2019
<dependencies>

performance/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<properties>
1616
<maven.deploy.skip>true</maven.deploy.skip>
17-
<skipPublishing>true</skipPublishing>
1817
<skipShade>true</skipShade>
1918
</properties>
2019

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<slf4j.version>2.0.18</slf4j.version>
7171
<jmh.version>1.37</jmh.version>
7272
<!-- release plugins -->
73-
<central-publishing-plugin.version>0.7.0</central-publishing-plugin.version>
73+
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
7474
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
7575
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
7676
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>

0 commit comments

Comments
 (0)