danielwippermann / resol-vbus-java

A Java library for processing RESOL VBus data
7 stars 7 forks source link

mvn repository #17

Closed ramack closed 4 years ago

ramack commented 4 years ago

with #6 I requested to have a jar of the library, but this is also not what they want to have in the openhab repo...

Can create a public mvn repository for it? Maybe @fwolter can give some more hints if necessary.

danielwippermann commented 4 years ago

Short status update: I have prepared a repo for testing purposes yesterday and plan to use that repo in an example application in the next couple of days.

I'll keep you posted :)

danielwippermann commented 4 years ago

Okay, I did a little test and it seemed to work. I included the following to my pom.xml:

<!-- ... -->
  <dependencies>
    <!-- ... -->
    <dependency>
      <groupId>de.resol</groupId>
      <artifactId>vbus</artifactId>
      <version>0.3.0</version>
    </dependency>
  </dependencies>
  <!-- ... -->
  <repositories>
    <!-- ... -->
    <repository>
      <id>resol-vbus</id>
      <url>https://mvn-repository.hackmaniac.de/</url>
    </repository>
  </repositories>
<!-- ... -->

And it worked. Would that solve this issue for you, @ramack?

ramack commented 4 years ago

Thanks a lot. I don't know why, but it works perfectly :+1:

danielwippermann commented 4 years ago

The library has been published to the central Maven repo:

https://repo1.maven.org/maven2/de/resol/vbus/