1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-25 21:42:07 +01:00

Add more pom metadata

This commit is contained in:
Florian Schmaus 2014-02-18 10:51:24 +01:00
parent 312f2f7508
commit e6d5385129

View file

@ -143,6 +143,18 @@ subprojects {
packaging 'jar'
url 'http://www.igniterealtime.org/projects/smack/'
issueManagement {
system 'JIRA'
url 'http://issues.igniterealtime.org/browse/SMACK'
}
distributionManagement {
snapshotRepository {
id 'smack.snapshot'
url project.sonatypeSnapshotUrl
}
}
scm {
url 'https://github.com/igniterealtime/Smack'
connection 'scm:git:https://github.com/igniterealtime/Smack.git'