Eclipse and Maven
Since we got the git depot up and running I had been using Eclipse just as I used to. Letting the dependencies try to be handled by Eclipse.
Today I was attempting to run Forge via Maven and was having some issues. It seems like maven build test works just fine, but any other build was having issues.
I ended up needing to follow the directions in the checkmarked answer here: http://stackoverflow.com/questions/2222 ... dk-problem
So this allows me to run maven build install. But when I try to run just a normal maven build, I get an error about not having any goals. My goal is to run forge in debug mode as I used to, and I would guess the option I'm choosing, but it doesn't seem to work the way I expect.
It gives me this very unhelpful message and when I open up the properties of maven build and try to select a goal none are available to me. Any help would be appreciated?
Edit: It's possible I'm misunderstanding how maven is used within Eclipse, perhaps the dependency portion it takes care of, but I still run NewGame the same as I used to?
Today I was attempting to run Forge via Maven and was having some issues. It seems like maven build test works just fine, but any other build was having issues.
I ended up needing to follow the directions in the checkmarked answer here: http://stackoverflow.com/questions/2222 ... dk-problem
So this allows me to run maven build install. But when I try to run just a normal maven build, I get an error about not having any goals. My goal is to run forge in debug mode as I used to, and I would guess the option I'm choosing, but it doesn't seem to work the way I expect.
- mavenerror | Open
It gives me this very unhelpful message and when I open up the properties of maven build and try to select a goal none are available to me. Any help would be appreciated?
Edit: It's possible I'm misunderstanding how maven is used within Eclipse, perhaps the dependency portion it takes care of, but I still run NewGame the same as I used to?