Actions
Architecture #12391
closedMake maven faster and correct MAVEN_OPS
Fix check:
Regression:
Description
Maven is used at each "make" in plugins. It is dead slow and rather unpleasant to use.
Moreover, maven options are not used homogenuously in make scripts.
=> create a cache for M2_LOCAL_REPOS. Just putting it in a file (with an option to remove it with with "make very-clean" for ex).
=> DO NOT use resered env var MAVEN_OPTS
=> User everywhere MVN_CMD in place of mvn ...
Updated by François ARMAND over 6 years ago
- Status changed from New to In progress
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/28
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:rudder-plugins|8d1b9fc0af9174d68ed23058d78ea37a6b0a30f4.
Updated by Alexis Mousset over 6 years ago
- Status changed from Pending release to Released
Updated by Vincent MEMBRÉ over 6 years ago
- Project changed from Rudder to Rudder plugins
- Category deleted (
Plugins integration) - Target version changed from 4.1.11 to 4.1
Actions