EnderContainers

EnderContainers

2.5k Downloads

Please compile plugin or make jenkins server

andris155 opened this issue · 5 comments

commented

mvn not work with jdk 8, jre 8, jre 10...
Eclipse compile is very difficult. :(

commented

Oh... have you a problem with your Maven installation?
I cannot setup a Jenkins server currently but I will try to launch it as soon as possible.
If you want you can use the Jitpack platform that allows you to get my plugin with Maven very easily: https://jitpack.io/

Add Jitpack to your repositories list:

<repositories>
    <repository>
         <id>jitpack.io</id>
         <url>https://jitpack.io</url>
    </repository>
</repositories>

And add the dependency with this code:

<dependency>
    <groupId>com.github.utarwyn</groupId>
    <artifactId>EnderContainers</artifactId>
    <version>v2.1.0</version>
</dependency>

And after you should be ready to compile your plugin with Maven.

I hope that this answer will help you! 😄
Happy programming!

commented

This commit c651b80 should fix this problem

Sorry! 😞

commented

Github has just added a new feature which allows me to deploy a Maven package directly on the platform. ❤️ So now I will using it to publish new packages of the plugin. (Jitpack is not needed anymore)

You can find them here: https://github.com/utarwyn/EnderContainers/packages
And you just have to follow this tutorial to get access to Github packages on your computer: https://help.github.com/en/articles/configuring-apache-maven-for-use-with-github-package-registry

I will install a Jenkins instance soon to automatically compile and deploy my plugin on Github.

commented

I have installed a Jenkins instance on my personal machine, so now you can easily download latest development builds here: https://ci.utarwyn.fr/job/EnderContainers/. You can also use my plugin with Maven thanks to my personal Maven repository https://repo.utarwyn.fr.