Skip to content

Commit fb5fff5

Browse files
committed
Fix central deployment duplicate artifacts on release
1 parent 84996e4 commit fb5fff5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353
<version>${central.publishing.maven.plugin.version}</version>
354354
<extensions>true</extensions>
355355
<configuration>
356+
<autoPublish>true</autoPublish>
357+
<deploymentName>geomesa-${project.version}</deploymentName>
358+
<!-- handles non-scala duplicate modules between 2.12/2.13 -->
359+
<ignorePublishedComponents>true</ignorePublishedComponents>
356360
<!-- used to lookup credentials in ~/.m2/settings.xml -->
357361
<publishingServerId>sonatype</publishingServerId>
358362
</configuration>

0 commit comments

Comments
 (0)