{"id":36702439,"url":"https://github.com/walkmod/walkmod-maven-plugin","last_synced_at":"2026-01-12T11:39:31.947Z","repository":{"id":17988876,"uuid":"20996446","full_name":"walkmod/walkmod-maven-plugin","owner":"walkmod","description":"Walkmod plugin to resolve the classpath of a maven project before executing a code transformation","archived":false,"fork":false,"pushed_at":"2017-03-03T10:08:51.000Z","size":85,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-28T17:34:04.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/walkmod.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}},"created_at":"2014-06-19T10:22:58.000Z","updated_at":"2017-03-03T10:08:53.000Z","dependencies_parsed_at":"2022-09-06T23:31:18.327Z","dependency_job_id":null,"html_url":"https://github.com/walkmod/walkmod-maven-plugin","commit_stats":null,"previous_names":["rpau/walkmod-maven-plugin"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/walkmod/walkmod-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkmod","download_url":"https://codeload.github.com/walkmod/walkmod-maven-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-maven-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2026-01-12T11:39:31.888Z","updated_at":"2026-01-12T11:39:31.942Z","avatar_url":"https://github.com/walkmod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"walkmod-maven-plugin\n====================\n\nimage:https://badges.gitter.im/Join%20Chat.svg[link=\"https://gitter.im/rpau/walkmod-maven-plugin?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\"]\n\nimage:https://travis-ci.org/rpau/walkmod-maven-plugin.svg[\"Build Status\", link=\"https://travis-ci.org/rpau/walkmod-maven-plugin\"]\n\nimage:https://ci.appveyor.com/api/projects/status/4oq9j48jln2j2atu?svg=true[\"Build Windows Status, link=\"https://ci.appveyor.com/project/rpau/walkmod-maven-plugin\"]\n\nWalkmod plugin to resolve the classpath of a maven project before executing a code transformation. It builds the project and resolve all its dependencies. No matter if it is a  maven module project or the classic maven project. In case of being a maven\nmodule, this plugin compiles and resolve the dependencies with the other modules of the same project.\n\n\n== Usage \n\nImportant, to run this plugin, you need to work with JRE 7 or higher. \n\nSpecifically, this plugin makes available the classpath of maven project for the code transformations when you run walkmod. In order to access to the project classpath (the `java.lang.ClassLoader` element) from your code transformation, you just need to add\nthe setter operation for the class loader.\n\n```java\n    public class MyVisitor extends VisitorSupport {\n\n    private ClassLoader classLoader;\n\n    public void setClassLoader(ClassLoader classLoader) {\n        this.classLoader = classLoader;\n    }\n\t\n    public void visit(MethodCallExpr md, VisitorContext vc){\n        ...\n    }\n```\n\nIn order to use this plugin from a project where you would like to run walkmod, you just need the following configuration provider in your walkmod.xml:\n\n```XML\n\u003c!DOCTYPE walkmod PUBLIC \"-//WALKMOD//DTD\" \"http://www.walkmod.com/dtd/walkmod-1.1.dtd\"\u003e\n\u003cwalkmod\u003e\n    \u003cconf-providers\u003e\n        \u003cconf-provider type=\"maven\"/\u003e\n    \u003c/conf-providers\u003e\n\u003c/walkmod\u003e\n```\n\n== Contributing\n\nIf you want to hack on this, fork it, improve it and send me a pull request.\n\nTo get started using it, just clone it and call mvn install. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkmod%2Fwalkmod-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-maven-plugin/lists"}