0

I am working on a project which uses Eclipse UML libraries, which are poorly supported on maven-central. The projects works well using the related jar libs in local. Now, we plan to deploy in using jenkins and docker, so now we want to make the maven build success. When ran locally with IntelliJ IDEA, the app works but when runnin mvn install, the jar libs are (obviously) not taken into account, and the build fails (package missing etc...).

I've investigated the maven-install-plugin for hours now, and I can not find a complete example and/or a MVP, with the syntax to use multiple jars in a libs folder during the maven build.

Can someone provide one or provide pointers to a clear and working example?

maxso59
  • 1
  • 1

1 Answers1

-1

A possibly helpful "collection" of solutions, or pointers to solutions, for this kind of problem, including examples and discussion, can be found in this and that stackoverflow threads.

Though one wouldn't call that "clear". But it gives you a bundle of approaches to pick for your specific case.

Edit: Oh, and here, too.

Krokomot
  • 3,208
  • 2
  • 4
  • 20