Maven plugin syncing with intelij auto build?
Answered
hi..
i'm looking for a way to have template file (whether be it java source , mafinest.mf or even property files) to be synched automatically from with pom's version by invoking it either by maven build AS WELL as interlij's auto compile
the main idea here is we have code the relies on application version number, and i'd like to have this code updated automatically from pom version numbers
there are several options like resources plugin obviously but those only work during a build, i want something that will always work and have it synched from our poms, even by just doing compile from save)
Please sign in to leave a comment.
This would probably require a special plug-in for IntelliJ IDEA as there is not functionality to support it out of the box.