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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -