3
Guys every time I do Maven install it compiles the classes and generates the xxx.class, so far so good. I would like to know if it is possible to generate . class and also keep all . java, in the application I am doing I will need to show the page and the example code made to create the same logo wanted to read and catch by stream the . java and show on screen.
My problem is that I only have the . class after the install Maven, someone could help me?
You can use the Assembly Plugin or the Resouces Plugin to do this.
– Anthony Accioly