Skip to content

Commit

Permalink
Reestablished <distributionManagement/> (required for webfx-parent de…
Browse files Browse the repository at this point in the history
…ploy)

Renamed id to webfx-sonatype-deploy
  • Loading branch information
salmonb committed Aug 6, 2023
1 parent 15e3a6e commit c64e3f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
distribution: 'zulu'
java-version: ${{ env.jdk-version }}
server-id: sonatype-deploy
server-id: webfx-sonatype-deploy
server-username: SONATYPE_USERNAME
server-password: SONATYPE_PASSWORD

Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,16 @@

</repositories>

<distributionManagement>

<!-- Repository to use to deploy official webfx libraries -->
<snapshotRepository>
<id>webfx-sonatype-deploy</id> <!-- server username & password must be set in settings.xml -->
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

</distributionManagement>

<build>

<pluginManagement>
Expand Down

0 comments on commit c64e3f8

Please sign in to comment.