Hi, multiproject:install does TYPE:install on every subprojects, where TYPE is the project type (jar, war, etc. based on what we input in projects.properties).
But when TYPE is 'plugin', it will do plugin:install. But if I'm not mistaken plugin:install doesn't put the plugin jar in the repository but instantiate and run the plugin on the current maven installation. I need to use plugin:repository-install. I could try a multiproject:goal -Dgoal=repository-install, but I have jar projects there too, that need jar:install not jar:repository-install. Help :) any advice on how you would proceed ? I would create a my-install goal on every project, on jars that would attainGoal install, and on plugins that would attain repository-install. But I find that very bad (needs edit maven.xml in every project I create in the multiproject tree). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
