I have set up multiproject maven project. There are two modules and parent. Client module compiles and produces jar artifact which is installed to repository(mvn install from parent). Then when it starts to compile web module than it throws me error, symbol cannot be found, constructor AppExceition(String) - one of our classes. If I check out the source file AppException.java and installed client - AppException.class, then it is there. I rared and distributed to our other team members and they got it when running two times mvn clean install in a row, but suddenly it solved for them. Unfortunately not for me. Any ideas where should I be looking at? It is quite serious problem. -- View this message in context: http://www.nabble.com/Compilation-error.-tf4606264s177.html#a13152857 Sent from the Maven - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]