moditect / oss-quickstart

Apache Maven artifacts for bootstrapping new open-source projects
Apache License 2.0
63 stars 5 forks source link

Add a module-info.java #11

Closed Thihup closed 2 years ago

gunnarmorling commented 2 years ago

Hey @Thihup, do you mean to archetype resources (so that generated projects will have a module-info.java)? Or to the archetype itself? I suppose the former? If so, we probably make this opt-in via an archetype parameter. WDYT?

Thihup commented 2 years ago

Sounds good. Probably having it enabled by default would be great, but having a parameter is ok too.

gunnarmorling commented 2 years ago

Ok, pushed something. There's a "moduleName" option now; if set to another value to "NONE", a module descriptor using that module name will be generated; otherwise, no module descriptor will be generated. Feedback welcome (note this archetype isn't published to Maven Central yet, so you'd have to build it from source and install into your local Maven repo).

github-actions[bot] commented 8 months ago

🎉 This issue has been resolved in 1.0.0.Beta1 (Release Notes)