ci.maven icon indicating copy to clipboard operation
ci.maven copied to clipboard

Update var names and description for dev mode feature gen flow

Open TrevCraw opened this issue 4 weeks ago • 0 comments

We should update some of the var names and descriptions for the feature gen flow in dev mode to line up with the GenerateFeatures goal. Looking for something like below:

protected File generateFeaturesFile; //the file that is created from the generate-features goal/task
protected File generateFeaturesOutputDir; //output directory for the generate-features goal/task (i.e. where the file is generated)
protected File generateFeaturesTmpDir; //the location where the generated features file is written during dev mode loop when generateToSrc is false

TrevCraw avatar Dec 17 '25 20:12 TrevCraw