Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

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

maven-1-and-maven-2-differences

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, it cannot execute Maven 1 plugins). However, Maven 2.0 is the latest stable release of the Maven application, and new users are generally encouraged to … Read more

List of All Possible Maven Interview Questions & Answers

maven-interview-questions-answers

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 I do a build, as follows: org.codehaus.mojo maven-buildnumber-plugin 0.9.4 {0,date,yyyy-MM-dd HH:mm:ss} timestamp false false validate create pom.xml or settings.xml? What is the best practice configuration … Read more

EC2Deploy and the Cloud Tools Maven plugin are now available

ec2deploy-cloud-tools-maven-plugin

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 project. There are three main parts to Cloud Tools: The EC2Deploy framework Amazon Machine Images (AMIs) that are configured to run Tomcat and work with … Read more