Hi,
I am trying to have different build profiles for my development
environment and integration environment. All I want is to have
different destination directories. My project has sub-modules and at
the time of Integration when I run the maven build for the parent
project, the destination directory that I want at the integration
environment gets overridden by the sub module directory tag.
I have tried something like this.
ParentProject
-pom.xml have a profile with destination
directory say C:\final
-Child1 destination directory in the
build tag D:\dev
-Child2
When I run mvn install -P profile1. The C:\final gets overridden by D:\dev.
How shall I go about it?
regards,
Amit
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]