Maven Central publishing - set POM properties #10

Merged
akinwale merged 11 commits from maven-central-pom into master 2021-06-25 17:01:40 +02:00
2 changed files with 44 additions and 0 deletions
Showing only changes of commit d7e6ba1ba8 - Show all commits

View file

@ -113,6 +113,28 @@ modifyPom {
description 'The LBRY SDK packaged as an Android AAR' description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry' groupId 'io.lbry'
artifactId 'lbrysdk64' artifactId 'lbrysdk64'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
} }
} }

View file

@ -113,6 +113,28 @@ modifyPom {
description 'The LBRY SDK packaged as an Android AAR' description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry' groupId 'io.lbry'
artifactId 'lbrysdk32' artifactId 'lbrysdk32'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
} }
} }