I am adding jar dependency in pom.xml file in maven project but i got error: The POM for org.json:json:jar:20210118 is missing, no dependency information available I am trying add that dependency Answer Version you added is not available in maven repository, find proper version on this site. For example, this dependency should work:
Tag: maven-dependency-plugin
How to append folder to each classpath entry using maven dependency and jar plugin?
I am trying to append folder before for all classpath entries in manifest file. As you can see in pom file below, I am using jar plugin to add classpath entries to manifest. With dependency plugin I am copying dependencies to ${project.build.directory}/${finalName}-lib folder. I want to keep these dependencies in that folder and change classpath entries to match ${finalName}-lib folder