This is another one of the "classpath question".  Here is my problem. In my
project I have to include a set of jar files that have been produced by
another project(s) and have traditionally been deployed in nfs mounted path
like /common/libs/prj1/lib. Now this path contains  more than 50 jars that I
need to include. After much googling and reading up on this mailing list, i
found one potential solution was to dependency with system scope.  However
this means that I will have to define the dependency of each of the more
than 50 jars. I find that very impractical. Another was to import it in to
repository using mvn install:install-file. This approach had the same
problem ( importing each of 50 jars).
  Is there another way of easily doing this ?


Thanks,

Punit

Reply via email to