{"id":19207780,"url":"https://github.com/codota/codota-maven-plugin","last_synced_at":"2025-05-12T18:48:38.233Z","repository":{"id":57718394,"uuid":"42866423","full_name":"codota/codota-maven-plugin","owner":"codota","description":"Maven plugin for indexing java/scala code in Codota","archived":false,"fork":false,"pushed_at":"2018-10-30T11:50:20.000Z","size":35,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-20T15:44:29.173Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codota.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":"2015-09-21T12:59:06.000Z","updated_at":"2024-04-22T16:11:48.000Z","dependencies_parsed_at":"2022-09-14T22:52:05.303Z","dependency_job_id":null,"html_url":"https://github.com/codota/codota-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codota%2Fcodota-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codota%2Fcodota-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codota%2Fcodota-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codota%2Fcodota-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codota","download_url":"https://codeload.github.com/codota/codota-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253803302,"owners_count":21966901,"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","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-09T13:22:40.575Z","updated_at":"2025-05-12T18:48:37.512Z","avatar_url":"https://github.com/codota.png","language":"Java","readme":"# Codota maven plugin\nMaven plugin for [indexing java/scala code in Codota](https://www.codota.com/index-your-repo)\n\nYou can easily send your Java code for indexing by adding this simple maven plugin which collects your artifacts and uploads them to your secure private Codota account.\n\n### Uploading your artifacts for analysis\nTo submit your code follow these simple steps:\n* [Create your private account at Codota](https://www.codota.com/submit-repo/maven)\n* Build your project including sources and send to Codota for indexing by running the following command in your project directory\n    \n    ```\n    mvn clean source:jar source:test-jar jar:test-jar package com.codota:codota-uploader:1.1.0:upload -Dcodota.token={your_token_here} -Dcodota.endpoint=https://upload.codota.com/artifacts -DskipAssembly -DskipTests -Dmaven.javadoc.skip=true -Dgpg.skip\n    ```\n    Also, you have the following optional parameter:\n    ```\n   -Dcodota.projectPrefix={prefix}\n    ```\n    Make sure to use the secure token you receive from Codota. Please make sure to keep your token private and secure.\n    Indexing usually takes less than an hour - you'll get an email once it's ready\n\n* To permanently add upload to Codota in your build, paste the following in your pom.xml under \u003cbuild\u003e\u003cplugins\u003e - make sure to use the secure token you receive from Codota. Please make sure to keep your token private and secure.\n    ```\n    \u003cplugin\u003e    \n         \u003cgroupId\u003ecom.codota\u003c/groupId\u003e\n         \u003cartifactId\u003euploader\u003c/artifactId\u003e\n         \u003cversion\u003e1.1.0\u003c/version\u003e\n         \u003cconfiguration\u003e\n             \u003cendpoint\u003ehttps://upload.codota.com/artifacts\u003c/endpoint\u003e\n             \u003ctoken\u003e----------- *put your secure token here* -----------\u003c/token\u003e       \n         \u003c/configuration\u003e      \n         \u003cexecutions\u003e      \n             \u003cexecution\u003e       \n                 \u003cid\u003ecodota-upload\u003c/id\u003e        \n                 \u003cphase\u003epackage\u003c/phase\u003e        \n                 \u003c!-- bind to the packaging phase --\u003e      \n                 \u003cgoals\u003e       \n                     \u003cgoal\u003eupload\u003c/goal\u003e       \n                 \u003c/goals\u003e      \n             \u003c/execution\u003e      \n         \u003c/executions\u003e     \n     \u003c/plugin\u003e\n     ```\n\n    Build your project including sources and send to Codota for indexing by running the following command in your project directory\n\n    ```\n    mvn clean source:jar source:test-jar jar:test-jar package -DskipAssembly -DskipTests\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodota%2Fcodota-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodota%2Fcodota-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodota%2Fcodota-maven-plugin/lists"}