ci.maven
ci.maven copied to clipboard
Update var names and description for dev mode feature gen flow
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