{"id":20057660,"url":"https://github.com/todesking/sbt-conflict-classes","last_synced_at":"2025-10-25T06:01:54.334Z","repository":{"id":18917634,"uuid":"22136534","full_name":"todesking/sbt-conflict-classes","owner":"todesking","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-18T03:06:19.000Z","size":17,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-05T14:42:37.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todesking.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2014-07-23T07:35:12.000Z","updated_at":"2019-02-19T09:02:50.000Z","dependencies_parsed_at":"2022-09-09T09:31:07.401Z","dependency_job_id":null,"html_url":"https://github.com/todesking/sbt-conflict-classes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/todesking/sbt-conflict-classes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-conflict-classes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-conflict-classes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-conflict-classes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-conflict-classes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/sbt-conflict-classes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fsbt-conflict-classes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272936442,"owners_count":25018165,"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-08-31T02:00:09.071Z","response_time":79,"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":"2024-11-13T12:59:50.261Z","updated_at":"2025-10-25T06:01:54.278Z","avatar_url":"https://github.com/todesking.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbt-conflict-classes: List conflict classes in classpath  [![Build Status](https://secure.travis-ci.org/todesking/sbt-conflict-classes.png?branch=master)](http://travis-ci.org/todesking/sbt-conflict-classes)\n\n\n## Usage\n\n```scala\n// project/plugins.sbt\n\nresolvers += \"com.todesking\" at \"http://todesking.github.io/mvn/\"\n\naddSbtPlugin(\"com.todesking\" %% \"sbt-conflict-classes\" % \"0.0.2\")\n```\n\n```scala\n// build.sbt\n\n// Exclude from conflict detection(match with startsWith)(Optional)\nconflictClassExcludes ++= Seq(\n  \"com/todesking/example/DuplicateClass.class\",\n  \"com/todesking/example/dups/\"\n)\n```\n\n```\n$ sbt compile:conflict-classes # show compile-time conflicts\n$ sbt test:conflict-classes    # show test-time conflicts\n$ sbt runtime:conflict-classes # show runtime conflicts\n```\n\n## Example output\n\n```\n$ cd example\n$ sbt conflict-classes\n...\n[info] Listing conflict classes:\n[info] Found conflict classes in:\n[info]     xxx/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar\n[info]     xxx/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar\n[info]   with classes:\n[info]     org/apache/commons/collections/ArrayStack.class\n[info]     org/apache/commons/collections/Buffer.class\n[info]     org/apache/commons/collections/BufferUnderflowException.class\n[info]     org/apache/commons/collections/FastHashMap$1.class\n[info]     org/apache/commons/collections/FastHashMap$CollectionView$CollectionViewIterator.class\n[info]     org/apache/commons/collections/FastHashMap$CollectionView.class\n[info]     org/apache/commons/collections/FastHashMap$EntrySet.class\n[info]     org/apache/commons/collections/FastHashMap$KeySet.class\n[info]     org/apache/commons/collections/FastHashMap$Values.class\n[info]     org/apache/commons/collections/FastHashMap.class\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fsbt-conflict-classes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fsbt-conflict-classes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fsbt-conflict-classes/lists"}