Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4090

Allow attribute based configuration

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              gchen77 Tim Chen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: