No, "license.excludedGroups" is the java system property you specify on command-line to configure. The name of the parameter itself is what you configure in the pom.
/Anders On Fri, Dec 21, 2012 at 2:16 AM, Benson Margulies <[email protected]>wrote: > @Parameter( property = "license.excludedGroups", defaultValue = "" ) > > Does the above require <license.excludedGroups> in the XML of the POM? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
