Search Results for: maven
-
Enterprise Java
Getting Started with jOOQ, H2, and Maven
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Enterprise Java
Deploy to Maven Central using API key (aka auth token)
How to communicate with Maven Central/Nexus without using the password kept locally unencrypted (especially with Gradle, but not limited to…
Read More » -
Enterprise Java
How to create a Web Application Project with Java, Maven, Jetty
In this article, we create a simple web application with the Maven Archetype plugin. We’ll run this web application in…
Read More » -
Enterprise Java
Truly Unleashing the Power of Maven and Java EE
Ambition and vision can be the undoing of great solutions, if they are too complex to use. While Maven and…
Read More » -
Enterprise Java
Run java web apps in embedded containers with Maven, Jetty and Tomcat
While developing java web applications is very practical to have quick feedback from a “real” environment. In this post I’ll…
Read More » -
Core Java
How to Debug Your Maven Build with Eclipse
When running a Maven build with many plugins (e.g. the jOOQ or Flyway plugins), you may want to have a…
Read More » -
Software Development
Highlighting Checkstyle Links using Maven and IntelliJ IDEA
Although IntelliJ IDEA has en excellent Maven integration, it doesn not recognize file references or file links in the output…
Read More » -
Enterprise Java
Getting version string from a Maven based web application
When you package a maven project, it will automatically generate a pom.properties file inside that will contains the version, artifactId…
Read More » -
Enterprise Java
Java EE, Docker and Maven (Tech Tip #89)
Java EE applications are typically built and packaged using Maven. For example, github.com/javaee-samples/javaee7-docker-maven is a trivial Java EE 7 application and shows the…
Read More »