Actions
Bug #20410
closedRudder build when skipping tests
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
It fails if there is no corresponding "test-jar" for rudder-core
already published in repo, ie for snapshots for example.
Error:
[ERROR] Failed to execute goal on project rudder-rest: Could not resolve dependencies for project com.normation.rudder:rudder-rest:jar:6.1.18-SNAPSHOT: Could not find artifact com.normation.rudder:rudder-core:jar:tests:6.1.18-SNAPSHOT in normation-snapshot (https://nexus.normation.com/nexus/content/repositories/snapshots)
This is known from prehistory, and marked as a "won't fix": https://issues.apache.org/jira/browse/MNG-4192
But we can try to avoid it:
Like that, but it's horrible:
https://stackoverflow.com/questions/7985442/skipping-maven-test-dependency
But perhaps like that:
https://stackoverflow.com/questions/1725476/maven-test-dependency-in-multi-module-project
It also need to avoid skipping fake test jar:
https://issues.apache.org/jira/browse/MJAR-138
Updated by François ARMAND almost 3 years ago
- Status changed from New to In progress
Updated by François ARMAND almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/4049
Updated by François ARMAND almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|5b547ccd3589d81d446a62240122bea2024078f5.
Updated by Alexis Mousset almost 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.18, 6.2.12 and 7.0.0~rc2 which were released today.
Actions