Merge local pom.xml with remote master pom.xml

2010-12-19 Thread Ben Stover
Assume I use a local pom.xml which includes/access a remote master pom.xml Now I want to take the full project and continue to develop it on my home computer. unfortuantely I have to access at home onto the remote computer with the master pom.xml. So I must at first merge the local pom.xml

Re: Merge local pom.xml with remote master pom.xml

2010-12-19 Thread Wendy Smoak
On Sun, Dec 19, 2010 at 5:38 AM, Ben Stover bxsto...@yahoo.co.uk wrote: Assume I use a local pom.xml which includes/access a remote master pom.xml Do you mean that your project has a parent pom that is available in a remote repository? Now I want to take the full project and continue to