{"id":17871837,"url":"https://github.com/markiewb/create-feature-branch-script-for-maven","last_synced_at":"2026-01-15T22:15:42.607Z","repository":{"id":151027492,"uuid":"117374819","full_name":"markiewb/create-feature-branch-script-for-maven","owner":"markiewb","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-13T20:57:31.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:28:17.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markiewb.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-13T20:11:40.000Z","updated_at":"2018-04-11T18:26:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbefc238-0789-4646-9bff-c3ce228e05ca","html_url":"https://github.com/markiewb/create-feature-branch-script-for-maven","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markiewb/create-feature-branch-script-for-maven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fcreate-feature-branch-script-for-maven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fcreate-feature-branch-script-for-maven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fcreate-feature-branch-script-for-maven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fcreate-feature-branch-script-for-maven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markiewb","download_url":"https://codeload.github.com/markiewb/create-feature-branch-script-for-maven/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2Fcreate-feature-branch-script-for-maven/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-28T10:39:22.231Z","updated_at":"2026-01-15T22:15:42.588Z","avatar_url":"https://github.com/markiewb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"= Feature branch helper script for Maven\n\nThis Maven integrated script helps you with the tedious tasks of creating feature branches.\n\nThe manual execution of tasks like creating a git branch, setting the pom-versions, committing the changed pom.xml can be automated this way. \n \n== Usage\n\nInvoke \n \n   mvn \n   \nThe script will ask you for the name of the feature branch.\n\nIt requires Git and Maven in the PATH.\n\n\n== Usage in Action\n   \n----   \n\u003e mvn\n...\n[INFO] Executing tasks\nmain:\n     [echo] Please enter the issue number and a short description (example: '12345-Shortdesc'):\n     [echo] \n     [echo] This script will\n     [echo]     a) create a branch called feature/JIRA-12345-Shortdesc\n     [echo]     b) set the pom-version to 2.5.0-JIRA-12345-ShortDesc-SNAPSHOT\n     [echo]     c) commit the changes\n\u003e YOUR INPUT \n     [echo] .Create new branch\n     [echo] .Update pom-version\n     [echo] .Add and commit changes\n     [exec] add 'pom.xml'\n     [exec] add 'submodule/pom.xml'\n     [exec] [feature/JIRA-88888-FixTheEncoding 616e435] REVERT ME\n     [exec]  2 files changed, 2 insertions(+), 2 deletions(-)\n     [echo] .Done\n     [echo] =========================================================================\n     [echo] Next steps:\n     [echo] \n     [echo] a) Push your branch to remote via\n     [echo]     git push origin feature/JIRA-88888-FixTheEncoding\n     [echo] b) Trigger the build job \n     [echo]     TODO\n     [echo] =========================================================================\n...\n----   \n\n\n== FAQ\n\n=== Only `mvn`? No arguments at commandline? \n\nYes, it is such simple. A pre-configured `maven-antrun-plugin` configuration is set the default goal. \n\nMore details at https://maven.apache.org/pom.html#BaseBuild_Element \n\n=== How does it work?\n\nSee the https://github.com/markiewb/create-feature-branch-script-for-maven/blob/master/pom.xml#L23[sources]. It is highly adaptable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fcreate-feature-branch-script-for-maven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkiewb%2Fcreate-feature-branch-script-for-maven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fcreate-feature-branch-script-for-maven/lists"}