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  develop it on my home 
> computer.
> unfortuantely I have to access at home onto the remote computer with the 
> master pom.xml.

I assume you mean "have _no_ access".  If you try to build at home, do
you get an error about it not being able to find the parent/master
pom?

> So I must at first merge the local pom.xml with the master pom.xml at the 
> university.
> Then I can take it with me and have the full pom.xml available at home.

No... just take the master pom home with you along with your own
project.  If you're able to build at school, the pom will be in your
local repository and you can copy it from there.

At home, put the master pom in your local repository with "mvn
install:install-file ..." and then your project build should work as
usual.

Merging poms is not something that's usually done.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to