Khalil LAGRIDA

Results 30 issues of Khalil LAGRIDA

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Allow `CreateNodes` to be called just one time without file pattern. ## Motivation I found better...

type: feature
scope: plugins

Hi, Thanks for this plugin. I'm creating an executor to release a maven project based on semver. The postTargets is great for that but I found myself copying attribute from...

I think of adding `targets` to plugin option so if `build` and `test` not present in the `project.json` or the `project.json` is not present. This will be added automatically: ```...

Hi, The dev is finish for both plugins nx-maven and nx-gradle. I am working now to make the plugins stables and provide improvement. The plugins will not contains linters because...

To lint a project, we can use run-task from nx-maven. Based on : https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html

Hello, The parallel Build fails randomly for Maven plugin. Here a solution to be tested for this issue: https://source.coveo.com/2023/02/28/accelerate-mvn-builds-ci/