I tried everything what came to my mind, but somehow things are not working out.I created two projects using maven
- One is a web-application
- Second is a simple java app.
Initially i was using Maven command line (not eclipse) to build my java application by
mvn > install
and was using
mvn >eclipse:clean
and mvn > eclipse:eclipse
to update dependencies.Things was working fine.Now i want to debug my Java-application (jar) inside web-application, so i stopped using maven build process and added my java application to project tab under configure build path
.
I tried cleaning, building my web-application but somehow Tomcat is picking old file of my java application. I even cleared my Eclipse tomcat work directory and redeployed application but for no use.
Can anyone point me where i am doing wrong.
I am using Eclipse Kepler Release version
with embedded maven plugin.