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

Plugin @parameter alias does not seem to work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-1
    • 2.0-beta-1
    • Plugin API
    • None

    Description

      I'm trying to use the alias feature in plugin parameter definitions:
      The syntax I'm using is:

      /**

      • @parameter alias="bar"
        */
        private String foo;

      Then:

      <configuration>
      <foo>maven</foo>
      </configuration>

      does work, but:

      <configuration>
      <bar>maven</bar>
      </configuration>

      does not.

      Attachments

        Issue Links

          Activity

            People

              jdcasey John Dennis Casey
              pvdhoef Peter van de Hoef
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: