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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to