Uploaded image for project: 'Maven Enforcer Plugin'
  1. Maven Enforcer Plugin
  2. MENFORCER-173

Create an Groovy equivalent to evaluateBeanshell

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None
    • all

    Description

      It would be nice having a Groovy equivalent to

      <evaluateBeanshell>
        <condition>${project.artifactId} == foo</condition>
      </evaluateBeanshell>

      like this:

      <evaluateGroovy>
        <condition>${project.artifactId} == foo</condition>
      </evaluateGroovy>

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: