Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread Pono Takamori
That link doesn't 404 for me but also maven.org is run by Sonatype so queries about that service should go to them. On Tue, May 9, 2017 at 10:42 AM, James Carman wrote: > Maybe you guys can help with something. For some folks, this URL: > >

Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread James Carman
Maybe you guys can help with something. For some folks, this URL: http://central.maven.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/maven-bundle-plugin-3.3.0.jar comes back with a 404, meaning they can't use the 3.3.0 version of the plugin with Maven. Did we perhaps have a messed up

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread James Carman
Right, it doesn't 404 for everyone. So, we don't think there's anything wrong with how we have pushed this file over to Maven central? Is there any way to re-sync the file? Thanks, James On Tue, May 9, 2017 at 12:03 PM Pono Takamori wrote: > That link doesn't 404 for me but

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread Karl Heinz Marbaise
Hi, I just tested it from here (germany) : http://central.maven.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/maven-bundle-plugin-3.3.0.jar it starts downloading the jar file ... Kind regards Karl Heinz Marbaise On 09/05/17 18:17, James Carman wrote: Right, it doesn't 404 for

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread Andreas Lehmkuehler
Am 09.05.2017 um 21:01 schrieb Brian Fox: Could be an endpoint problem. I'll find out and get the cache kicked. We are experencing the same problem with our PDFBox travis build while the jenkins build works fine using the very same configuration. Here are just to failing builds:

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread Brian Fox
Could be an endpoint problem. I'll find out and get the cache kicked. --Brian (mobile) > On May 9, 2017, at 1:15 PM, Karl Heinz Marbaise wrote: > > Hi, > > I just tested it from here (germany) : > >

Which osgi core dependency to use in maven projects

2017-05-09 Thread Roy Teeuwen
Hey all, I was wondering how you can know what version you can use as dependency in your maven project when using felix. For example my current project has as system bundle org.apache.felix.framework version 4.6.1. How can I know then what artifact version I can use for org.osgi.core then? I

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread James Carman
I'll give it a whirl when I get back home. It's "Dad's Taxi" time. Thanks, Brian! On Tue, May 9, 2017 at 5:20 PM Brian Fox wrote: > This should be fixed now > > --Brian (mobile) > > > > On May 9, 2017, at 3:01 PM, Brian Fox wrote: > > > > Could be an

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread Brian Fox
This should be fixed now --Brian (mobile) > On May 9, 2017, at 3:01 PM, Brian Fox wrote: > > Could be an endpoint problem. I'll find out and get the cache kicked. > > --Brian (mobile) > > >> On May 9, 2017, at 1:15 PM, Karl Heinz Marbaise wrote: >>

Re: Missing maven-bundle-plugin Jar file in Maven Central...

2017-05-09 Thread James Carman
Looks like it is working now. Thanks again, Brian! On Tue, May 9, 2017 at 5:28 PM James Carman wrote: > I'll give it a whirl when I get back home. It's "Dad's Taxi" time. Thanks, > Brian! > On Tue, May 9, 2017 at 5:20 PM Brian Fox wrote: > >>

Re: Version 3.3.0 Missing from Central Repository!

2017-05-09 Thread James Carman
Give it a try now. Many thanks to Brian Fox for helping us out and fixing the issue! On Tue, May 9, 2017 at 10:59 AM Pat Colangelo wrote: > Hi, > > > > I have found that version 3.3.0 of the maven-bundle-plugin is missing from > maven central. I am only able to

Re: Version 3.3.0 Missing from Central Repository!

2017-05-09 Thread James Carman
Yep, I brought this up on 4/21 and someone else brought it up before me. Perhaps we should file a JIRA with the infrastructure folks to see if they can help us get things back in order? On Tue, May 9, 2017 at 10:59 AM Pat Colangelo wrote: > Hi, > > > > I have found

Re: Version 3.3.0 Missing from Central Repository!

2017-05-09 Thread Carsten Ziegeler
Hi, that link works for me. And http://central.maven.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/ works as well Are you that you're not behind a proxy or something? Regards Carsten Pat Colangelo wrote > Hi, > > > > I have found that version 3.3.0 of the maven-bundle-plugin is

Re: Version 3.3.0 Missing from Central Repository!

2017-05-09 Thread James Carman
jcarman-mbp-2:~ jcarman$ wget http://central.maven.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/maven-bundle-plugin-3.3.0.jar --2017-05-09 11:04:59-- http://central.maven.org/maven2/org/apache/felix/maven-bundle-plugin/3.3.0/maven-bundle-plugin-3.3.0.jar Resolving central.maven.org...

Re: Version 3.3.0 Missing from Central Repository!

2017-05-09 Thread James Carman
No, I'm not behind a proxy. I'm at my house. This only seems to be a problem for certain folks. Very strange. Listing the directory works fine, but trying to hit the JAR file itself 404's. Using version 3.2.0 works fine. On Tue, May 9, 2017 at 11:03 AM Carsten Ziegeler

Version 3.3.0 Missing from Central Repository!

2017-05-09 Thread Pat Colangelo
Hi, I have found that version 3.3.0 of the maven-bundle-plugin is missing from maven central. I am only able to download versions <= 3.2.0. Repo page: https://mvnrepository.com/artifact/org.apache.felix/maven-bundle-plugin/3.3.0 Download link (will 404):