diff --git a/maven-settings.xml b/maven-settings.xml new file mode 100644 index 0000000..9600d94 --- /dev/null +++ b/maven-settings.xml @@ -0,0 +1,22 @@ + + + + ossrh + ${OSSRH_JIRA_USERNAME} + ${OSSRH_JIRA_PASSWORD} + + + + + ossrh + + true + + + gpg + ${GPG_KEY_NAME} + ${GPG_PASSPHRASE} + + + + diff --git a/pom.xml b/pom.xml index 402ff95..bcb45a4 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,18 @@ 2.2.6.RELEASE + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + mysql