I am building an ear project using maven. The project has one war project and som other jar projects. in the ear file I have only war project as a web module.
The problem is that i exclude the war project dependencies when packing the war and I want to coy them in ear project in lib/ directory. i use maven dependency plugin to copy dependencies. but it doesnt copy the war dependencies.There is also another thing when i run mvn dependecy:tree
it shows war dependency in war project but in ear project there is only dependency to the war file.
i found a solution to add dependencies to ear project but then i have to add every dependency also to ear project.
Thanks for any help
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||
|