Hi I am using a multi maven spring project with modules in POM
- Bhoomi-domain-it
- Bhoomi-data-it
- Bhoomi-domain
- Bhoomi-data
- Bhoomi-presentation
- Bhoomi-integration-consumer
- Bhoomi-integration-provider
With individual pom.xml
I have created a LoggerAspect Class in Bhoomi-presentation
module containing
@Pointcut("execution(* *.*(..))")
Question is when i am building project(Bhoomi-presentation-0.1.0.BUILD-SNAPSHOT.war) it is only logging logs of class files present in Bhoomi-presentation module not for other module
All other module present as a jar in lib of WAR
Please let me know if i forgot any configuration so that i can log all project logs