Converting/exporting Eclipse plugin projects into maven artefacts #3527
Unanswered
Jad-el-khoury
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@Jad-el-khoury if you build these with Tycho they are already maven artifacts so no need to convert those at all and you can simply deploy them to any maven artifact repository you want, did you encounter any issues? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a number of Eclipse plugins that I would also need to use within a new Maven project.
Is there a way I can systematically convert these plugins into Maven artifacts? That is, the logic of these plugins should be available for inclusing in both Maven and plugin projects.
I am already using Tycho to build these plugins with maven. But - to my understanding - this is not the same as producing maven artefacts.
Can Tycho help with that? If not, any other tips?
The closest I could find is eclipse:make-artifacts from 2011 (deprecated)
Beta Was this translation helpful? Give feedback.
All reactions