{"id":31770140,"url":"https://github.com/jfrog/artifactory-user-plugins-devenv","last_synced_at":"2025-10-10T02:57:18.063Z","repository":{"id":30802390,"uuid":"34359484","full_name":"jfrog/artifactory-user-plugins-devenv","owner":"jfrog","description":"Development Environment for writting Artifactory User Plugins","archived":false,"fork":false,"pushed_at":"2021-05-14T11:32:38.000Z","size":135,"stargazers_count":13,"open_issues_count":3,"forks_count":16,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-04-14T21:23:49.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jfrog.png","metadata":{"files":{"readme":"README-EclipseMaven.md","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":"2015-04-22T00:29:26.000Z","updated_at":"2024-03-13T01:36:27.000Z","dependencies_parsed_at":"2022-08-29T06:10:48.225Z","dependency_job_id":null,"html_url":"https://github.com/jfrog/artifactory-user-plugins-devenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jfrog/artifactory-user-plugins-devenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fartifactory-user-plugins-devenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fartifactory-user-plugins-devenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fartifactory-user-plugins-devenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fartifactory-user-plugins-devenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfrog","download_url":"https://codeload.github.com/jfrog/artifactory-user-plugins-devenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfrog%2Fartifactory-user-plugins-devenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002512,"owners_count":26083403,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-10T02:57:10.240Z","updated_at":"2025-10-10T02:57:18.054Z","avatar_url":"https://github.com/jfrog.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Howto develop User plugin with Eclipse and Maven\n=================================================\n\n**Preamble**: If you are working on Linux or Mac OS X platforms (with gradle), please prefer the [recommended solution](README.md). This howto is only a degraded solution for Windows platforms and/or Eclipse + Maven fans.\n\nThis howto provides the way to develop users plugins on Eclipse with Maven, with features: \n- Dynamic copy of groovy file (current developed user plugin) when it is saved.\n- Eclipse project configuration for Groovy unit test execution\n\n### Artifactory installation\n\nInstall Artifactory Pro and start it with dev mode:\n1. Download (last) version of Artifactory Pro on [Bintray](https://dl.bintray.com/jfrog/artifactory-pro/org/artifactory/pro/jfrog-artifactory-pro/)\n2. Add `${ARTIFACTORY_HOME}/etc/artifactory.lic` file with correct licence.\n3. Set the tomcat port to **8088** in `${ARTIFACTORY_HOME}/tomcat/conf/server.xml` file (most common port used in unit tests)\n3. Enable the users plugins reloadling in `${ARTIFACTORY_HOME}/etc/artifactory.system.properties`:\n\n    artifactory.plugin.scripts.refreshIntervalSecs=5\n\n### Eclipse installation\n\nInstall [Groovy-Eclipse Feature](https://github.com/groovy/groovy-eclipse/wiki) in a recent Eclipse version (containing m2e plugin).\n\n### Project configuration\n\nClone [artifactory-user-plugins](https://github.com/JFrogDev/artifactory-user-plugins) project, import it, and:\n1. Update into `pom.xml` file the properties `user.plugin.dev` (mandatory) / `artifactory.home.location` / `version.artifactory`\n2. Configure **Groovy Nature** and **Maven Nature** on project\n3. Execute m2e plugin (ALT+F5)\n\n### Checks \u0026 execution\n\nVerify that:\n- *JRE System Library* / *Maven Dependencies* / *Groovy Libraries* are linked to your project\n- The user plugin you develop is linked as build sources on project\n- `artifactory-user-plugins/target/test-classes` contains groovy compiled class\n- Current user plugin files (*.groovy* and *.properties*) are in `${ARTIFACTORY_HOME}/etc/plugins` directory\n\nYou can now modify the user plugin code and execute the Groovy unit test class with **Eclipse JUnit runner** (and enjoy).\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Fartifactory-user-plugins-devenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfrog%2Fartifactory-user-plugins-devenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfrog%2Fartifactory-user-plugins-devenv/lists"}