File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,6 +293,35 @@ afterEvaluate {
293293 artifactId ' common'
294294 // Edit the 'version' here for VSTS RC build
295295 version = project. version
296+
297+ pom {
298+ name = ' common'
299+ description = ' This library contains code shared between the Active Directory ' +
300+ ' Authentication Library (ADAL) for Android and the Microsoft ' +
301+ ' Authentication Library (MSAL) for Android. This library ' +
302+ ' includes only internal classes and is NOT part of the ' +
303+ ' public API'
304+ url = ' https://github.com/AzureAD/microsoft-authentication-library-common-for-android'
305+ developers {
306+ developer {
307+ id = ' microsoft'
308+ name = ' Microsoft'
309+ }
310+ }
311+ licenses {
312+ license {
313+ name = ' MIT License'
314+ }
315+ }
316+ inceptionYear = ' 2017'
317+ scm {
318+ url = ' https://github.com/AzureAD/microsoft-authentication-library-common-for-android/tree/master'
319+ }
320+ properties = [
321+ branch : ' master' ,
322+ version : project. version
323+ ]
324+ }
296325 }
297326 debug(MavenPublication ) {
298327 from components. debug
You can’t perform that action at this time.
0 commit comments