Skip to content

Commit a2138f3

Browse files
authored
Merge pull request #1199 from AzureAD/rapong/pomTest
Add back pom details
2 parents 82b5c6c + d4bc15b commit a2138f3

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

common/build.gradle

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)