Recommended Books for Maven | Good books for Maven learning

Recommended Books for Maven http://www.maestrodev.com/wp-content/uploads/2012/03/betterbuildswithmaven-2008.pdf Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps…

Read More

Maven commands Web References & Cheatsheet

Maven CLI Options Reference Options Description -am,–also-make If project list is specified, also build projects required by the list -amd,–also-make-dependents If project list is specified, also build…

Read More

Maven2 Step by Step Guide – Complete Introduction

Setting up the application frame The Maven2 documentation is silent about how to set up web application skeletons. The standard archetypes allow you to create a simple…

Read More

Clover and Maven working with Distributed Applications

1.       Configure maven clover plugin. 2.       Build the all components with clover enabled. 3.       Deploy the clover enabled build to test server. 4.       Run the tests. 5.      …

Read More

Reporting Plugins in Maven | Maven Plugins That Provide Reports

Reporting plugins Plugins which generate reports, are configured as reports in the POM and run under the site generation lifecycle. This plugin consists of several reports that…

Read More

Properties in Maven – List of Maven Properties

Intro It is a collection of things found in the offcial maven documentation and postings to the maven user mailing list. Build in properties ${basedir} represents the…

Read More

Profiles in Maven – How to Build Maven Profile ?

Reference: Apache Maven,Current version User Guide Profiles in Maven  Use of profile: Maven 2.0 goes to great lengths to ensure that builds are portable. Among other things,…

Read More

Introduction of Maven – Complete Guide

Contents What is Maven? Philosophy of Maven Benefits of Maven High Level Features and Benefits of Maven Download Maven Installation Instructions Windows 2000/XP Unix-based Operating Systems (Linux,…

Read More

EC2Deploy and the Cloud Tools Maven plugin are now available

I’m pleased to announce that EC2Deploy – a Groovy-based framework for deploying Java EE applications to Amazon EC2 – is now available as part of the Cloud…

Read More