Bug 1187580
| Summary: | maven.test.skip.exec should be replaced by skipTests | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Sebastian Łaskawiec <slaskawi> |
| Component: | Build | Assignee: | Sebastian Łaskawiec <slaskawi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | dstahl, jdg-bugs, vjuranek |
| Target Milestone: | DR2 | ||
| Target Release: | 6.5.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-23 12:25:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sebastian Łaskawiec
2015-01-30 13:00:09 UTC
Following files still use/setup maven.test.skip.exec: infinispan/bin/generateConfigDocs.sh infinispan/bin/generateJmxDocs.sh infinispan/bin/profile.sh infinispan/bin/utils.py infinispan/server/integration/bin/utils.py Not sure if these scripts are used by anybody, but IMHO it should be changed everywhere to skipTests to avoid confusions and potential errors (or better completely remove the scripts if are not used) |