Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for multiple sub-projects in the same Git repo #61

Closed
eliaslevy opened this issue Feb 15, 2018 · 5 comments
Closed

Add support for multiple sub-projects in the same Git repo #61

eliaslevy opened this issue Feb 15, 2018 · 5 comments

Comments

@eliaslevy
Copy link
Contributor

Would require per sub-project configuration and being able to match the different version tags for each subproject (e.g. foo-v1.0.0, bar-0.5.0) and pass the right glob to git describe --match.

@dwijnand
Copy link
Member

I'm hesitant to add this support. For one because I think (but I'm not sure) it goes against what sbt expects.

However if someone can implement this, and the change isn't that big, I might reconsider.

@eliaslevy
Copy link
Contributor Author

See #62.

@dwijnand
Copy link
Member

Fixed by #158

@LeifW
Copy link

LeifW commented Dec 3, 2021

This doesn't seem fixed at all? dynverTagPrefix is still scoped to ThisBuild, so it can't vary per-subproject.

@touchdown
Copy link

This doesn't seem fixed at all? dynverTagPrefix is still scoped to ThisBuild, so it can't vary per-subproject.

yah i just maintain my own jar with this change

-  override def buildSettings = Seq(
+  override def projectSettings = Seq(

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants