Maven
-
Enterprise Java
Maven Tutorial For Selenium Test Automation
While working on a project for test automation, you’d require all the Selenium dependencies associated with it. Usually these dependencies…
Read More » -
Enterprise Java
Incremental build with maven
This is 2020 and if you are starting any new java based project then gradle should be first option but…
Read More » -
Software Development
How to add maven Support to a Java Project in IntelliJ
Hello Friends In this quick tutorial, we will see how we can add Maven support to the java project in…
Read More » -
Enterprise Java
Testing Maven Release Plugin Auto-Increment Version Number
Abstract The Maven release plugin is a very powerful tool and I rely on it heavily for coordinating software releases.…
Read More » -
Enterprise Java
Migrating Spock 1.3 tests to Spock 2.0
Get know what you can expect from Spock 2.0 M1 (based on JUnit 5), how to migrate to it in…
Read More » -
Enterprise Java
How to Build a Maven Plugin
Easily deploy your app with Okta’s identity management platform Use Okta’s API to authenticate, manage, and secure users in any…
Read More » -
Enterprise Java
Testing Spring Boot conditionals the sane way
If you are more or less experienced Spring Boot user, it is very luckily that at some point you may…
Read More » -
Enterprise Java
Creating Custom Maven Archetype
Maven archetypes are the project templates which can help us quickly create a maven starter project based on its type.…
Read More » -
Enterprise Java
Maven Dependency Scopes
Introduction: Managing dependencies is a core feature of Maven. When defining a maven dependency, the scope attribute defines the visibility…
Read More »