Maven repo
harm27 opened this issue ยท 5 comments
I see your working on moving your project to maven.
Any idea when your plugin will become available in a maven repo?
Since i am currently updating one of my projects to use maven, but one of the missing dependencies is your plugin.
This should work.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.filoghost.HolographicDisplays</groupId>
<artifactId>holographicdisplays-plugin</artifactId>
<version>dcee93e3e9</version>
</dependency>
Thanks @games647 that works.
Thanks for the tool, I will put an official repository when I will have some time.
@filoghost i sent you a dm on twitter
Official repository, but still experimental:
<repository>
<id>filoghost-repo</id>
<url>https://ci.filoghost.me/plugin/repository/everything/</url>
</repository>
<dependency>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>2.2.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>