Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
centos 6.7
jenkins 2.8
cucumber-testresult-plugin 0.8.2
Description
The pom.xml depends on
<dependency> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>junit</artifactId> <version>1.2-beta-3</version> </dependency>
And the MANIFEST.MF in the cucumber-testresult-plugin.hpi also has a dependency listed for junit 1.2.-beta-3. However, that version of the junit plugin does not exist: http://updates.jenkins-ci.org/download/plugins/junit/
This isn't a big deal and won't really affect anyone installing from the Jenkins UI, but if someone is looking at dependencies, such as those listed in http://updates.jenkins-ci.org/update-center.json, or in the MANIFEST.MF, or the pom.xml, they'll have trouble finding one to satisfy that junit 1.2-beta-3
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
The pom.xml depends on {{<dependency> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>junit</artifactId> <version>1.2-beta-3</version> </dependency>}} And the MANIFEST.MF in the cucumber-testresult-plugin.hpi also has a dependency listed for junit 1.2.-beta-3. However, that version of the junit plugin does not exist: http://updates.jenkins-ci.org/download/plugins/junit/ This isn't a big deal and won't really affect anyone installing from the Jenkins UI, but if someone is looking at dependencies, such as those listed in http://updates.jenkins-ci.org/update-center.json, or in the MANIFEST.MF, or the pom.xml, they'll have trouble finding one to satisfy that junit 1.2-beta-3 |
The {{pom.xml}} depends on {code:xml} <dependency> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>junit</artifactId> <version>1.2-beta-3</version> </dependency> {code} And the {{MANIFEST.MF}} in the {{cucumber-testresult-plugin.hpi}} also has a dependency listed for junit 1.2.-beta-3. However, that version of the junit plugin does not exist: http://updates.jenkins-ci.org/download/plugins/junit/ This isn't a big deal and won't really affect anyone installing from the Jenkins UI, but if someone is looking at dependencies, such as those listed in http://updates.jenkins-ci.org/update-center.json, or in the {{MANIFEST.MF}}, or the {{pom.xml}}, they'll have trouble finding one to satisfy that junit 1.2-beta-3 |
Workflow | JNJira [ 171770 ] | JNJira + In-Review [ 184464 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | James Nord [ teilo ] |
1.2 or anything newer will satisfy the requirement for 1.2-beta-3, but the plugin should be updated to use a non beta release.