Skip to content

Commit 75578f4

Browse files
authored
Update pom.xml
1 parent 5cc1655 commit 75578f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,13 @@
297297
<url>https://central.sonatype.com/repository/maven-snapshots</url>
298298
</snapshotRepository>
299299
</distributionManagement>
300+
<settings>
301+
<servers>
302+
<server>
303+
<id>central</id>
304+
<username>${env.MAVEN_REPO_USERNAME}</username>
305+
<password>${env.MAVEN_REPO_PASSWORD}</password>
306+
</server>
307+
</servers>
308+
</settings>
300309
</project>

0 commit comments

Comments
 (0)