nxrocks icon indicating copy to clipboard operation
nxrocks copied to clipboard

[Feature] [nx-spring-boot] Auto-install libraries when running build or serve commands on the dependent application

Open tinesoft opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

When creating a Spring boot application and a library within the workspace, the library is not locally installed prior to running commands on the dependent app. This causes an error because of the dependency (library) not being found locally.

Describe the idea you'd like

We could leverage the dependency graph and Nx's task graph to auto-install dependencies(libraries) (via mvn install or gradle build)

Describe alternatives you've considered

Additional context

tinesoft avatar Jun 02 '21 14:06 tinesoft