edvin / tornadofx

Lightweight JavaFX Framework for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archetype version in readme is not available in maven

ZR8C opened this issue · comments

commented

The archetype snippet in the readme has the version as 1.7.20 however the latest version appears to be 1.7.17

Can I get more details?

commented

In the readme we have

Generate a quickstart application with Maven

mvn archetype:generate -DarchetypeGroupId=no.tornado \
  -DarchetypeArtifactId=tornadofx-quickstart-archetype \
  -DarchetypeVersion=1.7.20

The latest published version however is 1.7.17:
https://mvnrepository.com/artifact/no.tornado/tornadofx-quickstart-archetype/1.7.17
See also:
https://github.com/edvin/tornadofx-quickstart-archetype

well, no one updated it, you can create a pull request with the necessary fixes, and difficulties should not arise.

PS: but in general there is a plugin, there is a simple generation