* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Maven And Sonarqube For Devops Engineers - Beginners Guide  (Lida 106 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Maven And Sonarqube For Devops Engineers - Beginners Guide
« em: 15 de Outubro de 2022, 13:17 »

Maven And Sonarqube For Devops Engineers - Beginners Guide
Last updated 3/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.67 GB | Duration: 4h 6m

How to use Maven and SonarQube for Code build and Code Quality Analysis as a DevOps Engineer

What you'll learn
How to use maven in the DevOps workflow
Requirements
Linux basics
Git basics
Description
There are many courses out there for maven which talk about the activities of a developer on Maven.This course more talks about how to use Maven as a DevOps Engineer's point of view.By enrolling in this course, You will be learningHow a Developer use MavenCreating a maven project on EclipseActivities of a DevOps Engineer on MavenCreate a project using the maven archetypeMaven CoordinatesMaven GoalsAbout pom.xmlMaven RepositoriesCommitting code from developer system to GitHubBuild projects on MavenSetup and Integration of Maven with Jenkins.Maven in DevOps WorkflowSonarQube: 1. Setup SonarQube2. Install SonarQube3. SonarQube Rules, Quality Profiles, Quality Gates,4. Integrating SonarQube with JenkinsThere are many courses out there for maven which talk about the activities of a developer on Maven.This course more talks about how to use Maven as a DevOps Engineer's point of view.By enrolling in this course, You will be learningHow a Developer use MavenCreating a maven project on EclipseActivities of a DevOps Engineer on MavenCreate a project using the maven archetypeMaven CoordinatesMaven GoalsAbout pom.xmlMaven RepositoriesCommitting code from developer system to GitHubBuild projects on MavenSetup and Integration of Maven with Jenkins.Maven in DevOps WorkflowSonarQube: 1. Setup SonarQube2. Install SonarQube3. SonarQube Rules, Quality Profiles, Quality Gates,4. Integrating SonarQube with Jenkins
Overview
Section 1: Introduction
Lecture 1 Topics Covered
Lecture 2 What is Maven
Lecture 3 How Maven Helps to a DevOps Engineer
Lecture 4 Resource to Start
Section 2: Setup Maven Environment on Windows
Lecture 5 About this Section
Lecture 6 Java Installation on Windows
Lecture 7 Eclipse Installation
Lecture 8 Create 1st Maven Project
Lecture 9 Maven Coordinates
Lecture 10 Default Directory Structure
Lecture 11 Steps Involved to Build a Java Project
Lecture 12 Maven Goals
Lecture 13 Maven Goals in Action
Section 3: Maven Goals, Repositories
Lecture 14 What is pom.xml and How it Works
Lecture 15 Transitive Dependency
Lecture 16 Maven Repositories
Lecture 17 Maven goals - Deploy Goal for Local Repository
Lecture 18 Push Maven Project onto GitHub
Section 4: Maven on Linux
Lecture 19 Prepare Maven Server
Lecture 20 Prerequisites to Setup Maven
Lecture 21 Setup Maven
Lecture 22 Build Maven Project on Linux
Lecture 23 Common Maven Goals
Lecture 24 Create a Project with Maven Archetype
Lecture 25 Plugins and Dependencies in pom.xml
Lecture 26 Settings.xml file
Lecture 27 Tomcat Server Configurations
Lecture 28 Deploy war on Tomcat Server
Section 5: Maven in DevOps workflow
Lecture 29 Maven in DevOps workflow
Lecture 30 Setup Jenkins Server
Lecture 31 Add Maven Build Server as an Agent to Jenkins
Lecture 32 Build a Java Project on Agent Server
Lecture 33 Build a war file on Agent Node (Maven Server)
Lecture 34 Bonus Lecture
Section 6: SonarQube
Lecture 35 SonarQube Introduction
Lecture 36 SonarQube Installation on EC2
Lecture 37 SonarQube Console Overview
Lecture 38 SonarQube Installation with PostgreSQL Database
Lecture 39 SonarQube Integration with Jenkins
Section 7: Additional Resources
Lecture 40 Create an AWS account
Lecture 41 Install Git bash
Lecture 42 Install Mobaxterm
Lecture 43 Install Tomcat
How want to know how to use maven as a DevOps Engineer,DevOps Beginners


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/b85cd1b0c2135bff8f750adba5637b69/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part1.rar.html
https://rapidgator.net/file/94f10d7c378b256b7fc86300f35c5ce2/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part2.rar.html
https://rapidgator.net/file/0555039029595796127b288227911d22/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/b164cCc24ca416D6/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part1.rar
https://uploadgig.com/file/download/67140b73a61Ba715/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part2.rar
https://uploadgig.com/file/download/f860435E5c83099a/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/4E7489EACC39A78/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part1.rar
https://nitroflare.com/view/FB11E79DC0AEEB4/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part2.rar
https://nitroflare.com/view/0E6D287DD9DCB11/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part3.rar

1dl.net:
Citar
https://1dl.net/8lwub4j5q269/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part1.rar.html
https://1dl.net/4volrmk92pu1/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part2.rar.html
https://1dl.net/380h0u444jhz/gdulo.Maven.And.Sonarqube.For.Devops.Engineers..Beginners.Guide.part3.rar.html