jenkinsci / jenkinsci/plugin-pom
[JENKINS-53065] Invalid dependency jenkins-war with type executable-war
- 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
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
Assessment
This issue has not been assessed yet.