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

changes to be able to push to maven central #160

Closed
wants to merge 0 commits into from
Closed

changes to be able to push to maven central #160

wants to merge 0 commits into from

Conversation

yannick-mayeur
Copy link
Contributor

@yannick-mayeur yannick-mayeur commented Apr 13, 2017

Changed the pom files to be able to push to maven central using:
mvn deploy -Psigning

Copy link
Contributor

@jonahgraham jonahgraham left a comment

Choose a reason for hiding this comment

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

Can you look into whether signing can be added to releng pom only to avoid the duplication. The effective pom should be the same.

Also, can you rebase/resolve conflicts now that #163 is merged

pom.xml Outdated
<!-- signing is required for maven central -->
<profiles>
<profile>
<id>sign</id>
Copy link
Contributor

Choose a reason for hiding this comment

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

Here profile is called "sign"


<profiles>
<profile>
<id>signing</id>
Copy link
Contributor

Choose a reason for hiding this comment

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

Here called "signing"

@jonahgraham
Copy link
Contributor

This is a solution for #144

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.

None yet

2 participants