{"id":13806202,"url":"https://github.com/reactiverse/vertx-maven-plugin","last_synced_at":"2025-04-06T10:15:24.696Z","repository":{"id":37933043,"uuid":"130191297","full_name":"reactiverse/vertx-maven-plugin","owner":"reactiverse","description":"A Maven plugin for pimping the build of your Vert.x applications","archived":false,"fork":false,"pushed_at":"2025-03-03T09:51:01.000Z","size":1966,"stargazers_count":75,"open_issues_count":9,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-30T09:09:24.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://reactiverse.io/vertx-maven-plugin/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reactiverse.png","metadata":{"files":{"readme":"README.adoc","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":"2018-04-19T09:24:53.000Z","updated_at":"2025-03-03T09:50:58.000Z","dependencies_parsed_at":"2023-10-16T18:49:03.009Z","dependency_job_id":"fe283ff4-0e19-4fd4-9f96-256d57a9dc3d","html_url":"https://github.com/reactiverse/vertx-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Fvertx-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Fvertx-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Fvertx-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Fvertx-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactiverse","download_url":"https://codeload.github.com/reactiverse/vertx-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464226,"owners_count":20942970,"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":[],"created_at":"2024-08-04T01:01:08.824Z","updated_at":"2025-04-06T10:15:24.659Z","avatar_url":"https://github.com/reactiverse.png","language":"Java","funding_links":[],"categories":["Build tools","others"],"sub_categories":[],"readme":"= Maven Plugin for Eclipse Vert.x\n\nimage:https://github.com/reactiverse/vertx-maven-plugin/actions/workflows/ci.yml/badge.svg[\"Build Status\",link=\"https://github.com/reactiverse/vertx-maven-plugin/actions/workflows/ci.yml\"]\nimage:https://img.shields.io/maven-central/v/io.reactiverse/vertx-maven-plugin[Maven Central]\n\nhttp://vertx.io[Eclipse Vert.x] is a toolkit to build reactive and distributed systems on the top of the JVM.\n\nThe Vert.x Maven Plugin is a plugin for https://maven.apache.org[Apache Maven] that helps to develop and/or to package Vert.x applications.\n\n== Documentation\n\nhttps://reactiverse.github.io/vertx-maven-plugin/[Plugin Documentation]\n\n== Issues\n\nIf you feel the need to add any feature you can https://github.com/reactiverse/vertx-maven-plugin/issues[open an issue], and we will try to address it as soon as possible.\n\n== Contributing\n\nWe love contributions, if you wish to contribute a patch or feature, please https://github.com/reactiverse/vertx-maven-plugin/issues[open an issue] and send in a PR.\n\n== Releasing\n\nNOTE: The following commands assume you have forked the project and `upstream` is the `reactiverse/vertx-maven-plugin` remote repository.\n\nTo release the project, proceed as follows.\n\nFirst, tag the last commit in `master` branch:\n\n[source,shell]\n----\n# Change this version as needed\nVMP_VERSION=\"2.0.1\"\nmvn versions:set -DgenerateBackupPoms=false -DnewVersion=\"${VMP_VERSION}\"\ngit add pom.xml\ngit commit -m \"Version ${VMP_VERSION}\"\ngit push upstream \u0026\u0026 git push origin\ngit tag -f -a \"v${VMP_VERSION}\" -m \"Version ${VMP_VERSION}\"\ngit push upstream  --tags\n----\n\nClose the corresponding https://github.com/reactiverse/vertx-maven-plugin/milestones[milestone] on GitHub.\n\nThen set the snapshot version again:\n\n[source,shell]\n----\n# Change this version as needed\nVMP_VERSION=\"2.0-SNAPSHOT\"\nmvn versions:set -DgenerateBackupPoms=false -DnewVersion=\"${VMP_VERSION}\"\ngit add pom.xml\ngit commit -m \"Version ${VMP_VERSION}\"\ngit push upstream \u0026\u0026 git push origin\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactiverse%2Fvertx-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactiverse%2Fvertx-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactiverse%2Fvertx-maven-plugin/lists"}