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

The 'optional' flag of a dependency should be manageable.

    XMLWordPrintableJSON

Details

    Description

      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>groupId</groupId>
            <artifactId>artifactId</artifactId>
            <version>version</version>
            <optional>false</optional> <!-- Ignored by Maven 2 & 3 in dependency management. -->
          </dependency>
        </dependencies>
      </dependencyManagement>
      

      Attachments

        1. MNG-5227.patch
          2 kB
          Christian Schulte
        2. MNG-5227.patch
          2 kB
          Christian Schulte

        Issue Links

          Activity

            People

              Unassigned Unassigned
              schulte77 Christian Schulte
              Votes:
              5 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated: