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

add maven plugin for auto deployment of sosiefier #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danglotb
Copy link
Collaborator

@danglotb danglotb commented Mar 1, 2017

Hello,

I propose the following changes to be able to deploy sosiefier on a github repositories.

in order to deploy it, add the following lines in your setting.xml of your installed maven:

<server>
    <id>github</id>
    <username>USERNAME</username>
    <password>PASSWORD<password>
</server>

Ensure that the setting.xml file is not readable for the world. (chmod 700 setting.xml)

and then run

mvn clean deploy

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.

1 participant