-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to merge the dependencies of multiple sbt subprojects? #16
Comments
Hi @fdietze is this issue still current? |
Hi. I think so. I'm trying again right now... |
@mp911de Can you double check this please? |
I can confirm that the dependencies are not merged. Everytime I run Current code is here: https://github.com/woost/wust2/tree/versioneye |
Hi @fdietze can you share a link to your VersionEye project as well? |
Hi @reiz, sure, here it is: https://www.versioneye.com/user/projects/58ea970b24ef3e0045217573 Thank you for looking into this. |
Hi @fdietze as far as I can see the project contains 2 files. The Could you completely delete the VersionEye project re create it with:
? I would like to see if then everything is created correctly. |
I deleted the project on the website and ran the following command:
It seems that the command is running for each sub-project individually and therefore created separate versionEye projects for each one. That was not my goal. I'd like to have only one project being created and updated where all project module dependencies are merged together. Is this even possible? Command output:
|
@fdietze The plugin must create a separate project for each module. That's correct. But the API offers an Endpoint to merge an existing VersionEye project into another one. The VersionEye Maven Plugin is using that to merge all module project into the parent project. It seems that this plugin is not doing it. @mp911de Can you implement this feature if you have time? It would be this Endpoint: https://www.versioneye.com/api/#!/projects/getProjectsParentIdMergeChildId. |
I'll take care of it. |
@mp911de Thank you :-) |
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:
diff: woost/wust2@bef5cdf
When running
I get the following messages:
Any suggestions?
The text was updated successfully, but these errors were encountered: