-
Story
-
Resolution: Won't Do
-
Minor
-
2.0.0.Beta5
-
None
Currently, the options are copied manually like in CopyJavaConfigToGraphRuleProvider.
This could be done automatically, e.g. simply by annotating the Model with e.g. @OptionInput(ScanPackagesOption.class) and then done like
optionCopier.copy(WindupJavaConfigurationModel.class)