I have a Libery server local instalation, that have some .jar files included. I would like to include this files as dependacies or in some other way to my pom.xml.
server.xml :
...
<library id="DB2Type4">
<fileset dir="path" includes="db22first.jar db2second.jar"/>
</library>
...