File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1693,7 +1693,8 @@ private void generateFeaturesOnStartup() throws MojoExecutionException {
16931693 getLog ().warn (
16941694 "The source configuration directory will be modified. Features will automatically be generated in a new file: "
16951695 + generatedFileCanonicalPath );
1696- // Only generate to a tmp dir once dev mode has started.
1696+ // During dev mode start up the server is not running yet so we will generate features to the correct
1697+ // output directory and then install features in the next step.
16971698 runLibertyMojoGenerateFeatures (null , true , false , false );
16981699 } catch (MojoExecutionException e ) {
16991700 if (e .getCause () != null && e .getCause () instanceof PluginExecutionException ) {
You can’t perform that action at this time.
0 commit comments