brucelwl commented on issue #11500:
URL: https://github.com/apache/maven/issues/11500#issuecomment-3677466124

   It is not recommended to introduce new configuration files, as this will 
change usage habits and hinder quick application in projects. 
   
   The following is also a good way to use it, similar to the XML in mybatis, 
attribute settings based on XML tags can also achieve the effect of reducing 
XML tags.  
   
   ```xml
   <dependency groupId="${groupId}", artifactId="${artifactId}", 
version="${version}">
     <type/>
     <classifier/>
     <scope/>
     <systemPath/>
     <exclusions>
       <exclusion groupId="${groupId}", artifactId="${artifactId}"/>
     </exclusions>
     <optional/>
   </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to