I am trying to install the eclipse plugins under my eclipse installation directory to my local maven repository. These are the steps that I follow:
1. mvn eclipse:to-maven -DeclipseDir=C:\Opt\Eclipse 2. Now, I want to update the group id in the pom files created in the above step. For example, for org.eclipse.core.runtime, I want to change the group id from org.eclipse.core to com.mycompany.tools.eclipse, artifact id from runtime to org.eclipse.core.runtime. I would also want to make similar changes to the dependency elements in this pom. I want to make this change before I run mvn install:install-file such that these will be stored in my local repository in a separate layout than the default one: .m2\repository\com\mycompany\tools\eclipse\org.eclipse.core.runtime\3.5.0 rather than .m2\repository\org\eclipse\core\runtime\3.5.0 Is there a way that I can automate this step no. 2? Any help will be much appreciated. Thanks! This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
