[ http://jira.codehaus.org/browse/MNG-640?page=all ]
Brett Porter updated MNG-640: ----------------------------- Fix Version: 2.0-beta-2 > When expression="..." is missing in @parameter, then matching configuration > tags is not processed > ------------------------------------------------------------------------------------------------- > > Key: MNG-640 > URL: http://jira.codehaus.org/browse/MNG-640 > Project: Maven 2 > Type: Bug > Components: maven-core > Versions: 2.0-beta-1 > Reporter: Kenney Westerhof > Priority: Minor > Fix For: 2.0-beta-2 > > > MOJO: > ------------------------------ > /** > * @parameter > */ > private String myParam; > ------------------------------ > and xml config in pom: > ------------------------------ > <configuration> > <myParam>myValue</myParam> > </configuration> > doesn't get processed. > When modified to > * @parameter expression="${whatever}" > it will be processed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]