Hi
I am working in an envrionment where I consume different jars from other teams. Each teams works automnomsly and publishes new Snapshots of jars continously as soon something ha been checked in to there trunk. Since we configured our Maven Repository in a way that only ONE snapshot is stored I have problems to download the sources. This is because the exact version e.g. XXX-SNAPSHOT201408221000.jar is not available anymore. Instead there exists a XXX-SNAPSHOT201408221012.jar. Mostly the changes other teams made are small and for me it would be okay, to download sources of the newer Snapshot. The risk to download sources which are not in sync with the used binary is for acceptable.
How to I achieve this with Intelli?