Thanks for that. You definitely lead me down the right path. #2 was the closest.
I declared the s-m-p in the pluginManagement section of my parent pom. Then, to execute it, I simply put sql:execute on the command line. For the modules I don't want to run, I declare the s-m-p inside those as well, but enable <skip>true</skip>. That works well. Thanks! -- View this message in context: http://maven.40175.n5.nabble.com/Execute-SQL-Maven-Plugin-only-once-with-Multi-module-project-tp118014p241999.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
