Hi all.

My situation is the following. I have a multi-module project that
already has 4 different profiles, that determine which filter will be
used. Now, I have a new module for this project that is the
integration-tests module, and I only want to run this module when a
NEWLY created profile is activated. I.e:

executing mvn target -P local, just builds the artifacts and runs unit
tests.
executing mvn target -P local -P ci, should build the artifacts, run
unit tests and, perform the operations to run the integration tests.

Summarizing, I want to keep the behavior I was having and, when the ci
profile is enabled, the integration-tests module has to be added to the
project.
Any ideas?
Thanks in advance.
Carlos

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

Reply via email to