Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: native
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
As of 1.0-alpha-7, native plugin does relink all the time. Though it takes not too much time, it would be better to avoid it.
Attached is the patch that checks for linker input stale state and skips accordingly. Across two components - maven-native-api && native-maven-plugin.
would be nice to see an integration test for this. Thanks