I've created two projects: first sends logs using log4j JMSAppender, second receives them from topic and puts into a file.
When I compile my project using Eclipse compiler
everything works OK - I can find logs in created file.
When I compile projects using Maven
there are no logs. But also there are no errors during compilation, no exceptions and my "welcome messages" (e.g. System.out.println("Server is ready.");
) are displayed correctly from each main.
Do you have any idea what should I do?