We are currently building an RCP program using Ant Script.
I recently left a question about Build and found out about the keyword Tycho.
I'm trying to change the product's build method from Ant to Maven Tycho.
The document I am referencing is linked below. https://www.vogella.com/tutorials/EclipseTycho/article.html
I'm having trouble with the first part of this document and can't proceed. As far as I know, pom.xml is automatically generated for maven projects (for example, Maven-based Spring framework projects).
But the current project is a Plug-in project, how can I create pom.xml? Can I just create a pom.xml file?
I am having difficulties because I do not have background knowledge about each build method and structure.
Please help me.