i have a multi module project which is consist of a web application and a generated jar project from a wsdl. My development enviroment is eclipse and i want to use this projects both with maven and eclipse. When i build those projects with maven install war project sees its jar dependency but whenever i clean war project and eclipse tries to builds itself it can't resolve the required jar dependency project. Whenever i set jar dependency as optional for war project eclipse resolves it when i clean the war project but this time i can't see the required jar project in the generated war file when i generate it with maven install.
Thanks for any help any idea