brucelwl opened a new issue, #11500:
URL: https://github.com/apache/maven/issues/11500

   ### New feature, improvement proposal
   
   Maven pom.xml uses the following format to configure dependencies, which is 
particularly inconvenient to view when there are many dependencies in the 
project, as computer screens are not particularly large
   ```xml
   <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>2.11.0</version>
   </dependency>
   ```
   Can the following format configuration be supported, where a five line XML 
tag only requires one line
   ```
   <dependency>groupId:artifactId:version</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