Java Mailing List Archive

http://www.java2.5341.com/

Home » issues.maven »

[jira] Created: (MNG-3807) Maven is not interpolatin Properties at
plugin configuration

Jan Bartel (JIRA)

2008-10-28

Replies: Find Java Web Hosting

Author LoginPost Reply
Maven is not interpolatin Properties at plugin configuration
------------------------------------------------------------

          Key: MNG-3807
          URL: http://jira.codehaus.org/browse/MNG-3807
        Project: Maven 2
      Issue Type: Bug
      Components: Inheritance and Interpolation
       Reporter: Marvin Froeder


My plugin has a configuration like this:
  /**
  * My Properties.
  *
  * @parameter
  */
  private Properties myProperties;


When I configure like this:
<myProperties>
<property>
  <name>propertyName1</name>
  <value>${buildnumber}</value> <!-- property injected on maven properties by http://mojo.codehaus.org/buildnumber-maven-plugin/ -->
<property>
</myProperties>

Maven doesn't interpolate the buildnumber. But the value is available at project.getProperties().

--
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

   
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.