Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0-alpha-4, 4.0.0-alpha-5
-
None
-
None
Description
Executing:
mvn help:active-profiles -P run-its
With Maven 3.9.2 we have
The following profiles are active: - props (source: external) - run-its (source: external) - run-its (source: org.apache.maven.plugins:maven-clean-plugin:3.2.1-SNAPSHOT) - run-its (source: org.apache.maven.plugins:maven-plugins:38) - format-check (source: org.apache.maven:maven-parent:38)
But with 4.x
The following profiles are active: - props (source: external) - run-its (source: external) - run-its (source: ..../maven-clean-plugin/pom.xml) - run-its (source: ..../.m2/repository-prv/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom) - format-check (source: ..../.m2/repository-prv/org/apache/maven/maven-parent/38/maven-parent-38.pom)
Attachments
Issue Links
- relates to
-
MRELEASE-1123 Maven Release plugin doesn't work in maven 4
- Closed
- links to