ronmamo / reflections

Java runtime metadata analysis
Do What The F*ck You Want To Public License
4.72k stars 701 forks source link

Build fails because of missing org.jfrog.jade.plugins.common:jade-plugin-common:jar:1.3.8 #17

Open obfischer opened 10 years ago

obfischer commented 10 years ago

org.jfrog.jade.plugins.common:jade-plugin-common:jar:1.3.8 has vanished from Maven Central.

=> http://search.maven.org/#search|ga|1|g%3A%22org.jfrog.jade.plugins.common%22

There we are unable to build and to use the Maven plugin for reflections.

ronmamo commented 10 years ago

Oliver, sorry for the late response. FYI, I've splitted reflections-maven to another project, so that shouldn't break reflections' build. I'll try to have it fixed ASAP. In the meanwhile, I've found it easier to use gmaven plugin. Take a look at this: http://stackoverflow.com/questions/19813097/is-it-possible-to-use-reflections-maven-to-scan-for-classes-inside-jars-in-web-i

obfischer commented 10 years ago

Hi Ronmano,

that is great. I am looking forward to it. And thanks for the hint.

ronmamo commented 9 years ago

So, I've decided to discontinue the reflections-maven project... WDYT? Always hated maven plugins... FYI, there a good example of using gmavenplus in the README

Best of luck