Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
Currently we do:
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> <scope>test</scope> </dependency>
It would reduce alot of verbosity in xml configurations if we could instead do:
<dependency groupId="junit" artifactId="junit" version="4.5" scope="test"/>
I understand that we are using xstream and it didn't support attribute based xml but now it does so it would be nice to add this feature.
Attachments
Issue Links
- duplicates
-
MNG-3397 [RFC] change the POM to use attributes
- Closed