#Maven intellij issues

1 messages · Page 1 of 1 (latest)

jade folio
#

Maven intellij issues

somber ibex
#

does it build

jade folio
#

does it build?

#

No

#

I mean it does

#

but not with the repo

somber ibex
#

send pom

jade folio
#

i dont have a pom

#

i use intellij

#

i have an iml

#

will that work?

somber ibex
#

use maven

jade folio
#

(and a bunch of other misc xml files)

#

I have all these

#

and a bunch of others

#

is that not maven?

fallen pawn
#

I think that a pom.xml is required.

jade folio
#

shouldn't maven configure this stuff by default tho?

#

Also, for some reason there are two getOnlinePlayers() methods in the server jar

#

weird

wanton cliff
#

@jade folio you need a pom.xml file for it to run with maven

#

If you have the Minecraft developer plug-in for IntelliJ it will automatically set-up maven for you when you create a spigot/paper plug-in

#

Try making a new project with that and importing any code over to the new one

jade folio
#

can i set it up myself

#

@wanton cliff

wanton cliff
#

Yeah I think so

#

You’d have to look up how to make it from scratch, I’ve always just let IntelliJ do it for me