How to build maven project without version
If you wanted to build maven project without the version details mentioned in your pom file, then you need to follow the below instructions.
If you wanted to build maven project without the version details mentioned in your pom file, then you need to follow the below instructions.
This tutorial will teach you how to manually install jar dependency using maven i.e., how to place third party JAR files in local repository that does not exist in any public repository like Maven Central. So that it will be… Read More!