Skip to content

Commit c4e9526

Browse files
committed
Code review: update comment
Signed-off-by: Paul Gooderham <turkeyonmarblerye@gmail.com>
1 parent 4071e2b commit c4e9526

File tree

1 file changed

+2
-1
lines changed
  • liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server

1 file changed

+2
-1
lines changed

liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)