I cant figure out how to compile HCFactions off of github: https://github.com/nsporillo/HCFactions with maven. Anyone know how to use maven with this? If someone can teach me how to compile it ill pay 
Alright, well how then sir?Lol what? Eclipse with maven is not hard at all, building with BlueJ is harder -.-.
Thanks for helping me google!Don't use an IDE if you don't know how to use it. Same goes for maven, and don't ask a stupid question if your question is fully answered in a detailed maven wiki you can find by googling "how to use maven".
Quit being lazy.
not quite what I meant. Lol this doesn't help me. I came here to ask someone who specifically knows how to compile hcfactions because I don't have time to read through maven and figure it out myself.
alright, ill try that. Thank you[DOUBLEPOST=1473086918][/DOUBLEPOST]Why not just do it from the command line itself? Just go to the directory with the POM and type:
mvn clean package install
EDIT: With eclipse, just right click on Pom.xml -> then click Run As... -> Maven Build
Why not just do it from the command line itself? Just go to the directory with the POM and type:
mvn clean package install
EDIT: With eclipse, just right click on Pom.xml -> then click Run As... -> Maven Build
Didn't set anything. What would I set it to?Did you set the JDK path correctly?
Ok I got that setup. Its set to jre1.8.0_45Right click on the project -> Properties -> Configure Build Path -> then click Java Build Path -> JRE System Library -> edit
no sirDid you figure it yet?
well thats the thing, it doesnt work without maven.I think the OP just wants to know how to how to compile this plugin, maven or not.
