News

Java deployment tools can help developers ease the delivery process on their applications. Here are some of the most popular tools and frameworks to consider for your next project.
Maven and Eclipse have always had a rocky relationship, and a common pain point between the two is how to force Maven JDK 1.8 support in new Eclipse projects. Without jumping through a few ...
The Maven POM: Every Java project that uses Maven has a POM (project object model) file in its root directory. The pom.xml describes the project’s dependencies and tells you how to build it.