Skip to content

Commit f068b35

Browse files
committed
add azure-pipelines to build
1 parent f3fce3a commit f068b35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

msal4j-brokers/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,27 @@
77
<artifactId>msal4j-brokers</artifactId>
88
<version>0.0.1</version>
99
<packaging>jar</packaging>
10+
<name>msal4j-brokers</name>
1011
<description>
1112
Microsoft Authentication Library for Java - Brokers helps you integrate with the broker
1213
on windows machine to secure Access tokens and refresh tokens.
1314
</description>
15+
<url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url>
16+
<developers>
17+
<developer>
18+
<id>msopentech</id>
19+
<name>Microsoft Open Technologies, Inc.</name>
20+
</developer>
21+
</developers>
1422
<licenses>
1523
<license>
1624
<name>MIT License</name>
1725
</license>
1826
</licenses>
1927
<inceptionYear>2022</inceptionYear>
28+
<scm>
29+
<url>https://github.com/AzureAD/microsoft-authentication-library-for-java</url>
30+
</scm>
2031
<properties>
2132
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2233
</properties>

0 commit comments

Comments
 (0)