maven-30-beta-1

Maven 3.0-beta-1 Release – What’s new in Maven 3.0? – Quick guide

The Apache Maven team would like to announce the release of Maven 3.0-beta-1. Maven 3.0-beta-1 is available for download from the ‘preview’ section. Maven is a software project management and…

Read more »
maven-interview-questions-answers

Maven Interview Questions and Answers – Maven Job Interview Kit

Maven Interview Questions and Answers Contributed by Rajesh Kumar with the help of Google Search and www.scmGalaxy.com Is there a way to use the current date in the POM? Take…

Read more »
reporting-plugins-in-maven

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 you can run…

Read more »
properties-in-maven

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 directory containing pom.xml…

Read more »
profiles-in-maven

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, this means allowing…

Read more »
issuemanagement-in-maven

issue Management in Maven

issueManagement Information about the issue tracking (or bug tracking) system used to manage this project. Element Description system The name of the issue management system, e.g. Bugzilla url URL for…

Read more »
maven-introduction

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, Solaris and Mac…

Read more »
maven-1-and-maven-2-differences

Difference between Maven 1 and Maven 2 | Maven 1 Vs Maven 2

What is Maven 2? Maven 2.0 is a complete rewrite of the ‘original’ Maven application (‘Maven 1’). As such, it is very different from Maven 1, and not backwards-compatible (eg,…

Read more »
maven-interview-questions-answers

List of All Possible Maven Interview Questions and Answer

Is there a way to use the current date in the POM? Take a look at the buildnumber plugin. It can be used to generate a build date each time…

Read more »
ec2deploy-cloud-tools-maven-plugin

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 Tools open source…

Read more »