Jose Badeau
Jose Badeau
Did you try to add ` "nx": { "includedScripts": [] } ` to package json
It seems that setting a constant is no longer possible. What I have done is the following: 1. I created an angular ConfigService 2. I call the ConfigService service during...
Im curious how crystal can help with the maven integration. On another note, we could contribute migrators as we currently maintain them ourselves but would be good to put them...
I like the *TargetName options. would make targets optional and change defaultTask to task
```json { "mavenRootDirectory": ".", "localRepoRelativePath: ".m2/repository", "lintTargetName": "maven-lint", "formatTargetName": "maven-format", "testTargetName": "maven-test", "buildTargetName": "maven-build", "releaseTargetName": "maven-release", "e2eTargetName": "maven-e2e" "targets": [ { "target": "testTargetName", "task": "test" }, { "target": "buildTargetName", "task":...
The point of ci-friendly versions is to pass the version at build time which is passed via maven args e.g. -Drevision=nextVersion. If the m2 artifact path is not recalculated then...
Hey, what about a video call with miguel and I. We would like to show you how our repo looks. Zoom?
Do u have time for a video call?
This is the latest pull request.
Is this possibly the same issue why nx daemon is disabled in ci? Jobs exit before the daemon exits?