Closed IgnatBeresnev closed 6 years ago
License added. If it compiles with missing dependencies then those probably aren't referenced in the code anymore. I may have to do some cleanup.
afaik, it shouldn't matter if the dependency is referenced in the code, it'll download and pack it regardless. The real question is why it's downloaded, but in the .pom file it's highlighted red and says it's not found.
Anyhow, thanks once again.
Hi there. Would you be kind enough to provide a license so that other people can fork off of this repo? Preferably the WTFPL one :)
We want to make a private fork of this mod, and include several server-specific changes. Thanks.
Offtopic: I'm unfamiliar with the whole modding environment and such (just don't have the experience yet). I was able to build the project (
mvn clean package
), even though it cannot find most of the dependencies. The versions are highlighted red in the .pom file, yet I have the source code and maven doesn't complain missing any dependencies. Can you explain how it's done? I assume you've just got jar's in your private repo, and maven is able to download them, but unable to index the versions? Can that be a thing?Thanks in advance!