{"id":23433796,"url":"https://github.com/dnalchemist/maven-publish-plugin","last_synced_at":"2026-05-18T14:33:35.147Z","repository":{"id":78421530,"uuid":"238070966","full_name":"DNAlchemist/maven-publish-plugin","owner":"DNAlchemist","description":"Simple plugin to upload java components to Maven repository","archived":false,"fork":false,"pushed_at":"2020-10-28T12:09:34.000Z","size":75,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T09:41:27.355Z","etag":null,"topics":["gradle","maven-repository","plugin","publish","upload"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DNAlchemist.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2020-02-03T22:02:21.000Z","updated_at":"2024-12-26T19:35:36.000Z","dependencies_parsed_at":"2023-03-13T20:13:54.591Z","dependency_job_id":null,"html_url":"https://github.com/DNAlchemist/maven-publish-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmaven-publish-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmaven-publish-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmaven-publish-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DNAlchemist%2Fmaven-publish-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DNAlchemist","download_url":"https://codeload.github.com/DNAlchemist/maven-publish-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248062931,"owners_count":21041680,"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":["gradle","maven-repository","plugin","publish","upload"],"created_at":"2024-12-23T11:30:34.984Z","updated_at":"2025-10-25T17:21:44.572Z","avatar_url":"https://github.com/DNAlchemist.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven Publish Plugin\n\n**Simple plugin to upload java components to Maven repository**\n\nYou can specify url as a file or a Maven repository\n\n## Applying plugin\n\nUsing the plugins DSL:\n\n    plugins {\n        id 'one.chest.maven-publish-plugin' version '0.0.1'\n    }\n\nUsing legacy plugin application:\n\n    buildscript {\n        repositories {\n            maven {\n                url 'https://plugins.gradle.org/m2/'\n            }\n        }\n        dependencies {\n            classpath 'gradle.plugin.one.chest:maven-publish-plugin:0.0.1'\n        }\n    }\n\n    apply plugin: 'one.chest.maven-publish-plugin'\n\n## Plugin setup\n\n### via gradle properties\n\n    publish.repository.url=https://nexus.example.com/repository/maven-releases\n    publish.repository.username=admin\n    publish.repository.password=password\n\n### via project settings\n\n    project.group = 'com.example'\n    project.name = 'application'\n    project.version = '0.1'\n\n### via build.gradle extension\n\n*Any parameter declared in extension has the highest priority*\n\n    publish {\n        repository {\n            url 'https://nexus.example.com/repository/maven-releases'\n            username 'admin'\n            password 'admin'\n        }\n        groupId 'com.example'\n        artifactId 'application'                         \n        version '0.1'\n    }\n    \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnalchemist%2Fmaven-publish-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnalchemist%2Fmaven-publish-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnalchemist%2Fmaven-publish-plugin/lists"}