If is possible I would like to keep the project structure even in the jar file.
x
x80486
07/21/2017, 9:59 PM
...what exactly do you meant by the project structure is being changed when the jar is generated?
j
jackmiras
07/21/2017, 10:38 PM
I meant that literally the structure of the project is being changed when I generate a jar of the project. But fortunately I was able to solve the problem minutes ago by using the following library: https://github.com/lukehutch/fast-classpath-scanner.
With Fast Classpath Scanner I was able to perform very easily a series of package and classes scanners in order to be able to implement my code.