I have a package in one Spring Boot project. The package contains domain objects.
The folder looks like this:
IDomainModel
ModelOne
ModelTwo
How can I make a jar of only these files then bring it into my other projects. I cannot use artifactory.