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
Post a Comment