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

Scope import in pluginManagement

    XMLWordPrintableJSON

Details

    Description

      I can do this in dependencyManagement to define dependencies versions:

      <dependencyManagement>
        <dependency>
          <groupId>test</groupId>
          <artifactId>test</artifactId>
          <version>1</version>
          <scope>import</scope>
          <type>pom</type>
        </dependency>
      </dependencyManagement>
      

      It could be great to can do the same things in pluginManagement to define version plugin and default behavior.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kiva Romain N
              Votes:
              83 Vote for this issue
              Watchers:
              82 Start watching this issue

              Dates

                Created:
                Updated: