[{"data":1,"prerenderedAt":2814},["ShallowReactive",2],{"/blog/tutorial-secure-and-optimize-your-maven-repository-in-gitlab":3,"navigation-en-us":2030,"banner-en-us":2458,"footer-en-us":2468,"blog-post-authors-en-us-Tim Rizzi":2712,"blog-related-posts-en-us-tutorial-secure-and-optimize-your-maven-repository-in-gitlab":2727,"blog-promotions-en-us":2752,"next-steps-en-us":2804},{"id":4,"title":5,"authors":6,"body":8,"category":2008,"date":2009,"description":2010,"extension":2011,"externalUrl":2012,"faq":2012,"featured":626,"heroImage":2013,"meta":2014,"navigation":626,"path":2015,"seo":2016,"slug":2021,"stem":2022,"tags":2023,"template":2028,"updatedDate":2012,"__hash__":2029},"blogPosts/en-us/blog/tutorial-secure-and-optimize-your-maven-repository-in-gitlab.md","Tutorial: Secure and optimize your Maven Repository in GitLab",[7],"Tim Rizzi",{"type":9,"value":10,"toc":1986},"minimark",[11,15,20,23,28,35,38,68,75,256,266,338,345,512,515,536,542,585,589,597,645,651,693,699,721,725,776,780,944,948,956,960,963,967,1099,1103,1134,1138,1162,1166,1251,1255,1413,1417,1420,1424,1445,1449,1460,1598,1601,1645,1648,1719,1725,1819,1827,1912,1917,1931,1935,1938,1952,1969,1973,1976,1979,1982],[12,13,14],"p",{},"As a GitLab product manager, I'm excited to share insights on securing and optimizing your Maven repository. We're passionate about providing a complete DevSecOps platform, and the Maven repository is part of this ecosystem. Explore best practices, advanced techniques, and upcoming features that will transform your Maven workflow.",[16,17,19],"h2",{"id":18},"securing-your-maven-repository-a-comprehensive-approach","Securing your Maven repository: A comprehensive approach",[12,21,22],{},"Securing your software supply chain is more critical than ever so let's dive into strategies to fortify your Maven packages in GitLab.",[24,25,27],"h3",{"id":26},"implement-strong-authentication","Implement strong authentication",[12,29,30,34],{},[31,32,33],"strong",{},"Personal access tokens:"," Use PATs for fine-grained access control.",[12,36,37],{},"For example:",[39,40,45],"pre",{"className":41,"code":42,"language":43,"meta":44,"style":44},"language-bash shiki shiki-themes github-light","mvn deploy -s settings.xml\n","bash","",[46,47,48],"code",{"__ignoreMap":44},[49,50,53,57,61,65],"span",{"class":51,"line":52},"line",1,[49,54,56],{"class":55},"s7eDp","mvn",[49,58,60],{"class":59},"sYBdl"," deploy",[49,62,64],{"class":63},"sYu0t"," -s",[49,66,67],{"class":59}," settings.xml\n",[12,69,70,71,74],{},"Where ",[46,72,73],{},"settings.xml"," contains:",[39,76,80],{"className":77,"code":78,"language":79,"meta":44,"style":44},"language-xml shiki shiki-themes github-light","\u003Csettings>\n  \u003Cservers>\n    \u003Cserver>\n      \u003Cid>gitlab-maven\u003C/id>\n      \u003Cconfiguration>\n        \u003ChttpHeaders>\n          \u003Cproperty>\n            \u003Cname>Private-Token\u003C/name>\n            \u003Cvalue>${env.GITLAB_PERSONAL_TOKEN}\u003C/value>\n          \u003C/property>\n        \u003C/httpHeaders>\n      \u003C/configuration>\n    \u003C/server>\n  \u003C/servers>\n\u003C/settings>\n","xml",[46,81,82,95,106,117,133,143,154,165,181,196,206,216,226,236,246],{"__ignoreMap":44},[49,83,84,88,92],{"class":51,"line":52},[49,85,87],{"class":86},"sgsFI","\u003C",[49,89,91],{"class":90},"shJU0","settings",[49,93,94],{"class":86},">\n",[49,96,98,101,104],{"class":51,"line":97},2,[49,99,100],{"class":86},"  \u003C",[49,102,103],{"class":90},"servers",[49,105,94],{"class":86},[49,107,109,112,115],{"class":51,"line":108},3,[49,110,111],{"class":86},"    \u003C",[49,113,114],{"class":90},"server",[49,116,94],{"class":86},[49,118,120,123,126,129,131],{"class":51,"line":119},4,[49,121,122],{"class":86},"      \u003C",[49,124,125],{"class":90},"id",[49,127,128],{"class":86},">gitlab-maven\u003C/",[49,130,125],{"class":90},[49,132,94],{"class":86},[49,134,136,138,141],{"class":51,"line":135},5,[49,137,122],{"class":86},[49,139,140],{"class":90},"configuration",[49,142,94],{"class":86},[49,144,146,149,152],{"class":51,"line":145},6,[49,147,148],{"class":86},"        \u003C",[49,150,151],{"class":90},"httpHeaders",[49,153,94],{"class":86},[49,155,157,160,163],{"class":51,"line":156},7,[49,158,159],{"class":86},"          \u003C",[49,161,162],{"class":90},"property",[49,164,94],{"class":86},[49,166,168,171,174,177,179],{"class":51,"line":167},8,[49,169,170],{"class":86},"            \u003C",[49,172,173],{"class":90},"name",[49,175,176],{"class":86},">Private-Token\u003C/",[49,178,173],{"class":90},[49,180,94],{"class":86},[49,182,184,186,189,192,194],{"class":51,"line":183},9,[49,185,170],{"class":86},[49,187,188],{"class":90},"value",[49,190,191],{"class":86},">${env.GITLAB_PERSONAL_TOKEN}\u003C/",[49,193,188],{"class":90},[49,195,94],{"class":86},[49,197,199,202,204],{"class":51,"line":198},10,[49,200,201],{"class":86},"          \u003C/",[49,203,162],{"class":90},[49,205,94],{"class":86},[49,207,209,212,214],{"class":51,"line":208},11,[49,210,211],{"class":86},"        \u003C/",[49,213,151],{"class":90},[49,215,94],{"class":86},[49,217,219,222,224],{"class":51,"line":218},12,[49,220,221],{"class":86},"      \u003C/",[49,223,140],{"class":90},[49,225,94],{"class":86},[49,227,229,232,234],{"class":51,"line":228},13,[49,230,231],{"class":86},"    \u003C/",[49,233,114],{"class":90},[49,235,94],{"class":86},[49,237,239,242,244],{"class":51,"line":238},14,[49,240,241],{"class":86},"  \u003C/",[49,243,103],{"class":90},[49,245,94],{"class":86},[49,247,249,252,254],{"class":51,"line":248},15,[49,250,251],{"class":86},"\u003C/",[49,253,91],{"class":90},[49,255,94],{"class":86},[12,257,258,261,262,265],{},[31,259,260],{},"Deploy tokens:"," Ideal for CI/CD pipelines. Generate these in your GitLab project settings and use them in your ",[46,263,264],{},".gitlab-ci.yml",".",[39,267,271],{"className":268,"code":269,"language":270,"meta":44,"style":44},"language-yaml shiki shiki-themes github-light","deploy:\n  script:\n    - 'mvn deploy -s ci_settings.xml'\n  variables:\n    MAVEN_CLI_OPTS: \"-s ci_settings.xml --batch-mode\"\n    MAVEN_OPTS: \"-Dmaven.repo.local=.m2/repository\"\n  only:\n    - main\n","yaml",[46,272,273,281,288,296,303,314,324,331],{"__ignoreMap":44},[49,274,275,278],{"class":51,"line":52},[49,276,277],{"class":90},"deploy",[49,279,280],{"class":86},":\n",[49,282,283,286],{"class":51,"line":97},[49,284,285],{"class":90},"  script",[49,287,280],{"class":86},[49,289,290,293],{"class":51,"line":108},[49,291,292],{"class":86},"    - ",[49,294,295],{"class":59},"'mvn deploy -s ci_settings.xml'\n",[49,297,298,301],{"class":51,"line":119},[49,299,300],{"class":90},"  variables",[49,302,280],{"class":86},[49,304,305,308,311],{"class":51,"line":135},[49,306,307],{"class":90},"    MAVEN_CLI_OPTS",[49,309,310],{"class":86},": ",[49,312,313],{"class":59},"\"-s ci_settings.xml --batch-mode\"\n",[49,315,316,319,321],{"class":51,"line":145},[49,317,318],{"class":90},"    MAVEN_OPTS",[49,320,310],{"class":86},[49,322,323],{"class":59},"\"-Dmaven.repo.local=.m2/repository\"\n",[49,325,326,329],{"class":51,"line":156},[49,327,328],{"class":90},"  only",[49,330,280],{"class":86},[49,332,333,335],{"class":51,"line":167},[49,334,292],{"class":86},[49,336,337],{"class":59},"main\n",[12,339,340,341,344],{},"The corresponding ",[46,342,343],{},"ci_settings.xml"," file:",[39,346,348],{"className":77,"code":347,"language":79,"meta":44,"style":44},"\u003Csettings xmlns=\"http://maven.apache.org/SETTINGS/1.1.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd\">\n  \u003Cservers>\n    \u003Cserver>\n      \u003Cid>gitlab-maven\u003C/id>\n      \u003Cconfiguration>\n        \u003ChttpHeaders>\n          \u003Cproperty>\n            \u003Cname>Deploy-Token\u003C/name>\n            \u003Cvalue>${env.CI_DEPLOY_PASSWORD}\u003C/value>\n          \u003C/property>\n        \u003C/httpHeaders>\n      \u003C/configuration>\n    \u003C/server>\n  \u003C/servers>\n\u003C/settings>\n",[46,349,350,373,385,393,401,413,421,429,437,450,463,471,479,487,495,503],{"__ignoreMap":44},[49,351,352,354,356,359,362,365,368,370],{"class":51,"line":52},[49,353,87],{"class":86},[49,355,91],{"class":90},[49,357,358],{"class":55}," xmlns",[49,360,361],{"class":86},"=",[49,363,364],{"class":59},"\"http://maven.apache.org/SETTINGS/1.1.0\"",[49,366,367],{"class":55}," xmlns:xsi",[49,369,361],{"class":86},[49,371,372],{"class":59},"\"http://www.w3.org/2001/XMLSchema-instance\"\n",[49,374,375,378,380,383],{"class":51,"line":97},[49,376,377],{"class":55},"  xsi:schemaLocation",[49,379,361],{"class":86},[49,381,382],{"class":59},"\"http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd\"",[49,384,94],{"class":86},[49,386,387,389,391],{"class":51,"line":108},[49,388,100],{"class":86},[49,390,103],{"class":90},[49,392,94],{"class":86},[49,394,395,397,399],{"class":51,"line":119},[49,396,111],{"class":86},[49,398,114],{"class":90},[49,400,94],{"class":86},[49,402,403,405,407,409,411],{"class":51,"line":135},[49,404,122],{"class":86},[49,406,125],{"class":90},[49,408,128],{"class":86},[49,410,125],{"class":90},[49,412,94],{"class":86},[49,414,415,417,419],{"class":51,"line":145},[49,416,122],{"class":86},[49,418,140],{"class":90},[49,420,94],{"class":86},[49,422,423,425,427],{"class":51,"line":156},[49,424,148],{"class":86},[49,426,151],{"class":90},[49,428,94],{"class":86},[49,430,431,433,435],{"class":51,"line":167},[49,432,159],{"class":86},[49,434,162],{"class":90},[49,436,94],{"class":86},[49,438,439,441,443,446,448],{"class":51,"line":183},[49,440,170],{"class":86},[49,442,173],{"class":90},[49,444,445],{"class":86},">Deploy-Token\u003C/",[49,447,173],{"class":90},[49,449,94],{"class":86},[49,451,452,454,456,459,461],{"class":51,"line":198},[49,453,170],{"class":86},[49,455,188],{"class":90},[49,457,458],{"class":86},">${env.CI_DEPLOY_PASSWORD}\u003C/",[49,460,188],{"class":90},[49,462,94],{"class":86},[49,464,465,467,469],{"class":51,"line":208},[49,466,201],{"class":86},[49,468,162],{"class":90},[49,470,94],{"class":86},[49,472,473,475,477],{"class":51,"line":218},[49,474,211],{"class":86},[49,476,151],{"class":90},[49,478,94],{"class":86},[49,480,481,483,485],{"class":51,"line":228},[49,482,221],{"class":86},[49,484,140],{"class":90},[49,486,94],{"class":86},[49,488,489,491,493],{"class":51,"line":238},[49,490,231],{"class":86},[49,492,114],{"class":90},[49,494,94],{"class":86},[49,496,497,499,501],{"class":51,"line":248},[49,498,241],{"class":86},[49,500,103],{"class":90},[49,502,94],{"class":86},[49,504,506,508,510],{"class":51,"line":505},16,[49,507,251],{"class":86},[49,509,91],{"class":90},[49,511,94],{"class":86},[12,513,514],{},"In this setup:",[516,517,518,526],"ul",{},[519,520,521,522,525],"li",{},"The ",[46,523,524],{},"CI_DEPLOY_PASSWORD"," should be set as a CI/CD variable in your GitLab project settings containing the deploy token.",[519,527,521,528,531,532,535],{},[46,529,530],{},"\u003Cid>"," should match the repository ID in your project's ",[46,533,534],{},"pom.xml"," file.",[12,537,538,541],{},[31,539,540],{},"Token rotation:"," Implement a token rotation policy using GitLab's API. For example, you could create a scheduled pipeline that rotates tokens monthly:",[39,543,545],{"className":268,"code":544,"language":270,"meta":44,"style":44},"rotate_tokens:\n  script:\n    - curl --request POST \"https://gitlab.example.com/api/v4/projects/${CI_PROJECT_ID}/deploy_tokens\" --header \"PRIVATE-TOKEN: ${ADMIN_TOKEN}\" --form \"name=maven-deploy-${CI_PIPELINE_ID}\" --form \"scopes[]=read_registry\" --form \"scopes[]=write_registry\"\n  only:\n    - schedules\n",[46,546,547,554,560,572,578],{"__ignoreMap":44},[49,548,549,552],{"class":51,"line":52},[49,550,551],{"class":90},"rotate_tokens",[49,553,280],{"class":86},[49,555,556,558],{"class":51,"line":97},[49,557,285],{"class":90},[49,559,280],{"class":86},[49,561,562,564,567,569],{"class":51,"line":108},[49,563,292],{"class":86},[49,565,566],{"class":90},"curl --request POST \"https://gitlab.example.com/api/v4/projects/${CI_PROJECT_ID}/deploy_tokens\" --header \"PRIVATE-TOKEN",[49,568,310],{"class":86},[49,570,571],{"class":59},"${ADMIN_TOKEN}\" --form \"name=maven-deploy-${CI_PIPELINE_ID}\" --form \"scopes[]=read_registry\" --form \"scopes[]=write_registry\"\n",[49,573,574,576],{"class":51,"line":119},[49,575,328],{"class":90},[49,577,280],{"class":86},[49,579,580,582],{"class":51,"line":135},[49,581,292],{"class":86},[49,583,584],{"class":59},"schedules\n",[24,586,588],{"id":587},"leverage-gitlabs-built-in-security-features","Leverage GitLab's built-in security features",[12,590,591,594,595,265],{},[31,592,593],{},"Dependency Scanning:"," Enable it in your ",[46,596,264],{},[39,598,600],{"className":268,"code":599,"language":270,"meta":44,"style":44},"include:\n  - template: Security/Dependency-Scanning.gitlab-ci.yml\n\nvariables:\n  DS_JAVA_VERSION: 11\n",[46,601,602,609,622,628,635],{"__ignoreMap":44},[49,603,604,607],{"class":51,"line":52},[49,605,606],{"class":90},"include",[49,608,280],{"class":86},[49,610,611,614,617,619],{"class":51,"line":97},[49,612,613],{"class":86},"  - ",[49,615,616],{"class":90},"template",[49,618,310],{"class":86},[49,620,621],{"class":59},"Security/Dependency-Scanning.gitlab-ci.yml\n",[49,623,624],{"class":51,"line":108},[49,625,627],{"emptyLinePlaceholder":626},true,"\n",[49,629,630,633],{"class":51,"line":119},[49,631,632],{"class":90},"variables",[49,634,280],{"class":86},[49,636,637,640,642],{"class":51,"line":135},[49,638,639],{"class":90},"  DS_JAVA_VERSION",[49,641,310],{"class":86},[49,643,644],{"class":63},"11\n",[12,646,647,650],{},[31,648,649],{},"Container Scanning:"," If you're containerizing your Maven applications.",[39,652,654],{"className":268,"code":653,"language":270,"meta":44,"style":44},"include:\n  - template: Security/Container-Scanning.gitlab-ci.yml\n\nvariables:\n  CS_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA\n",[46,655,656,662,673,677,683],{"__ignoreMap":44},[49,657,658,660],{"class":51,"line":52},[49,659,606],{"class":90},[49,661,280],{"class":86},[49,663,664,666,668,670],{"class":51,"line":97},[49,665,613],{"class":86},[49,667,616],{"class":90},[49,669,310],{"class":86},[49,671,672],{"class":59},"Security/Container-Scanning.gitlab-ci.yml\n",[49,674,675],{"class":51,"line":108},[49,676,627],{"emptyLinePlaceholder":626},[49,678,679,681],{"class":51,"line":119},[49,680,632],{"class":90},[49,682,280],{"class":86},[49,684,685,688,690],{"class":51,"line":135},[49,686,687],{"class":90},"  CS_IMAGE",[49,689,310],{"class":86},[49,691,692],{"class":59},"$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA\n",[12,694,695,698],{},[31,696,697],{},"License Compliance:"," Ensure all dependencies comply with your project's licensing requirements.",[39,700,702],{"className":268,"code":701,"language":270,"meta":44,"style":44},"include:\n  - template: Security/License-Scanning.gitlab-ci.yml\n",[46,703,704,710],{"__ignoreMap":44},[49,705,706,708],{"class":51,"line":52},[49,707,606],{"class":90},[49,709,280],{"class":86},[49,711,712,714,716,718],{"class":51,"line":97},[49,713,613],{"class":86},[49,715,616],{"class":90},[49,717,310],{"class":86},[49,719,720],{"class":59},"Security/License-Scanning.gitlab-ci.yml\n",[24,722,724],{"id":723},"secure-your-cicd-pipeline","Secure your CI/CD pipeline",[516,726,727,764,770],{},[519,728,729,732,733],{},[31,730,731],{},"CI/CD variables:"," Store sensitive information securely.",[39,734,736],{"className":268,"code":735,"language":270,"meta":44,"style":44},"variables:\n  MAVEN_REPO_USER: ${CI_DEPLOY_USER}\n  MAVEN_REPO_PASS: ${CI_DEPLOY_PASSWORD}\n",[46,737,738,744,754],{"__ignoreMap":44},[49,739,740,742],{"class":51,"line":52},[49,741,632],{"class":90},[49,743,280],{"class":86},[49,745,746,749,751],{"class":51,"line":97},[49,747,748],{"class":90},"  MAVEN_REPO_USER",[49,750,310],{"class":86},[49,752,753],{"class":59},"${CI_DEPLOY_USER}\n",[49,755,756,759,761],{"class":51,"line":108},[49,757,758],{"class":90},"  MAVEN_REPO_PASS",[49,760,310],{"class":86},[49,762,763],{"class":59},"${CI_DEPLOY_PASSWORD}\n",[519,765,766,769],{},[31,767,768],{},"Masked variables:"," Prevent exposure in job logs. Set these in your GitLab CI/CD settings.",[519,771,772,775],{},[31,773,774],{},"Protected branches and tags:"," Configure these in your GitLab project settings to control who can trigger package publishing.",[24,777,779],{"id":778},"implement-package-signing","Implement package signing",[516,781,782,941],{},[519,783,784,785],{},"Use the Maven GPG plugin to sign your artifacts.",[39,786,788],{"className":77,"code":787,"language":79,"meta":44,"style":44},"\u003Cplugin>\n  \u003CgroupId>org.apache.maven.plugins\u003C/groupId>\n  \u003CartifactId>maven-gpg-plugin\u003C/artifactId>\n  \u003Cversion>1.6\u003C/version>\n  \u003Cexecutions>\n    \u003Cexecution>\n      \u003Cid>sign-artifacts\u003C/id>\n      \u003Cphase>verify\u003C/phase>\n      \u003Cgoals>\n        \u003Cgoal>sign\u003C/goal>\n      \u003C/goals>\n    \u003C/execution>\n  \u003C/executions>\n\u003C/plugin>\n",[46,789,790,799,813,827,841,850,859,872,886,895,909,917,925,933],{"__ignoreMap":44},[49,791,792,794,797],{"class":51,"line":52},[49,793,87],{"class":86},[49,795,796],{"class":90},"plugin",[49,798,94],{"class":86},[49,800,801,803,806,809,811],{"class":51,"line":97},[49,802,100],{"class":86},[49,804,805],{"class":90},"groupId",[49,807,808],{"class":86},">org.apache.maven.plugins\u003C/",[49,810,805],{"class":90},[49,812,94],{"class":86},[49,814,815,817,820,823,825],{"class":51,"line":108},[49,816,100],{"class":86},[49,818,819],{"class":90},"artifactId",[49,821,822],{"class":86},">maven-gpg-plugin\u003C/",[49,824,819],{"class":90},[49,826,94],{"class":86},[49,828,829,831,834,837,839],{"class":51,"line":119},[49,830,100],{"class":86},[49,832,833],{"class":90},"version",[49,835,836],{"class":86},">1.6\u003C/",[49,838,833],{"class":90},[49,840,94],{"class":86},[49,842,843,845,848],{"class":51,"line":135},[49,844,100],{"class":86},[49,846,847],{"class":90},"executions",[49,849,94],{"class":86},[49,851,852,854,857],{"class":51,"line":145},[49,853,111],{"class":86},[49,855,856],{"class":90},"execution",[49,858,94],{"class":86},[49,860,861,863,865,868,870],{"class":51,"line":156},[49,862,122],{"class":86},[49,864,125],{"class":90},[49,866,867],{"class":86},">sign-artifacts\u003C/",[49,869,125],{"class":90},[49,871,94],{"class":86},[49,873,874,876,879,882,884],{"class":51,"line":167},[49,875,122],{"class":86},[49,877,878],{"class":90},"phase",[49,880,881],{"class":86},">verify\u003C/",[49,883,878],{"class":90},[49,885,94],{"class":86},[49,887,888,890,893],{"class":51,"line":183},[49,889,122],{"class":86},[49,891,892],{"class":90},"goals",[49,894,94],{"class":86},[49,896,897,899,902,905,907],{"class":51,"line":198},[49,898,148],{"class":86},[49,900,901],{"class":90},"goal",[49,903,904],{"class":86},">sign\u003C/",[49,906,901],{"class":90},[49,908,94],{"class":86},[49,910,911,913,915],{"class":51,"line":208},[49,912,221],{"class":86},[49,914,892],{"class":90},[49,916,94],{"class":86},[49,918,919,921,923],{"class":51,"line":218},[49,920,231],{"class":86},[49,922,856],{"class":90},[49,924,94],{"class":86},[49,926,927,929,931],{"class":51,"line":228},[49,928,241],{"class":86},[49,930,847],{"class":90},[49,932,94],{"class":86},[49,934,935,937,939],{"class":51,"line":238},[49,936,251],{"class":86},[49,938,796],{"class":90},[49,940,94],{"class":86},[519,942,943],{},"Store your GPG key securely using GitLab CI/CD variables.",[24,945,947],{"id":946},"control-package-access","Control package access",[516,949,950,953],{},[519,951,952],{},"Use GitLab's project and group-level package registry settings to restrict access.",[519,954,955],{},"Implement IP allowlists for network-level access control in your GitLab instance settings.",[16,957,959],{"id":958},"optimize-performance-streamline-your-maven-workflow","Optimize performance: Streamline your Maven workflow",[12,961,962],{},"Efficiency is crucial when working with large projects or numerous dependencies. Here are advanced techniques to optimize your Maven package usage in GitLab.",[24,964,966],{"id":965},"utilize-dependency-management","Utilize dependency management",[516,968,969],{},[519,970,971,972,975,976],{},"Use the ",[46,973,974],{},"\u003CdependencyManagement>"," section in your parent POM.",[39,977,979],{"className":77,"code":978,"language":79,"meta":44,"style":44},"\u003CdependencyManagement>\n  \u003Cdependencies>\n    \u003Cdependency>\n      \u003CgroupId>org.springframework.boot\u003C/groupId>\n      \u003CartifactId>spring-boot-dependencies\u003C/artifactId>\n      \u003Cversion>${spring-boot.version}\u003C/version>\n      \u003Ctype>pom\u003C/type>\n      \u003Cscope>import\u003C/scope>\n    \u003C/dependency>\n  \u003C/dependencies>\n\u003C/dependencyManagement>\n",[46,980,981,990,999,1008,1021,1034,1047,1061,1075,1083,1091],{"__ignoreMap":44},[49,982,983,985,988],{"class":51,"line":52},[49,984,87],{"class":86},[49,986,987],{"class":90},"dependencyManagement",[49,989,94],{"class":86},[49,991,992,994,997],{"class":51,"line":97},[49,993,100],{"class":86},[49,995,996],{"class":90},"dependencies",[49,998,94],{"class":86},[49,1000,1001,1003,1006],{"class":51,"line":108},[49,1002,111],{"class":86},[49,1004,1005],{"class":90},"dependency",[49,1007,94],{"class":86},[49,1009,1010,1012,1014,1017,1019],{"class":51,"line":119},[49,1011,122],{"class":86},[49,1013,805],{"class":90},[49,1015,1016],{"class":86},">org.springframework.boot\u003C/",[49,1018,805],{"class":90},[49,1020,94],{"class":86},[49,1022,1023,1025,1027,1030,1032],{"class":51,"line":135},[49,1024,122],{"class":86},[49,1026,819],{"class":90},[49,1028,1029],{"class":86},">spring-boot-dependencies\u003C/",[49,1031,819],{"class":90},[49,1033,94],{"class":86},[49,1035,1036,1038,1040,1043,1045],{"class":51,"line":145},[49,1037,122],{"class":86},[49,1039,833],{"class":90},[49,1041,1042],{"class":86},">${spring-boot.version}\u003C/",[49,1044,833],{"class":90},[49,1046,94],{"class":86},[49,1048,1049,1051,1054,1057,1059],{"class":51,"line":156},[49,1050,122],{"class":86},[49,1052,1053],{"class":90},"type",[49,1055,1056],{"class":86},">pom\u003C/",[49,1058,1053],{"class":90},[49,1060,94],{"class":86},[49,1062,1063,1065,1068,1071,1073],{"class":51,"line":167},[49,1064,122],{"class":86},[49,1066,1067],{"class":90},"scope",[49,1069,1070],{"class":86},">import\u003C/",[49,1072,1067],{"class":90},[49,1074,94],{"class":86},[49,1076,1077,1079,1081],{"class":51,"line":183},[49,1078,231],{"class":86},[49,1080,1005],{"class":90},[49,1082,94],{"class":86},[49,1084,1085,1087,1089],{"class":51,"line":198},[49,1086,241],{"class":86},[49,1088,996],{"class":90},[49,1090,94],{"class":86},[49,1092,1093,1095,1097],{"class":51,"line":208},[49,1094,251],{"class":86},[49,1096,987],{"class":90},[49,1098,94],{"class":86},[24,1100,1102],{"id":1101},"leverage-multi-module-projects","Leverage multi-module projects",[516,1104,1105,1116],{},[519,1106,1107,1108],{},"Structure your project with a parent POM and multiple modules:",[39,1109,1114],{"className":1110,"code":1112,"language":1113},[1111],"language-text","my-project/\n├── pom.xml\n├── module1/\n│   └── pom.xml\n├── module2/\n│   └── pom.xml\n└── module3/\n    └── pom.xml\n","text",[46,1115,1112],{"__ignoreMap":44},[519,1117,1118,1119],{},"Use Maven's reactor to build modules in the optimal order:",[39,1120,1122],{"className":41,"code":1121,"language":43,"meta":44,"style":44},"mvn clean install\n",[46,1123,1124],{"__ignoreMap":44},[49,1125,1126,1128,1131],{"class":51,"line":52},[49,1127,56],{"class":55},[49,1129,1130],{"class":59}," clean",[49,1132,1133],{"class":59}," install\n",[24,1135,1137],{"id":1136},"implement-parallel-builds","Implement parallel builds",[516,1139,1140],{},[519,1141,1142,1143],{},"Use Maven's parallel build feature:",[39,1144,1146],{"className":41,"code":1145,"language":43,"meta":44,"style":44},"mvn -T 4C clean install\n",[46,1147,1148],{"__ignoreMap":44},[49,1149,1150,1152,1155,1158,1160],{"class":51,"line":52},[49,1151,56],{"class":55},[49,1153,1154],{"class":63}," -T",[49,1156,1157],{"class":59}," 4C",[49,1159,1130],{"class":59},[49,1161,1133],{"class":59},[24,1163,1165],{"id":1164},"optimize-for-cicd","Optimize for CI/CD",[516,1167,1168,1224],{},[519,1169,1170,1171,1173,1174],{},"In ",[46,1172,264],{},", use caching to speed up builds:",[39,1175,1177],{"className":268,"code":1176,"language":270,"meta":44,"style":44},"cache:\n  paths:\n    - .m2/repository\n\nbuild:\n  script:\n    - mvn clean package -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository\n",[46,1178,1179,1186,1193,1200,1204,1211,1217],{"__ignoreMap":44},[49,1180,1181,1184],{"class":51,"line":52},[49,1182,1183],{"class":90},"cache",[49,1185,280],{"class":86},[49,1187,1188,1191],{"class":51,"line":97},[49,1189,1190],{"class":90},"  paths",[49,1192,280],{"class":86},[49,1194,1195,1197],{"class":51,"line":108},[49,1196,292],{"class":86},[49,1198,1199],{"class":59},".m2/repository\n",[49,1201,1202],{"class":51,"line":119},[49,1203,627],{"emptyLinePlaceholder":626},[49,1205,1206,1209],{"class":51,"line":135},[49,1207,1208],{"class":90},"build",[49,1210,280],{"class":86},[49,1212,1213,1215],{"class":51,"line":145},[49,1214,285],{"class":90},[49,1216,280],{"class":86},[49,1218,1219,1221],{"class":51,"line":156},[49,1220,292],{"class":86},[49,1222,1223],{"class":59},"mvn clean package -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository\n",[519,1225,1226,1227],{},"Implement incremental builds:",[39,1228,1230],{"className":268,"code":1229,"language":270,"meta":44,"style":44},"build:\n  script:\n    - mvn clean install -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -am -amd -fae\n",[46,1231,1232,1238,1244],{"__ignoreMap":44},[49,1233,1234,1236],{"class":51,"line":52},[49,1235,1208],{"class":90},[49,1237,280],{"class":86},[49,1239,1240,1242],{"class":51,"line":97},[49,1241,285],{"class":90},[49,1243,280],{"class":86},[49,1245,1246,1248],{"class":51,"line":108},[49,1247,292],{"class":86},[49,1249,1250],{"class":59},"mvn clean install -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -am -amd -fae\n",[24,1252,1254],{"id":1253},"utilize-build-caching","Utilize build caching",[516,1256,1257],{},[519,1258,1259,1260],{},"Use the Gradle Enterprise Maven Extension for build caching:",[39,1261,1263],{"className":77,"code":1262,"language":79,"meta":44,"style":44},"\u003Cbuild>\n  \u003Cplugins>\n    \u003Cplugin>\n      \u003CgroupId>com.gradle\u003C/groupId>\n      \u003CartifactId>gradle-enterprise-maven-plugin\u003C/artifactId>\n      \u003Cversion>1.9\u003C/version>\n      \u003Cconfiguration>\n        \u003CgradleEnterprise>\n          \u003Cserver>https://ge.example.com\u003C/server>\n          \u003CallowUntrusted>false\u003C/allowUntrusted>\n        \u003C/gradleEnterprise>\n      \u003C/configuration>\n    \u003C/plugin>\n  \u003C/plugins>\n\u003C/build>\n",[46,1264,1265,1273,1282,1290,1303,1316,1329,1337,1346,1359,1373,1381,1389,1397,1405],{"__ignoreMap":44},[49,1266,1267,1269,1271],{"class":51,"line":52},[49,1268,87],{"class":86},[49,1270,1208],{"class":90},[49,1272,94],{"class":86},[49,1274,1275,1277,1280],{"class":51,"line":97},[49,1276,100],{"class":86},[49,1278,1279],{"class":90},"plugins",[49,1281,94],{"class":86},[49,1283,1284,1286,1288],{"class":51,"line":108},[49,1285,111],{"class":86},[49,1287,796],{"class":90},[49,1289,94],{"class":86},[49,1291,1292,1294,1296,1299,1301],{"class":51,"line":119},[49,1293,122],{"class":86},[49,1295,805],{"class":90},[49,1297,1298],{"class":86},">com.gradle\u003C/",[49,1300,805],{"class":90},[49,1302,94],{"class":86},[49,1304,1305,1307,1309,1312,1314],{"class":51,"line":135},[49,1306,122],{"class":86},[49,1308,819],{"class":90},[49,1310,1311],{"class":86},">gradle-enterprise-maven-plugin\u003C/",[49,1313,819],{"class":90},[49,1315,94],{"class":86},[49,1317,1318,1320,1322,1325,1327],{"class":51,"line":145},[49,1319,122],{"class":86},[49,1321,833],{"class":90},[49,1323,1324],{"class":86},">1.9\u003C/",[49,1326,833],{"class":90},[49,1328,94],{"class":86},[49,1330,1331,1333,1335],{"class":51,"line":156},[49,1332,122],{"class":86},[49,1334,140],{"class":90},[49,1336,94],{"class":86},[49,1338,1339,1341,1344],{"class":51,"line":167},[49,1340,148],{"class":86},[49,1342,1343],{"class":90},"gradleEnterprise",[49,1345,94],{"class":86},[49,1347,1348,1350,1352,1355,1357],{"class":51,"line":183},[49,1349,159],{"class":86},[49,1351,114],{"class":90},[49,1353,1354],{"class":86},">https://ge.example.com\u003C/",[49,1356,114],{"class":90},[49,1358,94],{"class":86},[49,1360,1361,1363,1366,1369,1371],{"class":51,"line":198},[49,1362,159],{"class":86},[49,1364,1365],{"class":90},"allowUntrusted",[49,1367,1368],{"class":86},">false\u003C/",[49,1370,1365],{"class":90},[49,1372,94],{"class":86},[49,1374,1375,1377,1379],{"class":51,"line":208},[49,1376,211],{"class":86},[49,1378,1343],{"class":90},[49,1380,94],{"class":86},[49,1382,1383,1385,1387],{"class":51,"line":218},[49,1384,221],{"class":86},[49,1386,140],{"class":90},[49,1388,94],{"class":86},[49,1390,1391,1393,1395],{"class":51,"line":228},[49,1392,231],{"class":86},[49,1394,796],{"class":90},[49,1396,94],{"class":86},[49,1398,1399,1401,1403],{"class":51,"line":238},[49,1400,241],{"class":86},[49,1402,1279],{"class":90},[49,1404,94],{"class":86},[49,1406,1407,1409,1411],{"class":51,"line":248},[49,1408,251],{"class":86},[49,1410,1208],{"class":90},[49,1412,94],{"class":86},[16,1414,1416],{"id":1415},"introducing-the-maven-virtual-registry-beta-program","Introducing the Maven Virtual Registry beta program",[12,1418,1419],{},"I'm thrilled to announce the launch of our beta program for the upcoming Maven virtual registry feature. This addition to our package ecosystem will change how you manage Maven repositories in GitLab.",[24,1421,1423],{"id":1422},"key-features-of-maven-virtual-registry","Key features of Maven Virtual Registry",[1425,1426,1427,1433,1439],"ol",{},[519,1428,1429,1432],{},[31,1430,1431],{},"Repository aggregation:"," Combine multiple Maven repositories (both internal and external) into a single virtual repository.",[519,1434,1435,1438],{},[31,1436,1437],{},"Smart proxy and caching:"," Improve build times by caching artifacts and intelligently routing requests.",[519,1440,1441,1444],{},[31,1442,1443],{},"Centralized Access Control:"," Enhance security by managing access to all repositories from a single point.",[24,1446,1448],{"id":1447},"how-it-works","How it works",[1425,1450,1451],{},[519,1452,1453,1456,1457,1459],{},[31,1454,1455],{},"Configuration:"," Configure Maven authentication in your ",[46,1458,73],{},":",[39,1461,1463],{"className":77,"code":1462,"language":79,"meta":44,"style":44},"\u003Csettings>\n  \u003Cservers>\n    \u003Cserver>\n      \u003Cid>gitlab-maven\u003C/id>\n      \u003Cconfiguration>\n        \u003ChttpHeaders>\n          \u003Cproperty>\n            \u003Cname>Private-Token\u003C/name>\n            \u003Cvalue>${env.GITLAB_TOKEN}\u003C/value>\n          \u003C/property>\n        \u003C/httpHeaders>\n      \u003C/configuration>\n    \u003C/server>\n  \u003C/servers>\n\u003C/settings>\n",[46,1464,1465,1473,1481,1489,1501,1509,1517,1525,1537,1550,1558,1566,1574,1582,1590],{"__ignoreMap":44},[49,1466,1467,1469,1471],{"class":51,"line":52},[49,1468,87],{"class":86},[49,1470,91],{"class":90},[49,1472,94],{"class":86},[49,1474,1475,1477,1479],{"class":51,"line":97},[49,1476,100],{"class":86},[49,1478,103],{"class":90},[49,1480,94],{"class":86},[49,1482,1483,1485,1487],{"class":51,"line":108},[49,1484,111],{"class":86},[49,1486,114],{"class":90},[49,1488,94],{"class":86},[49,1490,1491,1493,1495,1497,1499],{"class":51,"line":119},[49,1492,122],{"class":86},[49,1494,125],{"class":90},[49,1496,128],{"class":86},[49,1498,125],{"class":90},[49,1500,94],{"class":86},[49,1502,1503,1505,1507],{"class":51,"line":135},[49,1504,122],{"class":86},[49,1506,140],{"class":90},[49,1508,94],{"class":86},[49,1510,1511,1513,1515],{"class":51,"line":145},[49,1512,148],{"class":86},[49,1514,151],{"class":90},[49,1516,94],{"class":86},[49,1518,1519,1521,1523],{"class":51,"line":156},[49,1520,159],{"class":86},[49,1522,162],{"class":90},[49,1524,94],{"class":86},[49,1526,1527,1529,1531,1533,1535],{"class":51,"line":167},[49,1528,170],{"class":86},[49,1530,173],{"class":90},[49,1532,176],{"class":86},[49,1534,173],{"class":90},[49,1536,94],{"class":86},[49,1538,1539,1541,1543,1546,1548],{"class":51,"line":183},[49,1540,170],{"class":86},[49,1542,188],{"class":90},[49,1544,1545],{"class":86},">${env.GITLAB_TOKEN}\u003C/",[49,1547,188],{"class":90},[49,1549,94],{"class":86},[49,1551,1552,1554,1556],{"class":51,"line":198},[49,1553,201],{"class":86},[49,1555,162],{"class":90},[49,1557,94],{"class":86},[49,1559,1560,1562,1564],{"class":51,"line":208},[49,1561,211],{"class":86},[49,1563,151],{"class":90},[49,1565,94],{"class":86},[49,1567,1568,1570,1572],{"class":51,"line":218},[49,1569,221],{"class":86},[49,1571,140],{"class":90},[49,1573,94],{"class":86},[49,1575,1576,1578,1580],{"class":51,"line":228},[49,1577,231],{"class":86},[49,1579,114],{"class":90},[49,1581,94],{"class":86},[49,1583,1584,1586,1588],{"class":51,"line":238},[49,1585,241],{"class":86},[49,1587,103],{"class":90},[49,1589,94],{"class":86},[49,1591,1592,1594,1596],{"class":51,"line":248},[49,1593,251],{"class":86},[49,1595,91],{"class":90},[49,1597,94],{"class":86},[12,1599,1600],{},"Authentication options:",[516,1602,1603,1614,1623,1631,1640],{},[519,1604,1605,1606,1609,1610,1613],{},"Personal access token: Use ",[46,1607,1608],{},"Private-Token"," as the name and ",[46,1611,1612],{},"${env.GITLAB_TOKEN}"," as the value.",[519,1615,1616,1617,1609,1620,1613],{},"Group deploy token: Use ",[46,1618,1619],{},"Deploy-Token",[46,1621,1622],{},"${env.GITLAB_DEPLOY_TOKEN}",[519,1624,1625,1626,1609,1628,1613],{},"Group access token: Use ",[46,1627,1608],{},[46,1629,1630],{},"${env.GITLAB_ACCESS_TOKEN}",[519,1632,1633,1634,1609,1637,1613],{},"CI job token: Use ",[46,1635,1636],{},"Job-Token",[46,1638,1639],{},"${CI_JOB_TOKEN}",[519,1641,1642,1643,265],{},"Configure the virtual registry in your ",[46,1644,534],{},[12,1646,1647],{},"Option 1: As an additional registry:",[39,1649,1651],{"className":77,"code":1650,"language":79,"meta":44,"style":44},"\u003Crepositories>\n  \u003Crepository>\n    \u003Cid>gitlab-maven\u003C/id>\n    \u003Curl>https://gitlab.example.com/api/v4/virtual_registries/packages/maven/\u003Cvirtual registry id>\u003C/url>\n  \u003C/repository>\n\u003C/repositories>\n",[46,1652,1653,1662,1671,1683,1703,1711],{"__ignoreMap":44},[49,1654,1655,1657,1660],{"class":51,"line":52},[49,1656,87],{"class":86},[49,1658,1659],{"class":90},"repositories",[49,1661,94],{"class":86},[49,1663,1664,1666,1669],{"class":51,"line":97},[49,1665,100],{"class":86},[49,1667,1668],{"class":90},"repository",[49,1670,94],{"class":86},[49,1672,1673,1675,1677,1679,1681],{"class":51,"line":108},[49,1674,111],{"class":86},[49,1676,125],{"class":90},[49,1678,128],{"class":86},[49,1680,125],{"class":90},[49,1682,94],{"class":86},[49,1684,1685,1687,1690,1693,1696,1699,1701],{"class":51,"line":119},[49,1686,111],{"class":86},[49,1688,1689],{"class":90},"url",[49,1691,1692],{"class":86},">https://gitlab.example.com/api/v4/virtual_registries/packages/maven/\u003C",[49,1694,1695],{"class":90},"virtual",[49,1697,1698],{"class":86}," registry id>\u003C/",[49,1700,1689],{"class":90},[49,1702,94],{"class":86},[49,1704,1705,1707,1709],{"class":51,"line":135},[49,1706,241],{"class":86},[49,1708,1668],{"class":90},[49,1710,94],{"class":86},[49,1712,1713,1715,1717],{"class":51,"line":145},[49,1714,251],{"class":86},[49,1716,1659],{"class":90},[49,1718,94],{"class":86},[12,1720,1721,1722,1724],{},"Option 2: As a replacement for Maven Central (in your ",[46,1723,73],{},"):",[39,1726,1728],{"className":77,"code":1727,"language":79,"meta":44,"style":44},"\u003Cmirrors>\n  \u003Cmirror>\n    \u003Cid>gitlab-maven\u003C/id>\n    \u003Cname>GitLab virtual registry for Maven Central\u003C/name>\n    \u003Curl>https://gitlab.example.com/api/v4/virtual_registries/packages/maven/\u003Cvirtual registry id>\u003C/url>\n    \u003CmirrorOf>central\u003C/mirrorOf>\n  \u003C/mirror>\n\u003C/mirrors>\n",[46,1729,1730,1739,1748,1760,1773,1789,1803,1811],{"__ignoreMap":44},[49,1731,1732,1734,1737],{"class":51,"line":52},[49,1733,87],{"class":86},[49,1735,1736],{"class":90},"mirrors",[49,1738,94],{"class":86},[49,1740,1741,1743,1746],{"class":51,"line":97},[49,1742,100],{"class":86},[49,1744,1745],{"class":90},"mirror",[49,1747,94],{"class":86},[49,1749,1750,1752,1754,1756,1758],{"class":51,"line":108},[49,1751,111],{"class":86},[49,1753,125],{"class":90},[49,1755,128],{"class":86},[49,1757,125],{"class":90},[49,1759,94],{"class":86},[49,1761,1762,1764,1766,1769,1771],{"class":51,"line":119},[49,1763,111],{"class":86},[49,1765,173],{"class":90},[49,1767,1768],{"class":86},">GitLab virtual registry for Maven Central\u003C/",[49,1770,173],{"class":90},[49,1772,94],{"class":86},[49,1774,1775,1777,1779,1781,1783,1785,1787],{"class":51,"line":135},[49,1776,111],{"class":86},[49,1778,1689],{"class":90},[49,1780,1692],{"class":86},[49,1782,1695],{"class":90},[49,1784,1698],{"class":86},[49,1786,1689],{"class":90},[49,1788,94],{"class":86},[49,1790,1791,1793,1796,1799,1801],{"class":51,"line":145},[49,1792,111],{"class":86},[49,1794,1795],{"class":90},"mirrorOf",[49,1797,1798],{"class":86},">central\u003C/",[49,1800,1795],{"class":90},[49,1802,94],{"class":86},[49,1804,1805,1807,1809],{"class":51,"line":156},[49,1806,241],{"class":86},[49,1808,1745],{"class":90},[49,1810,94],{"class":86},[49,1812,1813,1815,1817],{"class":51,"line":167},[49,1814,251],{"class":86},[49,1816,1736],{"class":90},[49,1818,94],{"class":86},[1425,1820,1821],{"start":97},[519,1822,1823,1826],{},[31,1824,1825],{},"Usage:"," Now all your Maven operations will use the virtual repository.",[39,1828,1832],{"className":1829,"code":1830,"language":1831,"meta":44,"style":44},"language-shell shiki shiki-themes github-light","# For personal access tokens\nexport GITLAB_TOKEN=your_personal_access_token\n\n# For group deploy tokens\nexport GITLAB_DEPLOY_TOKEN=your_deploy_token\n\n# For group access tokens\nexport GITLAB_ACCESS_TOKEN=your_access_token\n\n# Then run Maven commands normally\nmvn package\n\n","shell",[46,1833,1834,1840,1854,1858,1863,1875,1879,1884,1896,1900,1905],{"__ignoreMap":44},[49,1835,1836],{"class":51,"line":52},[49,1837,1839],{"class":1838},"sAwPA","# For personal access tokens\n",[49,1841,1842,1846,1849,1851],{"class":51,"line":97},[49,1843,1845],{"class":1844},"sD7c4","export",[49,1847,1848],{"class":86}," GITLAB_TOKEN",[49,1850,361],{"class":1844},[49,1852,1853],{"class":86},"your_personal_access_token\n",[49,1855,1856],{"class":51,"line":108},[49,1857,627],{"emptyLinePlaceholder":626},[49,1859,1860],{"class":51,"line":119},[49,1861,1862],{"class":1838},"# For group deploy tokens\n",[49,1864,1865,1867,1870,1872],{"class":51,"line":135},[49,1866,1845],{"class":1844},[49,1868,1869],{"class":86}," GITLAB_DEPLOY_TOKEN",[49,1871,361],{"class":1844},[49,1873,1874],{"class":86},"your_deploy_token\n",[49,1876,1877],{"class":51,"line":145},[49,1878,627],{"emptyLinePlaceholder":626},[49,1880,1881],{"class":51,"line":156},[49,1882,1883],{"class":1838},"# For group access tokens\n",[49,1885,1886,1888,1891,1893],{"class":51,"line":167},[49,1887,1845],{"class":1844},[49,1889,1890],{"class":86}," GITLAB_ACCESS_TOKEN",[49,1892,361],{"class":1844},[49,1894,1895],{"class":86},"your_access_token\n",[49,1897,1898],{"class":51,"line":183},[49,1899,627],{"emptyLinePlaceholder":626},[49,1901,1902],{"class":51,"line":198},[49,1903,1904],{"class":1838},"# Then run Maven commands normally\n",[49,1906,1907,1909],{"class":51,"line":208},[49,1908,56],{"class":55},[49,1910,1911],{"class":59}," package\n",[1425,1913,1914],{"start":108},[519,1915,1916],{},"Benefits",[516,1918,1919,1922,1925,1928],{},[519,1920,1921],{},"Simplified dependency management",[519,1923,1924],{},"Improved build times",[519,1926,1927],{},"Enhanced security and compliance",[519,1929,1930],{},"Better control over third-party dependencies",[24,1932,1934],{"id":1933},"join-the-beta-program","Join the beta program",[12,1936,1937],{},"We're actively seeking participants for our beta program. As a beta tester, you'll have the opportunity to:",[516,1939,1940,1943,1946,1949],{},[519,1941,1942],{},"Get early access to the Maven Virtual Registry feature.",[519,1944,1945],{},"Provide direct feedback to our development team.",[519,1947,1948],{},"Shape the future of Maven package management in GitLab.",[519,1950,1951],{},"Participate in exclusive webinars and Q&A sessions with our product team.",[1953,1954,1955],"blockquote",{},[12,1956,1957,1958,1964,1965,1968],{},"To join the beta program or learn more about the Maven Virtual Registry, please visit the ",[1959,1960,1963],"a",{"href":1961,"rel":1962},"https://gitlab.com/gitlab-org/gitlab/-/issues/498139",[],"GitLab Maven Virtual Registry Beta Program"," (",[31,1966,1967],{},"Note:"," This is a placeholder link).",[16,1970,1972],{"id":1971},"summary","Summary",[12,1974,1975],{},"At GitLab, we're committed to providing cutting-edge tools for secure, efficient, and scalable software development. The Maven Virtual Registry is just one example of how we're continuously innovating to meet the evolving needs of developers and platform engineers.",[12,1977,1978],{},"Implementing the security measures and optimization techniques discussed in this post and leveraging upcoming features like the Maven Virtual Registry can improve your Maven workflow within GitLab.",[12,1980,1981],{},"We're excited about the future of package management in GitLab and can't wait to see how you'll use these features to take your development process to the next level. Stay tuned for more updates and happy coding!",[1983,1984,1985],"style",{},"html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .shJU0, html code.shiki .shJU0{--shiki-default:#22863A}html pre.shiki code .sAwPA, html code.shiki .sAwPA{--shiki-default:#6A737D}html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}",{"title":44,"searchDepth":97,"depth":97,"links":1987},[1988,1995,2002,2007],{"id":18,"depth":97,"text":19,"children":1989},[1990,1991,1992,1993,1994],{"id":26,"depth":108,"text":27},{"id":587,"depth":108,"text":588},{"id":723,"depth":108,"text":724},{"id":778,"depth":108,"text":779},{"id":946,"depth":108,"text":947},{"id":958,"depth":97,"text":959,"children":1996},[1997,1998,1999,2000,2001],{"id":965,"depth":108,"text":966},{"id":1101,"depth":108,"text":1102},{"id":1136,"depth":108,"text":1137},{"id":1164,"depth":108,"text":1165},{"id":1253,"depth":108,"text":1254},{"id":1415,"depth":97,"text":1416,"children":2003},[2004,2005,2006],{"id":1422,"depth":108,"text":1423},{"id":1447,"depth":108,"text":1448},{"id":1933,"depth":108,"text":1934},{"id":1971,"depth":97,"text":1972},"security","2025-05-22","Learn the best practices, advanced techniques, and upcoming features that improve the efficiency of your DevSecOps workflow.","md",null,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666187/Blog/Hero%20Images/blog-image-template-1800x945__6_.png",{},"/en-us/blog/tutorial-secure-and-optimize-your-maven-repository-in-gitlab",{"title":5,"description":2010,"ogTitle":5,"ogDescription":2010,"noIndex":2017,"ogImage":2013,"ogUrl":2018,"ogSiteName":2019,"ogType":2020,"canonicalUrls":2018},false,"https://about.gitlab.com/blog/tutorial-secure-and-optimize-your-maven-repository-in-gitlab","https://about.gitlab.com","article","tutorial-secure-and-optimize-your-maven-repository-in-gitlab","en-us/blog/tutorial-secure-and-optimize-your-maven-repository-in-gitlab",[2008,2024,2025,2026,2027],"DevSecOps platform","features","product","workflow","BlogPost","BEFKuXsxkRhO-NMDLcJ8otVMMRedaBxygcvIzoTpX2g",{"logo":2031,"freeTrial":2036,"sales":2041,"login":2046,"items":2051,"search":2378,"minimal":2409,"duo":2428,"switchNav":2437,"pricingDeployment":2448},{"config":2032},{"href":2033,"dataGaName":2034,"dataGaLocation":2035},"/","gitlab logo","header",{"text":2037,"config":2038},"Get free trial",{"href":2039,"dataGaName":2040,"dataGaLocation":2035},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":2042,"config":2043},"Request a demo",{"href":2044,"dataGaName":2045,"dataGaLocation":2035},"/sales/?contact-topic=request-demo","sales",{"text":2047,"config":2048},"Sign in",{"href":2049,"dataGaName":2050,"dataGaLocation":2035},"https://gitlab.com/users/sign_in/","sign in",[2052,2081,2181,2186,2300,2356],{"text":2053,"config":2054,"menu":2056},"Platform",{"dataNavLevelOne":2055},"platform",{"type":2057,"columns":2058},"cards",[2059,2065,2073],{"title":2053,"description":2060,"link":2061},"The intelligent orchestration platform for DevSecOps",{"text":2062,"config":2063},"Explore our Platform",{"href":2064,"dataGaName":2055,"dataGaLocation":2035},"/platform/",{"title":2066,"description":2067,"link":2068},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":2069,"config":2070},"Meet GitLab Duo",{"href":2071,"dataGaName":2072,"dataGaLocation":2035},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":2074,"description":2075,"link":2076},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":2077,"config":2078},"Learn more",{"href":2079,"dataGaName":2080,"dataGaLocation":2035},"/why-gitlab/","why gitlab",{"text":2082,"left":626,"config":2083,"menu":2085},"Product",{"dataNavLevelOne":2084},"solutions",{"type":2086,"link":2087,"columns":2091,"feature":2160},"lists",{"text":2088,"config":2089},"View all Solutions",{"href":2090,"dataGaName":2084,"dataGaLocation":2035},"/solutions/",[2092,2116,2139],{"title":2093,"description":2094,"link":2095,"items":2100},"Automation","CI/CD and automation to accelerate deployment",{"config":2096},{"icon":2097,"href":2098,"dataGaName":2099,"dataGaLocation":2035},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[2101,2105,2108,2112],{"text":2102,"config":2103},"CI/CD",{"href":2104,"dataGaLocation":2035,"dataGaName":2102},"/solutions/continuous-integration/",{"text":2066,"config":2106},{"href":2071,"dataGaLocation":2035,"dataGaName":2107},"gitlab duo agent platform - product menu",{"text":2109,"config":2110},"Source Code Management",{"href":2111,"dataGaLocation":2035,"dataGaName":2109},"/solutions/source-code-management/",{"text":2113,"config":2114},"Automated Software Delivery",{"href":2098,"dataGaLocation":2035,"dataGaName":2115},"Automated software delivery",{"title":2117,"description":2118,"link":2119,"items":2124},"Security","Deliver code faster without compromising security",{"config":2120},{"href":2121,"dataGaName":2122,"dataGaLocation":2035,"icon":2123},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[2125,2129,2134],{"text":2126,"config":2127},"Application Security Testing",{"href":2121,"dataGaName":2128,"dataGaLocation":2035},"Application security testing",{"text":2130,"config":2131},"Software Supply Chain Security",{"href":2132,"dataGaLocation":2035,"dataGaName":2133},"/solutions/supply-chain/","Software supply chain security",{"text":2135,"config":2136},"Software Compliance",{"href":2137,"dataGaName":2138,"dataGaLocation":2035},"/solutions/software-compliance/","software compliance",{"title":2140,"link":2141,"items":2146},"Measurement",{"config":2142},{"icon":2143,"href":2144,"dataGaName":2145,"dataGaLocation":2035},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[2147,2151,2155],{"text":2148,"config":2149},"Visibility & Measurement",{"href":2144,"dataGaLocation":2035,"dataGaName":2150},"Visibility and Measurement",{"text":2152,"config":2153},"Value Stream Management",{"href":2154,"dataGaLocation":2035,"dataGaName":2152},"/solutions/value-stream-management/",{"text":2156,"config":2157},"Analytics & Insights",{"href":2158,"dataGaLocation":2035,"dataGaName":2159},"/solutions/analytics-and-insights/","Analytics and insights",{"title":2161,"type":2086,"items":2162},"GitLab for",[2163,2169,2175],{"text":2164,"config":2165},"Enterprise",{"icon":2166,"href":2167,"dataGaLocation":2035,"dataGaName":2168},"Building","/enterprise/","enterprise",{"text":2170,"config":2171},"Small Business",{"icon":2172,"href":2173,"dataGaLocation":2035,"dataGaName":2174},"Work","/small-business/","small business",{"text":2176,"config":2177},"Public Sector",{"icon":2178,"href":2179,"dataGaLocation":2035,"dataGaName":2180},"Organization","/solutions/public-sector/","public sector",{"text":2182,"config":2183},"Pricing",{"href":2184,"dataGaName":2185,"dataGaLocation":2035,"dataNavLevelOne":2185},"/pricing/","pricing",{"text":2187,"config":2188,"menu":2190},"Resources",{"dataNavLevelOne":2189},"resources",{"type":2086,"link":2191,"columns":2195,"feature":2289},{"text":2192,"config":2193},"View all resources",{"href":2194,"dataGaName":2189,"dataGaLocation":2035},"/resources/",[2196,2229,2256],{"title":2197,"items":2198},"Getting started",[2199,2204,2209,2214,2219,2224],{"text":2200,"config":2201},"Install",{"href":2202,"dataGaName":2203,"dataGaLocation":2035},"/install/","install",{"text":2205,"config":2206},"Quick start guides",{"href":2207,"dataGaName":2208,"dataGaLocation":2035},"/get-started/","quick setup checklists",{"text":2210,"config":2211},"Learn",{"href":2212,"dataGaLocation":2035,"dataGaName":2213},"https://university.gitlab.com/","learn",{"text":2215,"config":2216},"Product documentation",{"href":2217,"dataGaName":2218,"dataGaLocation":2035},"https://docs.gitlab.com/","product documentation",{"text":2220,"config":2221},"Best practice videos",{"href":2222,"dataGaName":2223,"dataGaLocation":2035},"/getting-started-videos/","best practice videos",{"text":2225,"config":2226},"Integrations",{"href":2227,"dataGaName":2228,"dataGaLocation":2035},"/integrations/","integrations",{"title":2230,"items":2231},"Discover",[2232,2237,2242,2247,2251],{"text":2233,"config":2234},"Customer success stories",{"href":2235,"dataGaName":2236,"dataGaLocation":2035},"/customers/","customer success stories",{"text":2238,"config":2239},"Blog",{"href":2240,"dataGaName":2241,"dataGaLocation":2035},"/blog/","blog",{"text":2243,"config":2244},"Demo Hub",{"href":2245,"dataGaName":2246,"dataGaLocation":2035},"/demo-hub/","demo hub",{"text":2248,"config":2249},"The Source",{"href":2250,"dataGaName":2241,"dataGaLocation":2035},"/the-source/",{"text":2252,"config":2253},"Remote",{"href":2254,"dataGaName":2255,"dataGaLocation":2035},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":2257,"items":2258},"Connect",[2259,2264,2269,2274,2279,2284],{"text":2260,"config":2261},"GitLab Services",{"href":2262,"dataGaName":2263,"dataGaLocation":2035},"/services/","services",{"text":2265,"config":2266},"Contribute",{"href":2267,"dataGaName":2268,"dataGaLocation":2035},"https://contributors.gitlab.com","contribute",{"text":2270,"config":2271},"Community",{"href":2272,"dataGaName":2273,"dataGaLocation":2035},"/community/","community",{"text":2275,"config":2276},"Forum",{"href":2277,"dataGaName":2278,"dataGaLocation":2035},"https://forum.gitlab.com/","forum",{"text":2280,"config":2281},"Events",{"href":2282,"dataGaName":2283,"dataGaLocation":2035},"/events/","events",{"text":2285,"config":2286},"Partners",{"href":2287,"dataGaName":2288,"dataGaLocation":2035},"/partners/","partners",{"config":2290,"title":2293,"text":2294,"link":2295},{"background":2291,"textColor":2292},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":2296,"config":2297},"Read the latest",{"href":2298,"dataGaName":2299,"dataGaLocation":2035},"/whats-new/","whats new",{"text":2301,"config":2302,"menu":2304},"Company",{"dataNavLevelOne":2303},"company",{"type":2086,"columns":2305},[2306],{"items":2307},[2308,2313,2319,2321,2326,2331,2336,2341,2346,2351],{"text":2309,"config":2310},"About",{"href":2311,"dataGaName":2312,"dataGaLocation":2035},"/company/","about",{"text":2314,"config":2315,"footerGa":2318},"Jobs",{"href":2316,"dataGaName":2317,"dataGaLocation":2035},"/jobs/","jobs",{"dataGaName":2317},{"text":2280,"config":2320},{"href":2282,"dataGaName":2283,"dataGaLocation":2035},{"text":2322,"config":2323},"Leadership",{"href":2324,"dataGaName":2325,"dataGaLocation":2035},"/company/team/e-group/","leadership",{"text":2327,"config":2328},"Handbook",{"href":2329,"dataGaName":2330,"dataGaLocation":2035},"https://handbook.gitlab.com/","handbook",{"text":2332,"config":2333},"Investor relations",{"href":2334,"dataGaName":2335,"dataGaLocation":2035},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":2337,"config":2338},"Trust Center",{"href":2339,"dataGaName":2340,"dataGaLocation":2035},"/security/","trust center",{"text":2342,"config":2343},"AI Transparency Center",{"href":2344,"dataGaName":2345,"dataGaLocation":2035},"/ai-transparency-center/","ai transparency center",{"text":2347,"config":2348},"Newsletter",{"href":2349,"dataGaName":2350,"dataGaLocation":2035},"/company/contact/#contact-forms","newsletter",{"text":2352,"config":2353},"Press",{"href":2354,"dataGaName":2355,"dataGaLocation":2035},"/press/","press",{"text":2357,"config":2358,"menu":2359},"Contact us",{"dataNavLevelOne":2303},{"type":2086,"columns":2360},[2361],{"items":2362},[2363,2368,2373],{"text":2364,"config":2365},"Talk to sales",{"href":2366,"dataGaName":2367,"dataGaLocation":2035},"/sales/","talk to sales",{"text":2369,"config":2370},"Support portal",{"href":2371,"dataGaName":2372,"dataGaLocation":2035},"https://support.gitlab.com/hc/en-us","support portal",{"text":2374,"config":2375},"Customer portal",{"href":2376,"dataGaName":2377,"dataGaLocation":2035},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":2379,"login":2380,"suggestions":2387},"Close",{"text":2381,"link":2382},"To search repositories and projects, login to",{"text":2383,"config":2384},"gitlab.com",{"href":2049,"dataGaName":2385,"dataGaLocation":2386},"search login","search",{"text":2388,"default":2389},"Suggestions",[2390,2392,2396,2398,2402,2406],{"text":2066,"config":2391},{"href":2071,"dataGaName":2066,"dataGaLocation":2386},{"text":2393,"config":2394},"Code Suggestions (AI)",{"href":2395,"dataGaName":2393,"dataGaLocation":2386},"/solutions/code-suggestions/",{"text":2102,"config":2397},{"href":2104,"dataGaName":2102,"dataGaLocation":2386},{"text":2399,"config":2400},"GitLab on AWS",{"href":2401,"dataGaName":2399,"dataGaLocation":2386},"/partners/technology-partners/aws/",{"text":2403,"config":2404},"GitLab on Google Cloud",{"href":2405,"dataGaName":2403,"dataGaLocation":2386},"/partners/technology-partners/google-cloud-platform/",{"text":2407,"config":2408},"Why GitLab?",{"href":2079,"dataGaName":2407,"dataGaLocation":2386},{"freeTrial":2410,"mobileIcon":2415,"desktopIcon":2420,"secondaryButton":2423},{"text":2411,"config":2412},"Start free trial",{"href":2413,"dataGaName":2040,"dataGaLocation":2414},"https://gitlab.com/-/trials/new/","nav",{"altText":2416,"config":2417},"Gitlab Icon",{"src":2418,"dataGaName":2419,"dataGaLocation":2414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":2416,"config":2421},{"src":2422,"dataGaName":2419,"dataGaLocation":2414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":2424,"config":2425},"Get Started",{"href":2426,"dataGaName":2427,"dataGaLocation":2414},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":2429,"mobileIcon":2433,"desktopIcon":2435},{"text":2430,"config":2431},"Learn more about GitLab Duo",{"href":2071,"dataGaName":2432,"dataGaLocation":2414},"gitlab duo",{"altText":2416,"config":2434},{"src":2418,"dataGaName":2419,"dataGaLocation":2414},{"altText":2416,"config":2436},{"src":2422,"dataGaName":2419,"dataGaLocation":2414},{"button":2438,"mobileIcon":2443,"desktopIcon":2445},{"text":2439,"config":2440},"/switch",{"href":2441,"dataGaName":2442,"dataGaLocation":2414},"#contact","switch",{"altText":2416,"config":2444},{"src":2418,"dataGaName":2419,"dataGaLocation":2414},{"altText":2416,"config":2446},{"src":2447,"dataGaName":2419,"dataGaLocation":2414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":2449,"mobileIcon":2454,"desktopIcon":2456},{"text":2450,"config":2451},"Back to pricing",{"href":2184,"dataGaName":2452,"dataGaLocation":2414,"icon":2453},"back to pricing","GoBack",{"altText":2416,"config":2455},{"src":2418,"dataGaName":2419,"dataGaLocation":2414},{"altText":2416,"config":2457},{"src":2422,"dataGaName":2419,"dataGaLocation":2414},{"title":2459,"titleMobile":2460,"button":2461,"config":2466},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":2077,"config":2462},{"href":2463,"dataGaName":2464,"dataGaLocation":2465},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":2467,"disabled":2017},"release",{"data":2469},{"text":2470,"source":2471,"edit":2477,"contribute":2482,"config":2487,"items":2492,"minimal":2701},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":2472,"config":2473},"View page source",{"href":2474,"dataGaName":2475,"dataGaLocation":2476},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":2478,"config":2479},"Edit this page",{"href":2480,"dataGaName":2481,"dataGaLocation":2476},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":2483,"config":2484},"Please contribute",{"href":2485,"dataGaName":2486,"dataGaLocation":2476},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":2488,"facebook":2489,"youtube":2490,"linkedin":2491},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[2493,2540,2593,2637,2669],{"title":2182,"links":2494,"subMenu":2509},[2495,2499,2504],{"text":2496,"config":2497},"View plans",{"href":2184,"dataGaName":2498,"dataGaLocation":2476},"view plans",{"text":2500,"config":2501},"Why Premium?",{"href":2502,"dataGaName":2503,"dataGaLocation":2476},"/pricing/premium/","why premium",{"text":2505,"config":2506},"Why Ultimate?",{"href":2507,"dataGaName":2508,"dataGaLocation":2476},"/pricing/ultimate/","why ultimate",[2510],{"title":2511,"links":2512},"Contact Us",[2513,2516,2518,2520,2525,2530,2535],{"text":2514,"config":2515},"Contact sales",{"href":2366,"dataGaName":2045,"dataGaLocation":2476},{"text":2369,"config":2517},{"href":2371,"dataGaName":2372,"dataGaLocation":2476},{"text":2374,"config":2519},{"href":2376,"dataGaName":2377,"dataGaLocation":2476},{"text":2521,"config":2522},"Status",{"href":2523,"dataGaName":2524,"dataGaLocation":2476},"https://status.gitlab.com/","status",{"text":2526,"config":2527},"Terms of use",{"href":2528,"dataGaName":2529,"dataGaLocation":2476},"/terms/","terms of use",{"text":2531,"config":2532},"Privacy statement",{"href":2533,"dataGaName":2534,"dataGaLocation":2476},"/privacy/","privacy statement",{"text":2536,"config":2537},"Cookie preferences",{"dataGaName":2538,"dataGaLocation":2476,"id":2539,"isOneTrustButton":626},"cookie preferences","ot-sdk-btn",{"title":2082,"links":2541,"subMenu":2549},[2542,2545],{"text":2024,"config":2543},{"href":2064,"dataGaName":2544,"dataGaLocation":2476},"devsecops platform",{"text":2546,"config":2547},"AI-Assisted Development",{"href":2071,"dataGaName":2548,"dataGaLocation":2476},"ai-assisted development",[2550],{"title":2551,"links":2552},"Topics",[2553,2558,2563,2568,2573,2578,2583,2588],{"text":2554,"config":2555},"CICD",{"href":2556,"dataGaName":2557,"dataGaLocation":2476},"/topics/ci-cd/","cicd",{"text":2559,"config":2560},"GitOps",{"href":2561,"dataGaName":2562,"dataGaLocation":2476},"/topics/gitops/","gitops",{"text":2564,"config":2565},"DevOps",{"href":2566,"dataGaName":2567,"dataGaLocation":2476},"/topics/devops/","devops",{"text":2569,"config":2570},"Version Control",{"href":2571,"dataGaName":2572,"dataGaLocation":2476},"/topics/version-control/","version control",{"text":2574,"config":2575},"DevSecOps",{"href":2576,"dataGaName":2577,"dataGaLocation":2476},"/topics/devsecops/","devsecops",{"text":2579,"config":2580},"Cloud Native",{"href":2581,"dataGaName":2582,"dataGaLocation":2476},"/topics/cloud-native/","cloud native",{"text":2584,"config":2585},"AI for Coding",{"href":2586,"dataGaName":2587,"dataGaLocation":2476},"/topics/devops/ai-for-coding/","ai for coding",{"text":2589,"config":2590},"Agentic AI",{"href":2591,"dataGaName":2592,"dataGaLocation":2476},"/topics/agentic-ai/","agentic ai",{"title":2594,"links":2595},"Solutions",[2596,2598,2600,2605,2609,2612,2616,2619,2621,2624,2627,2632],{"text":2126,"config":2597},{"href":2121,"dataGaName":2126,"dataGaLocation":2476},{"text":2115,"config":2599},{"href":2098,"dataGaName":2099,"dataGaLocation":2476},{"text":2601,"config":2602},"Agile development",{"href":2603,"dataGaName":2604,"dataGaLocation":2476},"/solutions/agile-delivery/","agile delivery",{"text":2606,"config":2607},"SCM",{"href":2111,"dataGaName":2608,"dataGaLocation":2476},"source code management",{"text":2554,"config":2610},{"href":2104,"dataGaName":2611,"dataGaLocation":2476},"continuous integration & delivery",{"text":2613,"config":2614},"Value stream management",{"href":2154,"dataGaName":2615,"dataGaLocation":2476},"value stream management",{"text":2559,"config":2617},{"href":2618,"dataGaName":2562,"dataGaLocation":2476},"/solutions/gitops/",{"text":2164,"config":2620},{"href":2167,"dataGaName":2168,"dataGaLocation":2476},{"text":2622,"config":2623},"Small business",{"href":2173,"dataGaName":2174,"dataGaLocation":2476},{"text":2625,"config":2626},"Public sector",{"href":2179,"dataGaName":2180,"dataGaLocation":2476},{"text":2628,"config":2629},"Education",{"href":2630,"dataGaName":2631,"dataGaLocation":2476},"/solutions/education/","education",{"text":2633,"config":2634},"Financial services",{"href":2635,"dataGaName":2636,"dataGaLocation":2476},"/solutions/finance/","financial services",{"title":2187,"links":2638},[2639,2641,2643,2645,2648,2650,2653,2655,2657,2659,2661,2663,2665,2667],{"text":2200,"config":2640},{"href":2202,"dataGaName":2203,"dataGaLocation":2476},{"text":2205,"config":2642},{"href":2207,"dataGaName":2208,"dataGaLocation":2476},{"text":2210,"config":2644},{"href":2212,"dataGaName":2213,"dataGaLocation":2476},{"text":2215,"config":2646},{"href":2217,"dataGaName":2647,"dataGaLocation":2476},"docs",{"text":2238,"config":2649},{"href":2240,"dataGaName":2241,"dataGaLocation":2476},{"text":2651,"config":2652},"What's new",{"href":2298,"dataGaName":2299,"dataGaLocation":2476},{"text":2233,"config":2654},{"href":2235,"dataGaName":2236,"dataGaLocation":2476},{"text":2252,"config":2656},{"href":2254,"dataGaName":2255,"dataGaLocation":2476},{"text":2260,"config":2658},{"href":2262,"dataGaName":2263,"dataGaLocation":2476},{"text":2265,"config":2660},{"href":2267,"dataGaName":2268,"dataGaLocation":2476},{"text":2270,"config":2662},{"href":2272,"dataGaName":2273,"dataGaLocation":2476},{"text":2275,"config":2664},{"href":2277,"dataGaName":2278,"dataGaLocation":2476},{"text":2280,"config":2666},{"href":2282,"dataGaName":2283,"dataGaLocation":2476},{"text":2285,"config":2668},{"href":2287,"dataGaName":2288,"dataGaLocation":2476},{"title":2301,"links":2670},[2671,2673,2675,2677,2679,2681,2685,2690,2692,2694,2696],{"text":2309,"config":2672},{"href":2311,"dataGaName":2303,"dataGaLocation":2476},{"text":2314,"config":2674},{"href":2316,"dataGaName":2317,"dataGaLocation":2476},{"text":2322,"config":2676},{"href":2324,"dataGaName":2325,"dataGaLocation":2476},{"text":2327,"config":2678},{"href":2329,"dataGaName":2330,"dataGaLocation":2476},{"text":2332,"config":2680},{"href":2334,"dataGaName":2335,"dataGaLocation":2476},{"text":2682,"config":2683},"Sustainability",{"href":2684,"dataGaName":2682,"dataGaLocation":2476},"/sustainability/",{"text":2686,"config":2687},"Diversity, inclusion and belonging (DIB)",{"href":2688,"dataGaName":2689,"dataGaLocation":2476},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":2337,"config":2691},{"href":2339,"dataGaName":2340,"dataGaLocation":2476},{"text":2347,"config":2693},{"href":2349,"dataGaName":2350,"dataGaLocation":2476},{"text":2352,"config":2695},{"href":2354,"dataGaName":2355,"dataGaLocation":2476},{"text":2697,"config":2698},"Modern Slavery Transparency Statement",{"href":2699,"dataGaName":2700,"dataGaLocation":2476},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":2702},[2703,2706,2709],{"text":2704,"config":2705},"Terms",{"href":2528,"dataGaName":2529,"dataGaLocation":2476},{"text":2707,"config":2708},"Cookies",{"dataGaName":2538,"dataGaLocation":2476,"id":2539,"isOneTrustButton":626},{"text":2710,"config":2711},"Privacy",{"href":2533,"dataGaName":2534,"dataGaLocation":2476},[2713],{"id":2714,"title":7,"body":2012,"config":2715,"content":2717,"description":2012,"extension":2721,"meta":2722,"navigation":626,"path":2723,"seo":2724,"stem":2725,"__hash__":2726},"blogAuthors/en-us/blog/authors/tim-rizzi.yml",{"template":2716},"BlogAuthor",{"name":7,"config":2718},{"headshot":2719,"ctfId":2720},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi","yml",{},"/en-us/blog/authors/tim-rizzi",{},"en-us/blog/authors/tim-rizzi","ADPqrpcnKveFJS0m_zFV0VLtb_h_txu59QVgz_YwKMc",[2728,2736,2744],{"title":2729,"description":2730,"heroImage":2731,"category":2008,"date":2732,"authors":2733,"slug":2735,"externalUrl":2012},"How GitLab tracks vulnerabilities through refactors and reformatting","Learn how GitLab's improved Scope+Offset fingerprinting keeps vulnerability tracking stable across comments, blank lines, and reformatting.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1759320418/xjmqcozxzt4frx0hori3.png","2026-08-12",[2734],"Julian Thome","improved-scope-offset-fingerprinting",{"title":2737,"description":2738,"heroImage":2731,"category":2008,"date":2739,"authors":2740,"slug":2743,"externalUrl":2012},"GitLab Secrets Manager adds ESO, Terraform, API support","Simplify credential management across your stack. GitLab Secrets Manager provides secure retrieval in Kubernetes, Terraform, and external workflows.","2026-08-06",[2741,2742],"Erick Bajao","Joe Randazzo","gitlab-secrets-manager-add-eso-terraform-api-support",{"title":2745,"description":2746,"heroImage":2747,"category":2008,"date":2748,"authors":2749,"slug":2751,"externalUrl":2012},"Secure every commit to production with Claude and GitLab","Claude Security catches vulnerabilities inside a coding session. GitLab picks up from there, scanning, enforcing policy, and producing audit evidence for the software lifecycle. ","https://res.cloudinary.com/about-gitlab-com/image/upload/v1756122536/akivvcnafog9c4dhhzkp.png","2026-08-03",[2750],"Alisa Ho","claude-security-and-gitlab",{"promotions":2753},[2754,2768,2779,2790],{"id":2755,"categories":2756,"header":2758,"text":2759,"button":2760,"image":2765},"ai-modernization",[2757],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":2761,"config":2762},"Get your AI maturity score",{"href":2763,"dataGaName":2764,"dataGaLocation":2241},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":2766},{"src":2767},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":2769,"categories":2770,"header":2771,"text":2759,"button":2772,"image":2776},"devops-modernization",[2026,2577],"Are you just managing tools or shipping innovation?",{"text":2773,"config":2774},"Get your DevOps maturity score",{"href":2775,"dataGaName":2764,"dataGaLocation":2241},"/assessments/devops-modernization-assessment/",{"config":2777},{"src":2778},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":2780,"categories":2781,"header":2782,"text":2759,"button":2783,"image":2787},"security-modernization",[2008],"Are you trading speed for security?",{"text":2784,"config":2785},"Get your security maturity score",{"href":2786,"dataGaName":2764,"dataGaLocation":2241},"/assessments/security-modernization-assessment/",{"config":2788},{"src":2789},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":2791,"paths":2792,"header":2795,"text":2796,"button":2797,"image":2802},"github-azure-migration",[2793,2794],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":2798,"config":2799},"See how GitLab compares to GitHub",{"href":2800,"dataGaName":2801,"dataGaLocation":2241},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":2803},{"src":2778},{"header":2805,"blurb":2806,"button":2807,"secondaryButton":2812},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":2808,"config":2809},"Get your free trial",{"href":2810,"dataGaName":2040,"dataGaLocation":2811},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":2514,"config":2813},{"href":2366,"dataGaName":2045,"dataGaLocation":2811},1786803753862]