Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
3.0.0-M2
-
None
Description
If a profile is defined at a parent POM the maven-enforcer-plugin fails the build if requireProfileIdsExist is used.
Transitive profiles should be also respected, since they are used during build.
Example:
profile from parent: RUN
profile from self: DEV
build parameters: -P RUN,DEV
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireProfileIdsExist faile d with message: The requested profile doesn't exist: RUN
Attachments
Issue Links
- links to