Maven 2 & 3

Allow attribute based configuration

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

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.

Issue Links

Activity

Hide
Wendy Smoak added a comment -

Duplicate of MNG-3397

Show
Wendy Smoak added a comment - Duplicate of MNG-3397

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: