WorldBorder

WorldBorder

1M Downloads

Maven

batkins62 opened this issue ยท 3 comments

commented

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

commented

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.

commented

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