You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helidon cli does not generate an example module-info.java file. This means users desiring to modularize their applications would be expected to supply their own.
I would expect that pre-generated module-info.java files containing all the necessary modules in the selected archetype to have been included by default.
Steps to reproduce
Running
helidon init --version 4.0.0-M1
generates an application without a module-info.java file.
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
The helidon cli does not generate an example
module-info.java
file. This means users desiring to modularize their applications would be expected to supply their own.I would expect that pre-generated
module-info.java
files containing all the necessary modules in the selected archetype to have been included by default.Steps to reproduce
Running
generates an application without a
module-info.java
file.The text was updated successfully, but these errors were encountered: