{"id":13565298,"url":"https://github.com/basepom/duplicate-finder-maven-plugin","last_synced_at":"2025-10-04T07:53:23.081Z","repository":{"id":23937442,"uuid":"27318779","full_name":"basepom/duplicate-finder-maven-plugin","owner":"basepom","description":"Maven plugin to find duplicate classes or resources","archived":false,"fork":false,"pushed_at":"2024-09-14T22:45:18.000Z","size":777,"stargazers_count":188,"open_issues_count":10,"forks_count":30,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-07-22T11:14:58.302Z","etag":null,"topics":["basepom","java","maven","maven-plugin"],"latest_commit_sha":null,"homepage":"https://basepom.github.io/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ning/maven-duplicate-finder-plugin","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basepom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2014-11-29T23:48:25.000Z","updated_at":"2025-07-10T14:32:45.000Z","dependencies_parsed_at":"2024-01-14T03:51:41.770Z","dependency_job_id":"38ff2692-4bbf-46b2-937f-fcde2f48d6e1","html_url":"https://github.com/basepom/duplicate-finder-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/basepom/duplicate-finder-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basepom%2Fduplicate-finder-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basepom%2Fduplicate-finder-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basepom%2Fduplicate-finder-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basepom%2Fduplicate-finder-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basepom","download_url":"https://codeload.github.com/basepom/duplicate-finder-maven-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basepom%2Fduplicate-finder-maven-plugin/sbom","scorecard":{"id":226643,"data":{"date":"2025-08-11","repo":{"name":"github.com/basepom/duplicate-finder-maven-plugin","commit":"50e9741e0bfd264b9cc2a34a80ecea29eebecb25"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/master-cd.yml:1","Warn: no topLevel permission defined: .github/workflows/style.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/master-cd.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/master-cd.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/master-cd.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/master-cd.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/master-cd.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/master-cd.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/master-cd.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/master-cd.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/style.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/basepom/duplicate-finder-maven-plugin/style.yml/main?enable=pin","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-j288-q9x7-2f5v"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T03:56:17.650Z","repository_id":23937442,"created_at":"2025-08-17T03:56:17.650Z","updated_at":"2025-08-17T03:56:17.650Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283455,"owners_count":25961311,"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-04T02:00:05.491Z","response_time":63,"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":["basepom","java","maven","maven-plugin"],"created_at":"2024-08-01T13:01:44.080Z","updated_at":"2025-10-04T07:53:23.063Z","avatar_url":"https://github.com/basepom.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"[![Build Status](https://github.com/basepom/duplicate-finder-maven-plugin/workflows/ci/badge.svg)](https://github.com/basepom/duplicate-finder-maven-plugin/actions?query=workflow%3Aci)[![Latest Release](https://maven-badges.herokuapp.com/maven-central/org.basepom.maven/duplicate-finder-maven-plugin/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.basepom.maven%22%20AND%20a%3A%22duplicate-finder-maven-plugin%22)\n\n\n# duplicate-finder Maven plugin\n\nA maven plugin to find and flag duplicate classes and resources on the java classpath.\n\nThis ensures stability and reproducability of a maven build and will flag possible problems or conflicts with dependencies in a project.\n\n## About\n\nThis plugin is a friendly fork (same main authors) of the [Ning maven-duplicate-finder plugin](https://github.com/ning/maven-duplicate-finder-plugin). It is configuration compatible to the ning plugin; the only change required is the group and artifact id of the plugin itself.\n\n## Requirements\n\nThe plugins requires Apache Maven 3.x.x.\n\nStarting with release 1.2.0, Java 7 or better is required.\n\nStarting with release 1.3.0, Java 8 or better is required.\n\nStarting with release 1.5.0, Java 8 or better is required to run the plugin and Java 9 or better (Java 11 strongly recommended) is required to build the plugin.\n\n## Goals\n\nThe plugin has two goals:\n\n* `duplicate-finder:check` - the main goal of the plugin. Runs duplicate check on the maven classpaths.\n* `duplicate-finder:help` - displays standard maven plugin help information.\n\n## Documentation\n\nUp-to-date documentation is available from the [documentation site](https://basepom.github.io/duplicate-finder-maven-plugin/development/).\n\n## Release Notes\n\nSee the [Changelog](CHANGES.md).\n\n## Authors\n\n* Thomas Dudziak (@tomdz)\n* Henning Schmiedehausen (@hgschmie)\n\n## Contributors\n\n* Andrew Gaul (@andrewgaul)\n* Davy De Waele (@ddewaele)\n* Conny Kreyßel (@kreyssel)\n* Matt Stephenson (@mattstep)\n* Mickaël Tricot (@mickaeltr)\n* Steven Schlansker (@stevenschlansker)\n* Tim Williamson (@twilliamson)\n* @camshoff\n* @jakub-bochenski\n* Michael Bellomo (@mbellomo)\n* Frank Jakop (fjakop)\n* Brian Clozel (@bclozel)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasepom%2Fduplicate-finder-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasepom%2Fduplicate-finder-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasepom%2Fduplicate-finder-maven-plugin/lists"}