Hi folks, I posted the question a while ago and (have to) try it again:
THE ENVIRONMENT =================================================================== +) I'm moving the existing ANT build to MAVEN +) I'm using Maven B7 and the reactor +) There are 60 subprojects which will be built by the reactor THE PROBLEM =================================================================== +) Is there a way to inherit the poperties of the master project, e.g for the compile +settings or background color. I could imagine a property loading in the following +order of master-project.properties, child-project.properties, +master-build.properties, child-build.properties. The point is to use the same set of +properties if you build the child alone or through the reactor. I had a look at +JAKARTA-COMMONS but there a no properties used ... :-( +) Is there a way to define the static JAR dependencies dynamically (=contradiction), +e.g. 50 subprojects depends on two JARS and if there is a new version available I +don't want to change all the 50 project.xml (even if I get paid for that) +) A similiar problem is the versioning of the intra-project JARs. I'm using "LATEST" +to avoid versioning and to keep the reactor going. How is the rest of the Maven world handling such isssues?! Thanks in advance Siegfried Goeschl CTO IT20one [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
