SBT: Get dependendOn projects as jars -


i have project declaration this

lazy val myproject = (project("name", file("path")) dependson(project1, project2))

is there way project1 , project2 jar files , them path? need them to copy in file system when compile myproject

i found projectdependencies contains of them moduleid.

(package in compile in project1).value 

and project2.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -