Skip to content

Commit

Permalink
FBHAJ-0 Maintenance: Central Sonatype publish plugin added to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Sep 17, 2024
1 parent e7aee28 commit 93ea514
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>jar</packaging>
<name>Firebase Hosting API library Java</name>
<description>Firebase Hosting API library for Java</description>
<url>https://github.com/szrnka-peter/firebase-hosting-api-java</url>
<url>https://github.com/peter-szrnka/firebase-hosting-api-java</url>

<properties>
<java.version>17</java.version>
Expand Down Expand Up @@ -56,7 +56,7 @@
<url>https://github.com/peter-szrnka/firebase-hosting-api-java</url>
<connection>scm:git:ssh://git@github.com/peter-szrnka/firebase-hosting-api-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/peter-szrnka/firebase-hosting-api-java.git</developerConnection>
</scm>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -342,6 +342,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 93ea514

Please sign in to comment.