Maven
-
Enterprise Java
Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests
I create a sample Groovy project for Maven, that mixes Spock tests and JUnit 5 tests in one project. In…
Read More » -
DevOps
How to Docker-ise your Java application with Maven plugin
There are two maven plugins that you can use, in order to add your Java Applicatoin into Docker in an…
Read More » -
Enterprise Java
Reliable releasing to Maven Central from Travis using Gradle – 2019 edition
Make your (automatic) releasing to Maven Central from Travis (and not only) more reliable thanks to the explicit staging repository…
Read More » -
Enterprise Java
How to Deploy Maven Artifacts to CloudRepo via Rultor
In my previous article, I described how to set up a private Maven repository in Amazon S3 and deploy there…
Read More » -
Enterprise Java
Upload and Download files to S3 using maven
Throughout the years I’ve seen many teams using maven in many different ways. Maven can be used for many ci/cd…
Read More » -
Enterprise Java
How to fix invalid target release: 1.7, 1.8, 1.9, or 1.10 Error in Maven Build
If you are building your Java project using Maven, maybe in Eclipse or from the command prompt by running mvn install…
Read More » -
Enterprise Java
A Few Additions to Your Bag of Maven-Fu
Apache Maven is simple, yet quite powerful; with a few tricks here and there, you can greatly simplify and optimize…
Read More » -
Enterprise Java
J2Pay – Getting Started
Getting started will guide you how to start using J2pay quickly in very simple steps. Download J2Pay is available on…
Read More » -
Enterprise Java
Spring Boot & JPA & Hibernate & Oracle
In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…
Read More »