Hi,all
       I have one problem about depended jars. there're two kinds of
jars which couldn't be found in official maven repository. one is
special license jar, another is own jar.
if my project needs these jars, I could install them into my local
repository(.m2), and then add them to POM as dependencies. so I could
compile my codes successfully.

but when I commit codes into subversion, and others checkout them.they
couldn't compile them successfully,because there aren't the own jars
in their local repository.

I want to know how to embed own jars in project. such as one directory
named "lib" in project directory.and add them to POM,and could compile
them successfully anywhere. so others don't need install all the own
jars by hand.

thanks.

-- 
Best Regards!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to