WorldBorder icon indicating copy to clipboard operation
WorldBorder copied to clipboard

Maven

Open batkins62 opened this issue 8 years ago • 3 comments

Out of curiosity, do you have the maven dependency details and a repo to hook into your plugin?

batkins62 avatar May 13 '17 05:05 batkins62

I'm not sure I fully understand your question. Is that not covered within the pom.xml?

I admit I'm not at all well versed with how Maven works. Another dev contributed the Maven compatibility, before which I had no experience with it. Since it worked fine, I accepted his pull request, and I've just updated it as needed beyond that for CraftBukkit/Spigot version compatibility and so forth.

Brettflan avatar May 13 '17 18:05 Brettflan

Oh what he means is you have an API so we do something like

      <groupId>com.wimbli.WorldBorder</groupId>
      <artifactId>WorldBorder</artifactId>
      <version></version>
      <exclusions>
        <exclusion>
          <groupId>org.bukkit</groupId>
          <artifactId>bukkit</artifactId>
        </exclusion>
      </exclusions>
    </dependency>```
to declare a dependency buy normally api's are uploaded to maven repos so that users dont need to build ourselves 

Narimm avatar Oct 13 '18 05:10 Narimm

I have it published here https://maven.addstar.com.au/artifactory/ext-release-local/

Narimm avatar Oct 13 '18 06:10 Narimm