maven/maven-plugin-tools/maven-plugin-tools-java
Jason van Zyl 843ed8061a o allowing the specification of the bean property that should be used for
reading/writing configuration values. I briefly discussed this with John but
  is up for discussion. We felt the most "bean" like way would be to allow
  something like the following:
  
  @parameter property="project"
  
  Which would mean that for that particular field to read/write it a
  getProject() and setProject(Project) method would be present.
  


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279997 13f79535-47bb-0310-9956-ffa450edef68
2005-09-10 12:12:40 +00:00
..
src o allowing the specification of the bean property that should be used for 2005-09-10 12:12:40 +00:00
pom.xml PR: MNG-596 2005-07-21 13:58:42 +00:00