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 84996e4 commit fb5fff5Copy full SHA for fb5fff5
pom.xml
@@ -353,6 +353,10 @@
353
<version>${central.publishing.maven.plugin.version}</version>
354
<extensions>true</extensions>
355
<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>
360
<!-- used to lookup credentials in ~/.m2/settings.xml -->
361
<publishingServerId>sonatype</publishingServerId>
362
</configuration>
0 commit comments