I\'m mavenizing some projects.
These projects all depend on a number of libraries, most of them are available in the maven repo. For the other libraries, I\'d like to cr
You can also create 'system' dependencies on jars that are not in a repository that are in the project. For example,
com.example MySpecialLib 1.2 system ${basedir}/src/main/webapp/WEB-INF/lib/MySpecialLib-1.2.jar