Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-7783

Profile source point to file instead of to module

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.0-alpha-4, 4.0.0-alpha-5
    • 4.0.0-alpha-7, 4.0.0
    • 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

          Activity

            People

              gnodet Guillaume Nodet
              sjaranowski Slawomir Jaranowski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: