[ https://jira.codehaus.org/browse/MENFORCER-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl-Heinz Marbaise updated MENFORCER-173: ------------------------------------------ Fix Version/s: (was: 1.4) 2.0 > Create an Groovy equivalent to evaluateBeanshell > ------------------------------------------------ > > Key: MENFORCER-173 > URL: https://jira.codehaus.org/browse/MENFORCER-173 > Project: Maven Enforcer Plugin > Issue Type: New Feature > Components: Documentation, Plugin, Rule API, Standard Rules > Environment: all > Reporter: Karl-Heinz Marbaise > Priority: Minor > Fix For: 2.0 > > > It would be nice having a Groovy equivalent to > {code}<evaluateBeanshell> > <condition>${project.artifactId} == foo</condition> > </evaluateBeanshell>{code} > like this: > {code} > <evaluateGroovy> > <condition>${project.artifactId} == foo</condition> > </evaluateGroovy>{code} -- This message was sent by Atlassian JIRA (v6.1.6#6162)