uklimaschewski / JMXWrapper

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

Maven #1

Closed dagguh closed 11 years ago

dagguh commented 11 years ago

Can you put it into a maven repository, so we can use it in our maven project?

uklimaschewski commented 11 years ago

Interesting task, do you already have an idea how to easily do it? I read that it is possible to use GitHub as a Maven repository, would that be publically accepted?

dagguh commented 11 years ago

This is a valuable find. It is surely worth giving a shot. I hope the process will not be laborious :)

dagguh commented 11 years ago

Alright, I managed to convert the project to a Maven project locally. Some modifications to directory structure were necessary. It builds fine and the tests pass.

uklimaschewski commented 11 years ago

A public Maven repository for my projects

To use an artifact from this repository in your Maven project, add the following repository location to your pom.xml:

<repositories>
    <repository>
        <id>uklimaschewski-maven-repo</id>
        <name>Maven repository from uklimaschewski on GitHub</name>
        <url>https://raw.github.com/uklimaschewski/maven-repo/master</url>
        <layout>default</layout>
    </repository>
</repositories>

Then you can add dependencies to the individual artifacts from this repository in your pom.xml: (Check the actual artifact versions, here I only give an example entry using versions 1.0)