You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by fachhoch <fa...@gmail.com> on 2009/03/20 13:47:25 UTC

librarys from project lib folder

I have some custom project libraries i don't want to put these libs into my
repository,rather configure pom to look for libs inside project/lib folder
,is this possible and what pom needs for this ? 
-- 
View this message in context: http://www.nabble.com/librarys-from-project-lib-folder-tp22619615p22619615.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: librarys from project lib folder

Posted by Dirk Olmes <di...@xanthippe.ping.de>.
fachhoch wrote:
> I have some custom project libraries i don't want to put these libs into my
> repository,rather configure pom to look for libs inside project/lib folder
> ,is this possible and what pom needs for this ? 

Those artifacts are typically in system scope.
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope

-dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org