Skip to content

Commit

Permalink
attempt at not deploying parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Apr 24, 2024
1 parent 4b72001 commit 82acad1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
17 changes: 7 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>${central-publishing-maven-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<deploymentName>ASPR MS GCM Taskit</deploymentName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -280,16 +286,7 @@
<inherited>false</inherited>
</plugin>

<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<deploymentName>ASPR MS GCM Taskit</deploymentName>
</configuration>
</plugin>

</plugins>
</build>

Expand Down
7 changes: 6 additions & 1 deletion protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<developerConnection>scm:git:ssh://github.com:HHS/ASPR-ms-gcm-taskit.git</developerConnection>
<url>https://github.com/HHS/ASPR-ms-gcm-taskit/tree/main</url>
</scm>

<!-- Properties -->
<properties>
<!-- protobuf specific plugins versions -->
Expand Down Expand Up @@ -188,6 +188,11 @@
</replacements>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 82acad1

Please sign in to comment.