after a snapshot
1.0.8-SNAPSHOT
is promoted to a release
1.0.8
the snapshot will stop auto-build;
instead, auto-build will continue in the next snapshot:
1.0.9-SNAPSHOT
nevertheless, old snapshot:
1.0.8-SNAPSHOT
will continue to be available;
Actually i can’t setup my own nexus, it’s on a pretty big project and the nexus and repository are managed by a different team. I can give them repostories URL. Is there a way to get latest jar from github by nexus?
In order to always have the newest version, you can monitor the “version” file (located in docking-frames-core). It is updated every time I release a new version. I create the JAR files with some old ANT scripts that are also checked in (you could also make your own scripts - docking-frames has no dependencies other then the JDK).
I built the last version and gave the files to the team that manages our nexus. There is no plan to make the update automatically so i’ll sometimes check for newest version.