java - How to just build poms that contain changed files in Maven? -


I have a super palm in which many of the modules are PEMS. Super Pom Build takes about 5 minutes at present, whenever I want to test my changes, even then I rebuild the top level, although these changes can occur within one or just a few sub modules, and rarely it takes time to complete 20% of all posts. is disabled.

Mayen be ascertained what are the changes in the changes and there is no way to rebuild those palms (already) a lot of time? I was thinking that all source files can be completed by comparing the time stamps, which are being produced with those jars that they go and find out the changes defined as those source files whose time in which their jars There is more stamp than that, then simply build those palm after the build sequence based on dependency.

This seems more like a task for CI systems like Jenkins, in Jenkins for each sub-project Give different jobs and only when code for them changes for their construction. They publish each of their dependencies in the SNAPSHOT repository and then you can create dependencies etc.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -