Docs: Fix Vale issues with the Maven Repository topic

Problem to solve

The Vale linter is used to support grammar linting in GitLab documentation. As Vale was implemented after many of the GitLab documents were written, we have many documentation pages that do not meet the linting standards created by the GitLab Technical Writing team for Vale.

Further details

As an example, here's the output from a Vale test on the Maven Repository topic, which is in the docs here.

You don't need to fix all of these issues; fix as many as you can.

The first number is the line number in the doc file where you can find the issue.

 23:61    warning     Avoid using future tense:       gitlab.FutureTense    
                      "will be"                                             
 37:14    warning     Avoid using future tense:       gitlab.FutureTense    
                      "will cover"                                           
 110:14   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will cover"                                          
 131:26   warning     Spelling check: "imilar"?       gitlab.Spelling                             
 194:55   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will be"                                              
 216:13   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will need"                                                                                  
 391:24   warning     Avoid using future tense:       gitlab.FutureTense    
                      "you'll need"                                                                                                                  
 465:1    warning     Avoid using future tense:       gitlab.FutureTense    
                      "will be"                                             
 469:17   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will not"                                            
 471:30   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will serve"                                                                                                     
 527:73   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will be"                                                                                   
 665:58   warning     Spelling check: "installaing"?  gitlab.Spelling                                             
 735:41   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will serve"                                          
 795:41   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will copy"                                           
 797:30   warning     Avoid using future tense:       gitlab.FutureTense    
                      "will utilize"     

Proposal

Who can address the issue

Other links/references

Edited by Suzanne Selhorn