{"id":24280,"date":"2015-07-29T13:27:34","date_gmt":"2015-07-29T07:57:34","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=24280"},"modified":"2017-09-07T17:34:57","modified_gmt":"2017-09-07T12:04:57","slug":"how-to-setup-jenkins-for-a-maven-project","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/","title":{"rendered":"How to setup Jenkins for a Maven project"},"content":{"rendered":"<p>This blog post shows how to configure maven project in Jenkins. Follow these steps for\u00a0Jenkins Maven project configuration:<\/p>\n<h2>Step 1 &#8211; Starting Jenkins<\/h2>\n<p>a) Download Jenkins Zip file and extract it(i have downloaded for windows as i am setting it up on windows7)<\/p>\n<p>b) In cmd go to the path you have extracted Jenkins (eg.C:\\Program Files (x86)\\Jenkins)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24287 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image1-CMD-screen.png\" alt=\"jenkins maven configuration\" width=\"597\" height=\"182\" \/><\/p>\n<p>c) To start the Jenkins, run the command jenkins.exe start<br \/>\n-To restart the Jenkins: Jenkins.exe\u00a0 restart<br \/>\n-To stop the Jenkins: Jenkins.exe\u00a0 stop<\/p>\n<p>d) By default, it will open up on 8080 port as \u00a0localhost:8080 (make sure nothing else is running on port 8080)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24288 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image2-JenkinsStartUpScreen.png\" alt=\"jenkins maven build screen\" width=\"627\" height=\"434\" \/><\/p>\n<h2>Step 2 &#8211; Creating and configuring user on Jenkins<\/h2>\n<p>a) To create a user go to Manage Jenkins-&gt;Manage Users-&gt;Create User-&gt;Provide the required information<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24294 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Untitled.png\" alt=\"how to configure maven project in jenkins\" width=\"632\" height=\"237\" \/><\/p>\n<p>b) Go to Manage Jenkins-&gt;Configure Global Security<br \/>\n-Check Enable security<br \/>\n-In Security Realm, select Jenkins own user database and check Allow users to sign up<br \/>\n-In authorization, there are multiple options select as per requirement<br \/>\n-Save once done<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24296 size-full\" style=\"line-height: 1.714285714; font-size: 1rem;\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/UntitledGCS.png\" alt=\"jenkins maven project configuration\" width=\"619\" height=\"371\" \/><\/p>\n<h2>Step 3 &#8211; Configuring System<\/h2>\n<p>a) Go to Manage Jenkins-&gt;Configure System<\/p>\n<p>b) Configure JDK<br \/>\n-Give the JDK name<br \/>\n-JAVA_HOME : C:\\Program Files\\Java\\jdk1.7.0_45<\/p>\n<p>c) Maven configuration<br \/>\n-Give a maven name<br \/>\n-MAVEN_HOME : C:\\apache-maven-3.2.5\\apache-maven-3.2.5-bin\\apache-maven-3.2.5<\/p>\n<p>d) Global Maven_OPTS<br \/>\n&#8211;Xmx512m<br \/>\n&#8211;XX:MaxPermSize=128m<\/p>\n<p>e) Save once done<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24291 size-full\" style=\"line-height: 1.714285714; font-size: 1rem;\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image5-configureSystem.png\" alt=\"jenkins maven project configuration\" width=\"632\" height=\"634\" \/><\/p>\n<h2>Step 4 &#8211; Adding Plugins<\/h2>\n<p>a) Go to Manage Jenkins-&gt;Add Plugins<\/p>\n<p>b) Install the plugins which are required, Eg. GIT client plugin: which Shared library plugin for other Git related Jenkins plugins,\u00a0 GIT plugin: This plugin integrates GIT with Jenkins etc.<\/p>\n<h2>Step 5 &#8211; Creating jobs<\/h2>\n<p>a) Go to New Items-&gt;Give a project name in &#8220;Item name&#8221; field-&gt;select Maven project-&gt;click OK<\/p>\n<p>b) Now configure the job<br \/>\n-Provide the description<br \/>\n-In Source Code Management, there are options for CVS project, Git etc,\u00a0 select the one which is required<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24292 size-full\" style=\"line-height: 1.714285714; font-size: 1rem;\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image7-JobConfigure1.png\" alt=\"jenkins maven plugin creating jobs\" width=\"632\" height=\"331\" \/><\/p>\n<p>&#8211; In Build Triggers, there are multiple options like \u201cBuild when a change is pushed to GitHub\u201d, \u201cPoll SCM\u201d, \u201cBuild whenever a SNAPSHOT dependency is built\u201d etc, select the required one<br \/>\n&#8211; Give the path of your pom.xml file in Build Root POM<br \/>\n&#8211; Give \u201cGoals and options\u201c \u00a0take a use case where the requirement is to install the code then give \u201dclean install\u201d<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24285 size-full\" style=\"line-height: 1.714285714; font-size: 1rem;\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image7-JobConfigure2.png\" alt=\"jenkins maven integration with jobs confguration\" width=\"620\" height=\"202\" \/><\/p>\n<p>c) Configure the job as in the screenshot and don&#8217;t forget to save<\/p>\n<p>d) In the same way, create another job(4503_deploy)<\/p>\n<p>e) Suppose the requirement is creating two jobs, one(4502_deploy) for deploying the code on author instance 4502 and if it&#8217;s built is successful than it should run its downstream job(4503_deploy) for deploying code on publishing instance.<\/p>\n<p>f) Now configure the job &#8220;4502_deploy&#8221;, In Post Steps select &#8220;Run only if build succeeds&#8221;<\/p>\n<p>g) In Post Build Action, add post build action and give the job name(4503_deploy) in &#8220;Projects to build<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-24286 size-full\" style=\"line-height: 1.714285714; font-size: 1rem;\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image7-JobConfigure3.png\" alt=\"configure Jenkins Maven Job\" width=\"625\" height=\"279\" \/><\/p>\n<h2>Step 6 &#8211; Build the jobs<\/h2>\n<p>Now build the job &#8220;4502_deploy&#8221;, on successful completion &#8220;4503_deploy&#8221; will trigger automatically and hopefully, jobs will be successful!!!<\/p>\n<p>Following these steps above, you will be able to configure your Maven project over Jenkins.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post shows how to configure maven project in Jenkins. Follow these steps for\u00a0Jenkins Maven project configuration: Step 1 &#8211; Starting Jenkins a) Download Jenkins Zip file and extract it(i have downloaded for windows as i am setting it up on windows7) b) In cmd go to the path you have extracted Jenkins (eg.C:\\Program [&hellip;]<\/p>\n","protected":false},"author":189,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":124,"footnotes":""},"categories":[1],"tags":[2053,1682,2055,1340,2054],"class_list":["post-24280","post","type-post","status-publish","format-standard","hentry","category-technology","tag-how-to-setup-jenkins-for-a-maven-project","tag-jenkins","tag-jenkins-installation","tag-maven","tag-step-by-step-jenkins-setup"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Dipti\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"How to setup Jenkins for a Maven project | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to setup Jenkins for a Maven project | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#article\",\"name\":\"How to setup Jenkins for a Maven project | TO THE NEW Blog\",\"headline\":\"How to setup Jenkins for a Maven project\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/dipti\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/07\\\/Image1-CMD-screen.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#articleImage\"},\"datePublished\":\"2015-07-29T13:27:34+05:30\",\"dateModified\":\"2017-09-07T17:34:57+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#webpage\"},\"articleSection\":\"Technology, How to setup Jenkins for a maven project, Jenkins, jenkins installation, maven, Step by step jenkins setup\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#listItem\",\"name\":\"How to setup Jenkins for a Maven project\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#listItem\",\"position\":3,\"name\":\"How to setup Jenkins for a Maven project\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/dipti\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/dipti\\\/\",\"name\":\"Dipti\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/984fb9061e439bbf52153f70e41ff86c0861580bbf441076a6fb6b2ec318e10d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Dipti\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/\",\"name\":\"How to setup Jenkins for a Maven project | TO THE NEW Blog\",\"description\":\"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-setup-jenkins-for-a-maven-project\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/dipti\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/dipti\\\/#author\"},\"datePublished\":\"2015-07-29T13:27:34+05:30\",\"dateModified\":\"2017-09-07T17:34:57+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to setup Jenkins for a Maven project | TO THE NEW Blog","description":"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration","canonical_url":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#article","name":"How to setup Jenkins for a Maven project | TO THE NEW Blog","headline":"How to setup Jenkins for a Maven project","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/dipti\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/07\/Image1-CMD-screen.png","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#articleImage"},"datePublished":"2015-07-29T13:27:34+05:30","dateModified":"2017-09-07T17:34:57+05:30","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#webpage"},"articleSection":"Technology, How to setup Jenkins for a maven project, Jenkins, jenkins installation, maven, Step by step jenkins setup"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/tothenewco.pro\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#listItem","name":"How to setup Jenkins for a Maven project"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#listItem","position":3,"name":"How to setup Jenkins for a Maven project","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/dipti\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/dipti\/","name":"Dipti","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/984fb9061e439bbf52153f70e41ff86c0861580bbf441076a6fb6b2ec318e10d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Dipti"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/","name":"How to setup Jenkins for a Maven project | TO THE NEW Blog","description":"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/dipti\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/dipti\/#author"},"datePublished":"2015-07-29T13:27:34+05:30","dateModified":"2017-09-07T17:34:57+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"How to setup Jenkins for a Maven project | TO THE NEW Blog","og:description":"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration","og:url":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"How to setup Jenkins for a Maven project | TO THE NEW Blog","twitter:description":"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"24280","title":null,"description":"Read the blog post to for configuring Maven project in Jenkins. A step by step guide on Jenkins Maven integration using Jenkins jobs. Plugin for Maven configuration","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 12:10:11","updated":"2024-02-29 08:24:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to setup Jenkins for a Maven project\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Technology","link":"https:\/\/tothenewco.pro\/blog\/category\/technology\/"},{"label":"How to setup Jenkins for a Maven project","link":"https:\/\/tothenewco.pro\/blog\/how-to-setup-jenkins-for-a-maven-project\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/24280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=24280"}],"version-history":[{"count":5,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/24280\/revisions"}],"predecessor-version":[{"id":51759,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/24280\/revisions\/51759"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=24280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=24280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=24280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}