Here you are having your own library specific to project, which is very usual case and it can contain jars which may not be available in any repository for maven to download from. If your code is using this library with Maven then Maven build will fail because it cannot download or refer to this library during compilation phase.
To handle the situation, let's add this external dependency to maven pom.xml using following way.
Read full article from Maven External Dependencies
No comments:
Post a Comment