Hi,

I'd like to propose to support inheritance of project properties and 
maven.xml. It would work in the following way:

if the project POM extends a project.xml (<extend> tag)
  set inheritdir = location of inherited project.xml
  if project.properites exist in inheritdir
    load inheritdir/project.properties
  fi
  if maven.xml exists in inheritdir
    load inheritdir/maven.xml
  fi
fi

What do you think?

Thanks
-Vincent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to