Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
-
None
-
Patch
Description
Although you have rules configured, as follows:
... <configuration> <rules> <requireActiveProfile> <profiles>dev,selenium</profiles> <all>false</all> </requireActiveProfile> </rules> <fail>true</fail> </configuration>
And you run build : mvn clean install -Pselenium
You still get error:
Supported profiles: selenium,dev
Profile "dev" is not activated.
Fix is quite simple (tested on tag 1.1.1 and trunk) - please find in attachment.
Best Regards,
Maciej
Attachments
Attachments
Issue Links
- is depended upon by
-
MENFORCER-169 No Unit Test for RequireActiveProfile Rule and no documentation
- Closed