jira-importer commented on issue #428: URL: https://github.com/apache/maven-invoker-plugin/issues/428#issuecomment-2957789783
**[Gregory Baumgardner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gmbaumgardner)** commented Set up the projects as follows: pom.xml | |-child/pom.xml | | | |-gchild/pom.xml | |-src/scripts/prebuild.gsh If I want to have the parent pom.xml configured to invoke both child pom.xml and gchild pom.xml, then how to I point to the prebuild.gsh script in a common way? I mean, I know I can have two separate executions and re-specify the config both times, but note that this is a simplified view and my real example has around 8 or so different projects to exec from a common place. It is somewhat aggravating having to repeat the same information numerous times in a single POM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
