Skip to content

Maven: Using netherboard without installing the JAR #26

Description

@Paultje52

Hello. I'm trying to add Netherboard to my plugin without downloading the jar, just with maven. But when I add the bukkit dependency, it overwrites my own plugin.yml. This is how I add Netherboard to my plugin via maven.

    <dependency>
      <groupId>fr.minuskube</groupId>
      <artifactId>netherboard-core</artifactId>
      <version>1.2.0</version>
    </dependency>
    <dependency>
      <groupId>fr.minuskube</groupId>
      <artifactId>netherboard-bukkit</artifactId>
      <version>1.2.0</version>
    </dependency>

What can I do to resolve the issue?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions