1

I have a set of Eclipse plugins:

enter image description here

that I'd like to build using maven.

My question is: since there is no one single entry point, how do I use maven to organise the building?

0

1 Answer 1

1

you should create a project that have all modules( your projects ) and then build this project that actually will build all of your plugins.

For more info please refer to creating a maven project on eclipse and
create a multimodule project with maven

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.