0

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>
...
gregor vojvoda
  • 129
  • 1
  • 12

1 Answers1

0

You could use local repository ulr, or private maven repository server like Artifactory.

todaynowork
  • 976
  • 8
  • 12