jenkinsci / jenkinsci/plugin-pom

[JENKINS-53065] Invalid dependency jenkins-war with type executable-war

Open
#1,319 1 comment 0 reactions 0 assignees View on GitHub
component:plugin-pom imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
75
Forks
81
Avg merge
9m
Merged PRs (30d)
18

Description

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



org.jenkins-ci.main

jenkins-war

${jenkins-war.version}

executable-war

test

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.

---
Originally reported by segersb, imported from: Invalid dependency jenkins-war with type executable-war


  • status: Open
  • priority: Minor
  • component(s): plugin-pom
  • resolution: Unresolved
  • votes: 3
  • watchers: 3
  • imported: 20260108-221235

Raw content of original issue

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.