Problems compiling Bitbucket +Eclipse

Asked

Viewed 82 times

1

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

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

1 answer

1

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

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

More information here.

  • For me this option does not appear, you would have a tutorial so I can follow? Thank you very much!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.