You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2012/12/21 02:16:20 UTC

Syntactic confusion for mojo snails

@Parameter( property = "license.excludedGroups", defaultValue = "" )

Does the above require <license.excludedGroups> in the XML of the POM?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Syntactic confusion for mojo snails

Posted by Anders Hammar <an...@hammar.net>.
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 <bi...@gmail.com>wrote:

> @Parameter( property = "license.excludedGroups", defaultValue = "" )
>
> Does the above require <license.excludedGroups> in the XML of the POM?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>