Multiple maven project with different package

51 Views Asked by At

I have one maven project who generates a .war. Now I want to create a new project, and I want to use some classes from this project to create a .jar.

What is the best way to do it? Can I create different packages using modules or package is just configured in parent? Or Should I create a different maven project?

Thanks in advance.

0

There are 0 best solutions below