Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53065

Invalid dependency jenkins-war with type executable-war

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • plugin-pom
    • None

      When using the plugin-pom as parent it seems the following dependency in the dependencyManagement section is invalid:

      <dependency>
      <groupId>org.jenkins-ci.main</groupId>
      <artifactId>jenkins-war</artifactId>
      <version>${jenkins-war.version}</version>
      <type>executable-war</type>
      <scope>test</scope>
      </dependency>

      Can this dependency be removed?
      This causes my IDE (IntelliJ) to hang at work because we don't have direct access to the jenkins-ci repo.

            Unassigned Unassigned
            segersb Benny Segers
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: