Munilakshmi G J100daysdevops.hashnode.dev·Jan 27, 2025Day 93 of 100 Days: Understanding ArgoCD and Maven in DevOpsIn today's post, we dive into two important tools in the DevOps ecosystem: ArgoCD and Maven. These tools, although serving different purposes, are key players in making the development and deployment processes smoother, faster, and more efficient. Le...maven
Sai Praneethterraformiac.hashnode.dev·Jan 21, 2025Maven Build ToolIn this blog, we will see what a maven is and why we need maven Let’s say we have got a requirement to build an application ., as per requirement we finished the coding part. For the application to run, we need application servers like tomcat , JBoss...maven
Ashwinashwinrajendran.hashnode.dev·Jan 7, 2025Maven Questions & AnswersWhat is Maven, and how does it work? Maven is a build automation tool for Java projects, managing dependencies, builds, and plugins using the POM (Project Object Model) file. What is a POM file? The POM file is an XML configuration file defining proj...maven
Michael JAYEOLAbuild-maven.hashnode.dev·Jan 5, 2025⚙️ "Maven: The Backbone of Java Build Automation for DevOps Success!" 🚀In the world of DevOps, efficient build automation is critical to maintaining seamless CI/CD pipelines. Maven, the open-source build tool from Apache, stands out as a cornerstone for automating and managing Java-based projects. For DevOps engineers, ...1 like·48 readsmaven build tool
Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024The Beginner's Guide to Maven: Learn and ImplementMaven is a powerful build automation and dependency management tool used primarily for Java projects, although it can be used for projects in other programming languages as well. It provides a comprehensive set of features to help manage the software...maven
Ankit Rajjenkins-shared-libraries.hashnode.dev·Nov 21, 2024🚀 Mastering Jenkins Shared Libraries: The Secret to Scalable CI/CD 🌟If you’re working with Jenkins 🛠️, you probably know the beauty of automation and CI/CD pipelines. But as projects grow and pipelines get complex, managing repetitive code can become a nightmare. Enter Jenkins Shared Libraries—your key 🔑 to making ...1 likeDevops
Seun Bdevblog.seunb.com·Oct 10, 2024Artifactory: Centralizing Artifact Management for DevOps SuccessIntroduction In software development environment, the need for efficient artifact management is paramount. As a DevOps Engineer, I recognized the necessity of streamlining the deployment process and ensuring a reliable artifact repository for Java ap...Linux
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 6, 2024Get Started with MAVEN: Basic to IntermediateWelcome to Week 8 of my ‘Learn in Public’ journey! 🚀 This week, I’m excited to dive into Maven, a powerful build automation tool widely used in the Java development ecosystem. Maven simplifies the process of managing project dependencies, compiling ...DevOps Basics in 3 MonthsDevops
Yogesh Borudeyogeshb.hashnode.dev·Sep 15, 2024Mastering Maven: Day-to-Day Tasks for DevelopersIn the world of Java development, Maven stands out as a powerful build automation tool. It simplifies project management through a structured build process, dependency management, and integration with various CI/CD workflows. This blog will highlight...Devops
Mohamad Mahmoodhashnotes.hashnode.dev·Sep 12, 2024DropWizard archetype version 2.0.0 vs 4.0.0 vs 4.0.8[1] What is archetype version? In the context of Dropwizard, an archetype version refers to a specific version of a project template that you can use to bootstrap a new Dropwizard application. Dropwizard is a Java framework for developing RESTful web...Java