{"id":14987916,"url":"https://github.com/apache/plc4x-build-tools","last_synced_at":"2025-10-19T12:30:21.221Z","repository":{"id":37755788,"uuid":"193533462","full_name":"apache/plc4x-build-tools","owner":"apache","description":"Apache plc4x Build Tools","archived":false,"fork":false,"pushed_at":"2024-09-16T06:58:39.000Z","size":19002,"stargazers_count":15,"open_issues_count":5,"forks_count":16,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2024-10-01T01:06:47.634Z","etag":null,"topics":["java"],"latest_commit_sha":null,"homepage":"https://plc4x.apache.org/","language":"Java","has_issues":false,"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/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-24T15:40:22.000Z","updated_at":"2024-09-16T06:58:43.000Z","dependencies_parsed_at":"2024-02-14T22:28:12.381Z","dependency_job_id":"1bb4a5a4-d69c-4c99-83ef-1ea48dd2380f","html_url":"https://github.com/apache/plc4x-build-tools","commit_stats":{"total_commits":341,"total_committers":13,"mean_commits":26.23076923076923,"dds":0.5865102639296187,"last_synced_commit":"6f24b1d4ff189d15b533968eee64ee7e4a570023"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fplc4x-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fplc4x-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fplc4x-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fplc4x-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/plc4x-build-tools/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869248,"owners_count":16555572,"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":["java"],"created_at":"2024-09-24T14:15:42.050Z","updated_at":"2025-10-19T12:30:21.216Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  Licensed to the Apache Software Foundation (ASF) under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ASF licenses this file\n  to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n      https://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n  --\u003e\n[![Maven central](https://img.shields.io/maven-central/v/org.apache.plc4x.plugins/plc4x-maven-plugin.svg)](https://img.shields.io/maven-central/v/org.apache.plc4x.plugins/plc4x-maven-plugin.svg)\n[![License](https://img.shields.io/github/license/apache/plc4x.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Last commit](https://img.shields.io/github/last-commit/apache/plc4x-build-tools.svg)]()\n[![Platform compatibility](https://img.shields.io/github/workflow/status/apache/plc4x-build-tools/Platform%20compatibility?label=Platform%20compatibility)](https://github.com/apache/plc4x-build-tools/actions/workflows/ensure-platforms.yml)\n[![Twitter](https://img.shields.io/twitter/follow/ApachePLC4X.svg?label=Follow\u0026style=social)](https://twitter.com/ApachePLC4X)\n\nApache PLC4X Build-Tools\n========================\n\nApache PLC4X Build-Tools is a subproject of the Apache PLC4X project and contains\nall the tools needed to build the main project.\n\nCurrently, the only tools it contains is a maven plugin used to generate drivers and\na new maven-site-plugin site theme.\n\nIt currently doesn't contain any actual code-generation modules, but just the plugin\nand the API required to load and use code-generation modules.\n\nThe actual code-generation modules are located inside the main project.\n\nEnvironment\n-----------\n\nCurrently, the project is configured to require the following software:\n\n1) Java \u003e=21 JDK: For running Maven in general as well as compiling the Java and Scala\nmodules JAVA_HOME configured to point to that.\n\n\nGetting Started\n---------------\n\nNormally you wouldn't be required to build this module as the artifacts it produces\nwill be made available via one of the maven repositories. However if you want to improve\nor fix the existing tools, you will have to build your version locally.\n\nYou must have Java \u003e=9 installed on your system and connectivity to Maven Central\n(for downloading external third party dependencies). Maven will be automatically\ndownloaded and installed by the maven wrapper `mvnw`.\n\nBuild PLC4X Java jars and install them in your local maven repository\n\n`$ ./mvnw install`\n\nThis should make the build-tools available to the main projects build.\nIn order to use your locally built version of the build-tools you should\nupdate the property: `plc4x-code-generation.version` in the PLC4X main pom.xml.\n\n\n\nLicensing\n---------\n\nApache PLC4X is released under the Apache License Version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fplc4x-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fplc4x-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fplc4x-build-tools/lists"}