Add support for Maven Publisher API.

This commit is contained in:
Mark Paluch
2025-06-06 11:39:16 +02:00
parent 05dd2ee768
commit c8e9d8e38d
17 changed files with 766 additions and 292 deletions

View File

@@ -29,6 +29,18 @@
<username>${env.COMMERCIAL_USR}</username>
<password>${env.COMMERCIAL_PSW}</password>
</server>
<server>
<id>central-publisher-api</id>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>Bearer ${CENTRAL_BEARER}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>