{"id":17871818,"url":"https://github.com/markiewb/simplemavenexampleforpmdintegration","last_synced_at":"2025-09-04T01:39:33.407Z","repository":{"id":151027861,"uuid":"97760347","full_name":"markiewb/simpleMavenExampleForPmdIntegration","owner":"markiewb","description":"Lets the build fail if there is a PMD violation","archived":false,"fork":false,"pushed_at":"2017-07-19T21:02:27.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T01:39:33.056Z","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/markiewb.png","metadata":{"files":{"readme":"README.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-19T20:54:05.000Z","updated_at":"2017-07-19T20:59:16.000Z","dependencies_parsed_at":"2023-04-10T15:47:55.412Z","dependency_job_id":null,"html_url":"https://github.com/markiewb/simpleMavenExampleForPmdIntegration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markiewb/simpleMavenExampleForPmdIntegration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2FsimpleMavenExampleForPmdIntegration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2FsimpleMavenExampleForPmdIntegration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2FsimpleMavenExampleForPmdIntegration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2FsimpleMavenExampleForPmdIntegration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markiewb","download_url":"https://codeload.github.com/markiewb/simpleMavenExampleForPmdIntegration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markiewb%2FsimpleMavenExampleForPmdIntegration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539293,"owners_count":25123499,"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-09-03T02:00:09.631Z","response_time":76,"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-10-28T10:39:18.930Z","updated_at":"2025-09-04T01:39:33.387Z","avatar_url":"https://github.com/markiewb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpleMavenExampleForPmdIntegration\nLets the build fail if there is a PMD violation\n\n\n```                                                                     \n------------------------------------------------------------------------\nBuilding mavenproject1 1.0-SNAPSHOT\n------------------------------------------------------------------------\n\n--- maven-clean-plugin:2.4.1:clean (default-clean) @ mavenproject1 ---\nDeleting /Users/markiewb/NetBeansProjects/mavenproject1/target\n\n--- maven-resources-plugin:2.5:resources (default-resources) @ mavenproject1 ---\n[debug] execute contextualize\nUsing 'UTF-8' encoding to copy filtered resources.\nskip non existing resourceDirectory /Users/markiewb/NetBeansProjects/mavenproject1/src/main/resources\n\n--- maven-compiler-plugin:2.3.2:compile (default-compile) @ mavenproject1 ---\nCompiling 1 source file to /Users/markiewb/NetBeansProjects/mavenproject1/target/classes\n\n--- maven-resources-plugin:2.5:testResources (default-testResources) @ mavenproject1 ---\n[debug] execute contextualize\nUsing 'UTF-8' encoding to copy filtered resources.\nskip non existing resourceDirectory /Users/markiewb/NetBeansProjects/mavenproject1/src/test/resources\n\n--- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ mavenproject1 ---\nNo sources to compile\n\n--- maven-surefire-plugin:2.10:test (default-test) @ mavenproject1 ---\nNo tests to run.\nSurefire report directory: /Users/markiewb/NetBeansProjects/mavenproject1/target/surefire-reports\n\n-------------------------------------------------------\n T E S T S\n-------------------------------------------------------\n\nResults :\n\nTests run: 0, Failures: 0, Errors: 0, Skipped: 0\n\n\n--- maven-jar-plugin:2.3.2:jar (default-jar) @ mavenproject1 ---\nBuilding jar: /Users/markiewb/NetBeansProjects/mavenproject1/target/mavenproject1-1.0-SNAPSHOT.jar\n\n\u003e\u003e\u003e maven-pmd-plugin:3.8:check (check pmd and fail) @ mavenproject1 \u003e\u003e\u003e\n\n--- maven-pmd-plugin:3.8:pmd (pmd) @ mavenproject1 ---\nUnable to locate Source XRef to link to - DISABLED\n\n\u003c\u003c\u003c maven-pmd-plugin:3.8:check (check pmd and fail) @ mavenproject1 \u003c\u003c\u003c\n\n--- maven-pmd-plugin:3.8:check (check pmd and fail) @ mavenproject1 ---\n------------------------------------------------------------------------\nBUILD FAILURE\n------------------------------------------------------------------------\nTotal time: 3.560s\nFinished at: Wed Jul 19 22:45:56 CEST 2017\nFinal Memory: 26M/312M\n------------------------------------------------------------------------\nFailed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.8:check (check pmd and fail) on project mavenproject1: \nYou have 1 PMD violation. For more details see: /Users/markiewb/NetBeansProjects/mavenproject1/target/pmd.xml -\u003e [Help 1]\n\nTo see the full stack trace of the errors, re-run Maven with the -e switch.\nRe-run Maven using the -X switch to enable full debug logging.\n\nFor more information about the errors and possible solutions, please read the following articles:\n[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fsimplemavenexampleforpmdintegration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkiewb%2Fsimplemavenexampleforpmdintegration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkiewb%2Fsimplemavenexampleforpmdintegration/lists"}