Re: Parallelising custom plugin (rust-maven-plugin)

2023-10-20 Thread Adam Cimarosti
//rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > < > https://www.packtpub.com/application-development/java-ee-8-high-performance > > > >

Parallelising custom plugin (rust-maven-plugin)

2023-10-20 Thread Adam Cimarosti
Hello, I am the author of the rust-maven-plugin ( https://github.com/questdb/rust-maven-plugin/). We use this plugin ourselves at QuestDB and in CI `mvn compile` takes around 8 minutes. It appears that the Java and Rust builds happen serially. Is there a way to parallelise things so our plugin