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

fixing pom issues that prevented publishing #5224

Merged
merged 1 commit into from
Sep 26, 2018

Conversation

lbergelson
Copy link
Member

@lbergelson
Copy link
Member Author

I'm not sure if there's a cleaner way to specify the pom without having to set it in so many places. If anyone has a good suggestion let me know...

Copy link
Collaborator

@cmnbroad cmnbroad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like one extra change got in (? SelectVariantsIntegrationTest). Also FWIW I did a local install and it looks like everything got propagated to the POM(s). Otherwise looks good once tests pass.

baseName = "$project.name-test-utils"
classifier = 'source'
classifier = 'sources'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow - was this just silently not working ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was loudly not working when we tried to do a maven release.

args.addOutput(new File("out.vcf"));

runCommandLine(args);
}
Copy link
Collaborator

@cmnbroad cmnbroad Sep 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming inclusion of this test is an oversight ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, yes, that is definitely an oversight...

Copy link
Collaborator

@cmnbroad cmnbroad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah we have to actually approve now. Once tests pass and the SelectVariants test issue is resolved, LGTM.

* fixing two issues that prevented us from publishing to maven central
  - fixing sourceJar typo -> sourcesJar
  - configure the pom for all artifact filters
* partial fix for #5212
@lbergelson lbergelson merged commit f12f2cd into master Sep 26, 2018
@lbergelson lbergelson deleted the lb_fix_maven_publishing branch September 26, 2018 01:28
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

Successfully merging this pull request may close these issues.

2 participants