Hello, I was trying to shade JNA with Maven. I'm using IntellIJ. Here's my pom.xml. UPDATE: I'm receiving errors from Maven, I was just cleaning and not compiling. Here's the new log. Do anyone know how to do it? UPDATE: I fixed it.
I see a few issues. First, you don't have the JNA artifact in your dependencies. Second, your error log says the package "com.sun.jna" doesn't exist. That makes sense considering the package you're trying to shade is "net.java.dev.jna". Also, why do you need JNA in a bukkit plugin?