{"id":21206497,"url":"https://github.com/fluentci-io/maven-plugin","last_synced_at":"2026-05-13T07:43:17.795Z","repository":{"id":235377329,"uuid":"789106599","full_name":"fluentci-io/maven-plugin","owner":"fluentci-io","description":"Set up your CI/CD Pipeline with a specific version of maven","archived":false,"fork":false,"pushed_at":"2024-07-25T19:21:02.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:35:35.010Z","etag":null,"topics":["continuous-delivery","continuous-integration","java","plugin","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fluentci-io.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-19T17:59:10.000Z","updated_at":"2024-07-25T19:21:05.000Z","dependencies_parsed_at":"2024-04-23T07:34:38.064Z","dependency_job_id":"465cfc00-f9e5-4935-91fd-db4fd8db5364","html_url":"https://github.com/fluentci-io/maven-plugin","commit_stats":null,"previous_names":["fluentci-io/maven-plugin"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fmaven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fmaven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fmaven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fmaven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/maven-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658276,"owners_count":20326467,"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":["continuous-delivery","continuous-integration","java","plugin","wasm","webassembly"],"created_at":"2024-11-20T20:55:54.086Z","updated_at":"2026-05-13T07:43:12.769Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Maven Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/maven)](https://pkg.fluentci.io/maven)\n[![ci](https://github.com/fluentci-io/maven-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/maven-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [maven](https://maven.apache.org/).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm maven setup\n```\n\n## Functions\n\n| Name   | Description                                |\n| ------ | ------------------------------------------ |\n| setup  | Installs a specific version of maven.      |\n| validate |  validate the project is correct and all necessary information is available |\n| compile | compile the source code of the project |\n| test | test the compiled source code using a suitable unit testing framework |\n| package | take the compiled code and package it in its distributable format, such as a JAR. |\n| integration-test | process and deploy the package if necessary into an environment where integration tests can be run |\n| verify | run any checks to verify the package is valid and meets quality criteria |\n| install | install the package into the local repository, for use as a dependency in other projects locally |\n| deploy | done in the build environment, copies the final package to the remote repository for sharing with other developers and projects. |\n| clean | cleans up artifacts created by prior builds |\n| site  | generates site documentation for the project |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.1.9\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/maven@v0.1.0?wasm=1\", \"setup\", vec![\"latest\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: maven\n    args: |\n      setup\n- name: Show maven version\n  run: |\n    type mvn\n    mvn --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fmaven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fmaven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fmaven-plugin/lists"}