Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: plugin-pom
-
Labels:None
-
Similar Issues:
Description
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.
Any information about this issue? What's is the purpose of this artifact with<type>executable-war</type>, I can find only with <type>war</type> one on org.jenkins-ci. Because of that my build fails.