Skip to content

Commit

Permalink
Update repository and publishing server IDs in pom.xml
Browse files Browse the repository at this point in the history
Corrected the repositoryId and publishingServerId in the maven-deploy plugin configuration to ensure proper deployment. Changed 'github-pkg' to 'github' and 'github' to 'central'.
  • Loading branch information
pflynn-virtru committed Oct 23, 2024
1 parent f624941 commit 3f9135d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<repositoryId>github-pkg</repositoryId>
<repositoryId>github</repositoryId>
<url>https://maven.pkg.github.com/opentdf/nifi</url>
</configuration>
</plugin>
Expand All @@ -311,7 +311,7 @@
<autoPublish>true</autoPublish>
<waitUntil>published</waitUntil>
<!-- defined in settings.xml -->
<publishingServerId>github</publishingServerId>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
<!-- Exclude from lifecycle, phase none -->
Expand Down

0 comments on commit 3f9135d

Please sign in to comment.