I have multiple application deployed on an app server and all use the almost same set of JAR files. These applications are created as maven projects. I would want to deploy these application on my app server without having to bundle them with any JAR files. Instead i will be adding all these JAR files on the app server's separately in its own lib directory or some other directory from where these application can use for.
In this case how do i configure my maven project so that it uses the artificats to compile my project however while it creates a WAR file, it excludes all of them.