ktorio / ktor-init-tools

ktor project generator web page and IDEA plugin
https://start.ktor.io
Other
40 stars 20 forks source link

[Bug] Maven wrapper not included when using maven as build system #59

Closed tinesoft closed 1 year ago

tinesoft commented 1 year ago

When generating a project using Maven as build system on https://start.ktor.io/ , the wrapper files are not included in the zip file.

This works fine for Gradle builds though.

Also, it is not possible to control this option va the UI, despite apparent support in the backend....

tinesoft commented 1 year ago

After going though the code, I noticed that the maven wrapper feature was added in https://github.com/ktorio/ktor-init-tools/blob/790e8b389ae9aed630eea72a73181a3a5b725977/ktor-generator/src/commonMain/kotlin/io/ktor/start/project/BuildFilesMaven.kt#L156. and should work....

It just looks like the https://start.ktor.io/ website was not redeployed in a while....

Any chance on doing that soon? @soywiz , @ktor team

Thanks

Stexxe commented 1 year ago

@tinesoft, you're looking into the old repository that isn't maintained anymore. The actual repository isn't public. I've created an issue (KTOR-5712), since currently, a generation of the maven wrapper isn't implemented yet