Hi
I am creating an assembly with packaging=war
.
I need to include few of the jars, which have been declared as project dependencies in pom.xml in my war (web-inf/lib
)
How can I do this?
Edited on 15/10- My project creates few assemblies, one of which is supposed to give packaging of type-war. Some jar files, which are dependencies for the project(and have been declared in pom.xml)need be included in war under WEB-INF. How can I include them or how can i point out their paths to my local nexus repository path?