Skip to content

Commit

Permalink
chore: move profiles to settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored May 27, 2024
1 parent 32c9696 commit 78f6271
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,52 @@ jobs:
"password": "${{ secrets.CH_SBB_POLARION_REPSY_PASSWORD }}"
}
]
profiles: >
[
{
"id": "s3Deploy",
"distributionManagement":
{
"repository":
{
"id": "s3",
"url" "s3://sbb-polarion-maven-repo/polarion.mvn"
}
}
},
{
"id": "githubDeploy",
"distributionManagement":
{
"repository":
{
"id": "github",
"url" "https://maven.pkg.github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic"
},
"snapshotRepository":
{
"id": "github",
"url" "https://maven.pkg.github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic"
}
}
},
{
"id": "repsyDeploy",
"distributionManagement":
{
"repository":
{
"id": "repsy",
"url" "https://repo.repsy.io/mvn/sbb/polarion"
},
"snapshotRepository":
{
"id": "repsy",
"url" "https://repo.repsy.io/mvn/sbb/polarion"
}
}
}
]
active_profiles: >
[
"github"
Expand Down

0 comments on commit 78f6271

Please sign in to comment.