How does JaCoCo-Maven Plugin work? The JaCoCo-Maven plugin runs the coverage by instrumenting Java code through a runtime agent. In simple terms, you attach this agent to a JVM (Java Virtual Machine) when it starts. This agent is termed as JaCoCo agent. The first execution start-agent st...
Getting started with the Sonatype Nexus internal Maven repo Why you need to learn Maven and master the POM based build tool Maven tutorial: Installation and configuration of the popular build tool Battle of the DevOps tools: Jenkins vs Maven Using Checkstyle, Jacoco and Sonarqube Maven plugins ...
Tutorial and How to Guide on various topics related to Java Programming Language - Core Java, Spring, Webservices, REST, Hibernate, Maven and Microservices.
Hence the kind of topics you can expect to read about here are:Functional testing Non-functional testing Test automation Testing in CI/CD Release management and it's impact on quality/testing. Quality processes and culture Testing in production (monitoring/observability, chaos engineering, site ...
Jenkins on EC2 - Creating a Maven project Jenkins on EC2 - Configuring GitHub Hook and Notification service to Jenkins server for any changes to the repository Jenkins on EC2 - Line Coverage with JaCoCo plugin Setting up Master and Slave nodes ...
newkey rsa:2048: This specifies that we want to generate a new certificate and a new key at the same time. We did not create the key that is required to sign the certificate in a previous step, so we need to create it along with the certificate. The rsa:2048 portion tells it to ...
Hence the kind of topics you can expect to read about here are:Functional testing Non-functional testing Test automation Testing in CI/CD Release management and it's impact on quality/testing. Quality processes and culture Testing in production (monitoring/observability, chaos engineering, site ...
Testing / quality of software goes beyond traditional activities of pre-release functional testing and test automation. Hence the kind of topics you can expect to read about here are:Functional testing Non-functional testing Test automation Testing in CI/CD Release management and it's impact on ...