uklimaschewski / JMXWrapper

JMXWrapper is a wrapper that allows creation of dynamic JMX MBeans through annotations
Other
41 stars 9 forks source link

Maven repository does not seem to work #4

Closed galan closed 10 years ago

galan commented 10 years ago

Hi, the library seems really useful, unfortunatly the maven repository does not seem to work.

I tried adding the manual, as well in nexus, but both ways do not work. Nexus isn't even showing artifacts, and browsing via a simple browser does not work either.

uklimaschewski commented 10 years ago

I am not a maven expert, but for me it works as documentet. Make sure you use the correct URL (https, not http and raw.github.com instead of github.com).

Can you provide some more error detail on this? What is the error log in Maven, when you add the repository definition and dependency to your Maven project?

For browsing, I think Github does not support directory browsing through the raw URLs, but the files and maven compliant directory structure is there and that should be enough for maven to fetch the artifacts.

When it comes to Nexus, I really don't know how this beast works.

galan commented 10 years ago

Ok, I made a test-project only with the pom.xml and two test-files. It seems that nexus has some problems, because locally it works (when disabling my settings.xml). I don't know why, is the first time I encounter this behaviour.