For acceptance tests on CI environment I need to get the latest SNAPSHOT version of my libs installed in local Maven repository by the other build. As suggested in that thread I tried to use ‘latest.integration’, but it doesn’t work (the latest release version from remote repo is resolved). ‘+’ does not work as well.
How can I simply do that (without a script to search for the latest version and replace a version number in the project configuration to it)?