Hello,
So far I've been using maven 2 to build a webapp without problems, now I
want to generate a new webapp that is a customization of the original.
For now the only things I would like to change are a few images and some
other minor stuff, this includes some of the properties defined in the
profiles in the master pom.

What I did
I created a new master pom for this customization and a new webapp
project that extends the previous one.

The problem
The new app is building almost fine, the newly defined files overwrite
the previous ones. The problem is that for non overridden files the
profile properties being used are the ones defined in the old project.
This makes sense from one point of view, but is there a way to tell the
base webapp to use the properties defined in the new master pom?

Thanks,
Federico.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to