{"id":15174114,"url":"https://github.com/cucumber/action-publish-mvn","last_synced_at":"2025-10-24T08:31:32.336Z","repository":{"id":42465955,"uuid":"409649624","full_name":"cucumber/action-publish-mvn","owner":"cucumber","description":"GitHub Action to publish Maven artefacts ","archived":false,"fork":false,"pushed_at":"2024-02-23T20:26:04.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-05T14:01:42.527Z","etag":null,"topics":["github-actions","java","polyglot-release"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cucumber.png","metadata":{"funding":{"open_collective":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-09-23T15:37:29.000Z","updated_at":"2023-01-03T22:29:38.000Z","dependencies_parsed_at":"2023-12-26T13:05:01.392Z","dependency_job_id":"ad0943e6-97a2-4e44-90c6-dd7e210a731b","html_url":"https://github.com/cucumber/action-publish-mvn","commit_stats":{"total_commits":44,"total_committers":5,"mean_commits":8.8,"dds":0.5454545454545454,"last_synced_commit":"c65c47bc8727f9b426f4f58bff1daa584a72deed"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-mvn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-mvn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-mvn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-mvn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/action-publish-mvn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237938102,"owners_count":19390555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","java","polyglot-release"],"created_at":"2024-09-27T11:24:27.681Z","updated_at":"2025-10-24T08:31:32.331Z","avatar_url":"https://github.com/cucumber.png","language":"Java","funding_links":["https://opencollective.com/cucumber"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/cucumber/action-publish-mvn/actions/workflows/test.yaml/badge.svg)](https://github.com/cucumber/action-publish-mvn/actions/workflows/test.yaml)\n\n# action-publish-mvn\n\nPublishes a Java module to [Maven Central](https://search.maven.org/)\n\nNeeds Java to be installed first.\n\n## Inputs\n\n* `gpg-private-key`\n* `gpg-passphrase`\n* `nexus-username`\n* `nexus-password`\n* `server-id` (default: `ossrh`)\n* `maven-goals` (default: `deploy`)\n* `maven-profiles` (default: `sign-source-javadoc`)\n* `working-directory` (default `.`)\n\n## Example\n\n```yaml\nname: Publish\n\non:\n  push:\n    branches:\n      - \"release/*\"\n\njobs:\n  publish-ui:\n    name: Publish UI package to mvn\n    runs-on: ubuntu-latest\n    environment: Release\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-java@v1\n        with:\n          java-version: '17'\n      - name: Test the action\n        uses: cucumber/action-publish-mvn@v1.0.0\n        with:\n          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}\n          gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}\n          nexus-username: ${{ secrets.SONATYPE_USERNAME }}\n          nexus-password: ${{ secrets.SONATYPE_PASSWORD }}\n          working-directory: \"java\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-mvn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Faction-publish-mvn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-mvn/lists"}