Hello folks.
Is it possible to copy a special war-artifact dependency to a other target-path
than "WEB-INF/lib", i.e "WEB-INF/custom-lib"?
All other "normal" dependencies should be copied to "WEB-INF/lib".
== Example ==
POM:
<dependency>
<artifactId>common-lang</artifactId>
</dependency>
<dependency>
<artifactId>...</artifactId>
</dependency>
<dependency>
<artifactId>special</artifactId>
</dependency>
The generated WAR should contain this:
WAR:
|---> WEB-INF/
|---> lib/common-lang.jar
|---> lib/...
|---> custom-lib/special.jar
Kind regards
Andreas
-[http://www.ahoehma.de]-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]