How to force to check for updates at every startup?
NbPreferences.root().node("/org/netbeans/modules/autoupdate").putLong("lastCheckTime", System.currentTimeMillis() - 1000000000);
See also "The Definitive Guide to the NetBeans Platform 7" book, chapter 25.