Lets say I have my own java bootstrap framework written in Perl. Lets say there are different versions of it, upon which different Java projects depend.
Is there anyway to add such a thing as a dependency in maven and have be treated as a... custom dependency type?
I'm running maven from an ant build script.
(So basically just using maven for dependency management.)
Example:
javaprojectroot/
lib/
bin/
perllib/
Where perllib is a special kind of dependency also managed by maven...