Kura Addon Archetype: Where can I find it? #6035
-
|
Hi, Looking at the significant changes that the new 6.0.0 release will bring, I would like to start familiarizing myself with the new possibilities for development and the required/options IDE setup (VS Code user here!) Reading the documentation, I found that a new Maven archetype will be provided. Is it already available somewhere for direct download (kura-addon-archetype-.jar)? Or for now do I have to try to compile kura-core to generate it (since I see that it is in kura/tools/kura-addon-archetype) ? Any help is welcome. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi there @alexcorvis84, thanks for reaching out! The Kura add-ons maven archetype can be found here: https://repo.eclipse.org/content/repositories/kura-snapshots/org/eclipse/kura/kura-addon-archetype/6.0.0-SNAPSHOT/. It is deployed on Eclipse infrastructure as part of our CI process. For VSCode compatibility be sure to take a look at https://github.com/eclipse-kura/metadata-generator |
Beta Was this translation helpful? Give feedback.



Hi there @alexcorvis84,
thanks for reaching out! The Kura add-ons maven archetype can be found here: https://repo.eclipse.org/content/repositories/kura-snapshots/org/eclipse/kura/kura-addon-archetype/6.0.0-SNAPSHOT/. It is deployed on Eclipse infrastructure as part of our CI process.
For VSCode compatibility be sure to take a look at https://github.com/eclipse-kura/metadata-generator