Problems compiling BitBucket + Eclipse

1

I use Eclipse to compile / modify Java emulated game servers and I've always used Assembla, it uses build.xml to compile and I've never had problems. I have a project that I need to compile and it is in Atlassian / BitBucket and for all the ways I tried, I could not compile the project!

The link is this: Project and if anyone gives me a light, I will be immensely grateful .

    
asked by anonymous 20.07.2014 / 19:06

1 answer

1

Since this project has the pom.xml file, it is structured with Maven. The Maven build process follows a life cycle with building phases and distribution of the application.

To do the build by Eclipse right click on the project and choose the Run as option and then Maven Build .

More information here .

    
22.07.2014 / 16:48