Re: Problem testing the checkstyle release

2015-10-18 Thread Michael Osipov
Am 2015-10-16 um 15:01 schrieb Benson Margulies: Maven-plugins 28 is released, of course; what's up? It worked for me, but not for one of my co-workers. Benson, where you actually able to resolve your problem? From my point of view this should not hinder the plugin release. Michael

Re: Problem testing the checkstyle release

2015-10-18 Thread Benson Margulies
I never suggested that it should hinder the release. I was able to test it myself, it's my co-worker who couldn't join in. You do have a +1 from me, I look forward to the announcement. On Sun, Oct 18, 2015 at 8:18 AM, Michael Osipov wrote: > Am 2015-10-16 um 15:01 schrieb

Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
Maven-plugins 28 is released, of course; what's up? It worked for me, but not for one of my co-workers. $ mvn clean install [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Parent for Text Analytics Maven

Re: Problem testing the checkstyle release

2015-10-16 Thread Anders Hammar
No, you don't. Maybe there is some cached metadata incorrect or the metadata at apache. Could you try adding the -U switch? Also, I only have the staging repo in my settings as a profile and I only activate it explicitly when testing staged stuff. /Anders (mobile) Den 16 okt 2015 15:35 skrev

Re: Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
Anders, I added a pluginRepository for the stage to my settings.xml. As far as I know, adds, it doesn't replace. So why isn't it searching for the parent in the usual way in the other repositories? Or do I have to manually put central in as a pluginRepository if I'm just trying to add one?

Re: Problem testing the checkstyle release

2015-10-16 Thread Anders Hammar
It looks like a specific staging repo is accessed (look at the URL in the end). As the parent has been released it is no longer available there. /Anders (mobile) Den 16 okt 2015 15:01 skrev "Benson Margulies" : > Maven-plugins 28 is released, of course; what's up? It

Re: Problem testing the checkstyle release

2015-10-16 Thread Benson Margulies
On Fri, Oct 16, 2015 at 9:38 AM, Anders Hammar wrote: > No, you don't. Maybe there is some cached metadata incorrect or the > metadata at apache. > Could you try adding the -U switch? > > Also, I only have the staging repo in my settings as a profile and I only > activate it