-
Bug
-
Resolution: Unresolved
-
Minor
-
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.