Fabian Köntopp

Results 17 comments of Fabian Köntopp

Would also like to see this feature merged in

` nx report` ``` Node : 16.15.0 OS : darwin-x64 npm : 8.10.0 nx (global) : 17.1.2 nx : 17.1.2 @nx/js : 17.1.2 @nx/workspace : 17.1.2 @nx/devkit : 17.1.2 @nrwl/tao...

No, they are not connected, like in you example, so my configuration seems to be wrong. Can you show me your `nx.json` files or do you have that example uploaded?

My `project.json` looks the same. I will create an example project from scratch, maybe it's because of the Maven CI Friendly approach.

I think I found the problem. The `pom.xml` from my app looks like this now (create a new project from scratch compared to the first post): ``` 4.0.0 com.example example-app-parent...

Yes, here it is https://github.com/ToppScorer/test-monorepo With that setup, running `nx run example-app:install --skip-nx-cache` will not build the example-lib (and also not the example-lib-parent, but that's maybe a different problem). By...

I found another problem, which is maybe related. If you don't specify the `groupId` in one of the `pom.xml` because it's inherited from the parent, there are also problems resolving...

> You didn't create the app and library projects right The example repo has a perfectly valid Maven setup. The only real difference I can see compared to your second...

I'm not sure if it's related, but when I change the `spring-boot-starter-parent` version in the `example-lib-parent`, e.g. from 3.1.5 to 3.1.6, and all libs and apps were built and cached...

Could it be, that the dependency graph is wrong: I would have expected, that the parents are dependencies of their childs and not the other way around, which in this...