Hello,
This doesn't build for me; there are some packages which mvn can't find.
[ERROR] Failed to execute goal on project FactorioBlueprintStringRenderer: Could not resolve dependencies for project com.demod.fbsr:FactorioBlueprintStringRenderer:jar:0.0.1-SNAPSHOT
[ERROR] dependency: com.demod.factorio:FactorioDataWrapper:jar:0.0.1-SNAPSHOT (compile)
[ERROR] Could not find artifact com.demod.factorio:FactorioDataWrapper:jar:0.0.1-SNAPSHOT in jcenter (https://jcenter.bintray.com)
[ERROR] dependency: com.demod.dcba:DiscordCoreBotApple:jar:0.0.1-SNAPSHOT (compile)
[ERROR] Could not find artifact com.demod.dcba:DiscordCoreBotApple:jar:0.0.1-SNAPSHOT in jcenter (https://jcenter.bintray.com)
[ERROR] dependency: net.dean.jraw:JRAW:jar:0.9.0 (compile)
[ERROR] Could not find artifact net.dean.jraw:JRAW:jar:0.9.0 in jcenter (https://jcenter.bintray.com)
[ERROR] Could not find artifact net.dean.jraw:JRAW:jar:0.9.0 in central (https://repo.maven.apache.org/maven2)
I am not an experienced Java developer anymore, it's been about 15 years since I have done any serious Java work, and we never used Maven back then. ant all the way.
Anyway, either something in pom.xml is wrong or the packages really aren't in the repositories indicated in pom.xml. From what I understand, this problem can be hidden from developers thanks to .m2/ package caching.
Some simple build instructions or a corrected pom.xml would be lovely. Thank you.
You don't have to do this, by the way. Please don't feel obligated. I just wanted to let you know that this doesn't build out of the box for new users. I'm running mvn compile on a machine which I've never used Maven previously.
Thanks!
Hello,
This doesn't build for me; there are some packages which
mvncan't find.I am not an experienced Java developer anymore, it's been about 15 years since I have done any serious Java work, and we never used Maven back then.
antall the way.Anyway, either something in pom.xml is wrong or the packages really aren't in the repositories indicated in pom.xml. From what I understand, this problem can be hidden from developers thanks to
.m2/package caching.Some simple build instructions or a corrected
pom.xmlwould be lovely. Thank you.You don't have to do this, by the way. Please don't feel obligated. I just wanted to let you know that this doesn't build out of the box for new users. I'm running
mvn compileon a machine which I've never used Maven previously.Thanks!