guide-maven-intro icon indicating copy to clipboard operation
guide-maven-intro copied to clipboard

How to include third-party libraries for Open Liberty with Maven

Open yeekangc opened this issue 6 years ago • 3 comments

https://stackoverflow.com/questions/51311723/how-do-i-include-third-party-libraries-in-openliberty-maven-build

This is a common use case. Should consider covering this in the Maven guide.

yeekangc avatar Jul 13 '18 19:07 yeekangc

pending on https://github.com/OpenLiberty/ci.maven/issues/705

gkwan-ibm avatar Jun 25 '20 18:06 gkwan-ibm

LMP is supporting to add third party library for OL. Either

  • adding a new section on this guide to talk about it but requires a good use case
  • or update the JPA and/or Session guides to talk about copyDependencies in pom.xml

gkwan-ibm avatar Jan 23 '23 19:01 gkwan-ibm

  • The app in the maven-intro guide is too simple to add this topic.
  • In the sessions guide, add a new subsection after Configuring Hazelcast in the Configuring session persistence section to talk about this topic
  • In the jpa guide, add a new section after Performing CRUD operations using JPA section to talk about this topic

gkwan-ibm avatar Nov 17 '23 14:11 gkwan-ibm

close

gkwan-ibm avatar Sep 05 '24 14:09 gkwan-ibm

added an answer to the stackoverflow question in the description

gkwan-ibm avatar Sep 05 '24 15:09 gkwan-ibm