Skip to content
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

Multi-project publish ignores repo in one of the subprojects #120

Open
budjb opened this issue May 13, 2016 · 5 comments
Open

Multi-project publish ignores repo in one of the subprojects #120

budjb opened this issue May 13, 2016 · 5 comments

Comments

@budjb
Copy link

budjb commented May 13, 2016

I have a build with many libraries that are set up to publish to bintray. One of those subprojects is a Grails 3 plugin, which uses the bintray underneath Grails' own logic. The Grails project is special in that I deploy that artifact to a different repository (named grails-plugins) than the other libraries in the project (which go to maven).

The behavior I'm seeing is that all artifacts upload to bintray correctly, but I see a failure in the publish stage for the Grails plugin. Inspecting the URL for the publish step for the Grails plugin shows that it attempts to hit the URL for the artifact under the maven repository instead of the grails-plugins repository.

The only way to finish the publish is to log into bintray and click the publish link in the notification that I have unpublished artifacts.

You can see my setup at https://github.com/budjb/http-requests. Please let me know what else you might need to investigate this.

@eyalbe4
Copy link
Contributor

eyalbe4 commented May 13, 2016

Hi @budjb,
The plugin currently supports publishing to multiple versions and packages from different subprojects, but it does not yet support publishing to multiple repositories. We'll make sure to include this in the coming release.

@ollehallin
Copy link

Any estimated date for this new version?

I have this situation as well, one generic repo with dist zips and a Maven repo with a java agent jar.

@eyalbe4
Copy link
Contributor

eyalbe4 commented Jun 21, 2016

@ollehallin, we will try to have this functionality released before the end of next week.

@ollehallin
Copy link

It works fine now!

(BTW: README.md still references version 1.6)

Olle

@eyalbe4
Copy link
Contributor

eyalbe4 commented Jun 22, 2016

Great to hear @ollehallin!
I was just about to notify you we managed to release 1.7. I've just updated the README.
@budjb, you can try it our as well.
See the full release notes here

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

No branches or pull requests

3 participants