Skip to content

How to merge the dependencies of multiple sbt subprojects? #16

Description

@fdietze

Hi,

I'm trying to merge the dependencies of multiple subprojects but it's not working. The results get overwritten by the last submitted subproject. What am I doing wrong?

Currently I'm enabling the plugin in every subproject and share these settings among them:

existingProjectId in versioneye := "58ea970b24ef3e0045217573",
publishCrossVersion in versioneye := true,

diff: woost/wust2@bef5cdf

When running

$ VERSIONEYE_API_KEY=xxxx sbt versioneye:updateProject

I get the following messages:

[info] Starting to upload dependencies to https://www.versioneye.com. This can take a couple seconds ...
[info] Starting to upload dependencies to https://www.versioneye.com. This can take a couple seconds ...
[info] Starting to upload dependencies to https://www.versioneye.com. This can take a couple seconds ... 
[info] 
[info] Project name: woost/wust2
[info] Project id: 58ea970b24ef3e0045217573
[info] Dependencies: 2
[info] Outdated: 1
[info] 
[info] You can find your updated project here: https://www.versioneye.com/user/projects/58ea970b24ef3e0045217573
[info] 
[info] 
[info] Project name: woost/wust2
[info] Project id: 58ea970b24ef3e0045217573
[info] Dependencies: 12
[info] Outdated: 4
[info] 
[info] You can find your updated project here: https://www.versioneye.com/user/projects/58ea970b24ef3e0045217573
[info] 
[info] 
[info] Project name: woost/wust2
[info] Project id: 58ea970b24ef3e0045217573
[info] Dependencies: 12
[info] Outdated: 4
[info] 
[info] You can find your updated project here: https://www.versioneye.com/user/projects/58ea970b24ef3e0045217573
...

Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions